2009-12-30 21:17:24 +00:00
|
|
|
# Template file for 'xvidcore'
|
|
|
|
pkgname=xvidcore
|
2011-04-13 07:01:22 +00:00
|
|
|
version=1.3.1
|
2009-12-30 21:17:24 +00:00
|
|
|
wrksrc="$pkgname"
|
|
|
|
distfiles="http://downloads.xvid.org/downloads/$pkgname-$version.tar.bz2"
|
|
|
|
build_wrksrc="build/generic"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2011-11-14 17:12:47 +00:00
|
|
|
revision=1
|
2009-12-30 21:17:24 +00:00
|
|
|
short_desc="ISO MPEG-4 compliant video codec"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-04-13 07:01:22 +00:00
|
|
|
checksum=c51ae8449b04fd8c8d5e15546d5e7c022d72014df7849be2598b9dfa1c003d64
|
2009-12-30 21:17:24 +00:00
|
|
|
long_desc="
|
|
|
|
XviD is an ISO MPEG-4 compliant video codec library. It's no product,
|
|
|
|
it's an open source project which is developed and maintained by lots of
|
|
|
|
people from all over the world."
|
|
|
|
|
|
|
|
subpackages="$pkgname-devel"
|
|
|
|
Add_dependency build nasm
|
2009-12-30 21:20:29 +00:00
|
|
|
|
|
|
|
post_install()
|
|
|
|
{
|
|
|
|
# Fix dynamic libraries
|
|
|
|
cd ${DESTDIR}/usr/lib
|
|
|
|
local mylib=$(basename libxvidcore.so.*)
|
|
|
|
ln -sf ${mylib} libxvidcore.so.4
|
|
|
|
ln -sf ${mylib} libxvidcore.so
|
2010-10-29 05:16:25 +00:00
|
|
|
chmod 755 ${DESTDIR}/usr/lib/libxvidcore.so.*
|
2009-12-30 21:20:29 +00:00
|
|
|
}
|