Added libvpx-0.9.6 build template.
--HG-- branch : gnome3
This commit is contained in:
parent
4da44bc0bb
commit
2b35c83b59
|
@ -0,0 +1 @@
|
||||||
|
libvpx
|
|
@ -0,0 +1,2 @@
|
||||||
|
abi_depends=">=0.9.6"
|
||||||
|
api_depends="${abi_depends}"
|
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'libvpx-devel'.
|
||||||
|
#
|
||||||
|
short_desc="${short_desc} - development files"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
Add_dependency run yasm
|
||||||
|
Add_dependency run glibc-devel
|
||||||
|
Add_dependency run libvpx
|
||||||
|
|
||||||
|
do_install()
|
||||||
|
{
|
||||||
|
mkdir -p ${DESTDIR}/usr/lib
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/lib/*.*a ${DESTDIR}/usr/lib
|
||||||
|
}
|
|
@ -0,0 +1,23 @@
|
||||||
|
# Template file for 'libvpx'
|
||||||
|
pkgname=libvpx
|
||||||
|
version=0.9.6
|
||||||
|
wrksrc="libvpx-v${version}"
|
||||||
|
distfiles="http://webm.googlecode.com/files/${pkgname}-v${version}.tar.bz2"
|
||||||
|
build_style=configure
|
||||||
|
configure_args="--enable-vp8 --enable-runtime-cpu-detect --enable-shared
|
||||||
|
--enable-postproc --enable-pic --disable-install-docs --disable-install-srcs"
|
||||||
|
make_install_target="DIST_DIR=${XBPS_DESTDIR}/${pkgname}-${version}/usr install"
|
||||||
|
short_desc="The VP8 Codec SDK"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
checksum=28bd8a8ef216fb570912f0d378668051d99681bf13735b59e68a12ad79f2aa73
|
||||||
|
long_desc="
|
||||||
|
WebM is an open, royalty-free, media file format designed for the web.
|
||||||
|
|
||||||
|
WebM defines the file container structure, video and audio formats. WebM
|
||||||
|
files consist of video streams compressed with the VP8 video codec and audio
|
||||||
|
streams compressed with the Vorbis audio codec. The WebM file structure is
|
||||||
|
based on the Matroska container."
|
||||||
|
|
||||||
|
subpackages="$pkgname-devel"
|
||||||
|
Add_dependency run glibc
|
||||||
|
Add_dependency build yasm
|
|
@ -803,3 +803,4 @@ libchamplain-0.10.so libchamplain libchamplain-devel
|
||||||
libchamplain-gtk-0.10.so libchamplain libchamplain-devel
|
libchamplain-gtk-0.10.so libchamplain libchamplain-devel
|
||||||
libgeoclue.so geoclue geoclue-devel
|
libgeoclue.so geoclue geoclue-devel
|
||||||
libgnome-shell.so gnome-shell
|
libgnome-shell.so gnome-shell
|
||||||
|
libvpx.so libvpx libvpx-devel
|
||||||
|
|
Loading…
Reference in New Issue