Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
647
Issues
647
List
Boards
Labels
Service Desk
Milestones
Merge Requests
169
Merge Requests
169
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
d8b2eaec
Commit
d8b2eaec
authored
Dec 10, 2009
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/xvidcore: upgrade to 1.2.2
parent
562d6bd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
main/xvidcore/APKBUILD
main/xvidcore/APKBUILD
+8
-5
No files found.
main/xvidcore/APKBUILD
View file @
d8b2eaec
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
xvidcore
pkgver
=
1.2.
1
pkgrel
=
1
pkgver
=
1.2.
2
pkgrel
=
0
pkgdesc
=
"XviD is an open source MPEG-4 video codec"
url
=
"http://www.xvid.org/"
license
=
"GPL"
...
...
@@ -10,16 +10,19 @@ depends=
makedepends
=
"nasm"
source
=
"http://downloads.xvid.org/downloads/
$pkgname
-
$pkgver
.tar.bz2"
build
()
{
build
()
{
cd
"
$srcdir
"
/
$pkgname
/build/generic
./configure
--prefix
=
/usr
\
--disable-assembly
make
||
return
1
}
package
()
{
cd
"
$srcdir
"
/
$pkgname
/build/generic
make
DESTDIR
=
"
$pkgdir
"
install
cd
"
$pkgdir
"
/usr/lib
mylib
=
$(
basename
libxvidcore.so.
*
)
ln
-sf
${
mylib
}
libxvidcore.so.4
ln
-sf
${
mylib
}
libxvidcore.so
}
md5sums
=
"
8c4470ae8e5a104abedb39f6c70e2a40 xvidcore-1.2.1
.tar.bz2"
md5sums
=
"
6a3473a12c8a1fa7bdc2b5cb829fab58 xvidcore-1.2.2
.tar.bz2"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment