x264: update to 20100423, bump abi_depends.
--HG-- extra : convert_revision : afe5c2a78bcaf8f21769372bdc9ef17b8ce2fca3
This commit is contained in:
parent
c93ff76581
commit
df3b16653c
3 changed files with 7 additions and 5 deletions
|
@ -1,2 +1,2 @@
|
||||||
abi_depends=">=20100107"
|
abi_depends=">=20100423"
|
||||||
api_depends="${abi_depends}"
|
api_depends="${abi_depends}"
|
||||||
|
|
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'x264'
|
# Template file for 'x264'
|
||||||
pkgname=x264
|
pkgname=x264
|
||||||
_snap_date=20100107
|
_snap_date=20100423
|
||||||
_snap_rev=2245
|
_snap_rev=2245
|
||||||
version="${_snap_date}.${_snap_rev}"
|
version="${_snap_date}.${_snap_rev}"
|
||||||
|
revision=1
|
||||||
wrksrc="x264-snapshot-${_snap_date}-${_snap_rev}"
|
wrksrc="x264-snapshot-${_snap_date}-${_snap_rev}"
|
||||||
distfiles="ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-${_snap_date}-${_snap_rev}.tar.bz2"
|
distfiles="http://download.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-${_snap_date}-${_snap_rev}.tar.bz2"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--enable-pthread --enable-pic --enable-shared"
|
configure_args="--enable-pthread --enable-pic --enable-shared"
|
||||||
make_install_args="bindir=/usr/bin libdir=/usr/lib includedir=/usr/include"
|
make_install_args="bindir=/usr/bin libdir=/usr/lib includedir=/usr/include"
|
||||||
short_desc="Free library for encoding H264/AVC video streams"
|
short_desc="Free library for encoding H264/AVC video streams"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=c8abe88cd72b95856c441b317dd938ae2d42e9fd57e81b9dc06427266e72a5d6
|
checksum=eb3a5b0e0705bcbd9ce9808fb509eaac3e4fbc0a593b5bd359c4d1cb896b5e1f
|
||||||
long_desc="
|
long_desc="
|
||||||
Development version of x264, a high quality H.264 codec."
|
Development version of x264, a high quality H.264 codec."
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,8 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
revision=1
|
||||||
|
|
||||||
Add_dependency run glibc-devel
|
Add_dependency run glibc-devel
|
||||||
Add_dependency run x264
|
Add_dependency run x264
|
||||||
|
|
||||||
|
@ -14,5 +16,4 @@ do_install()
|
||||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/*.*a ${DESTDIR}/usr/lib
|
mv ${SRCPKGDESTDIR}/usr/lib/*.*a ${DESTDIR}/usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/*.so ${DESTDIR}/usr/lib
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue