Added libvpx-0.9.6 build template.

--HG--
branch : gnome3
This commit is contained in:
Juan RP 2011-03-09 17:49:21 +01:00
parent 4da44bc0bb
commit 2b35c83b59
5 changed files with 44 additions and 0 deletions

1
srcpkgs/libvpx-devel Symbolic link
View file

@ -0,0 +1 @@
libvpx

2
srcpkgs/libvpx/depends Normal file
View file

@ -0,0 +1,2 @@
abi_depends=">=0.9.6"
api_depends="${abi_depends}"

View file

@ -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
}

23
srcpkgs/libvpx/template Normal file
View file

@ -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

View file

@ -803,3 +803,4 @@ libchamplain-0.10.so libchamplain libchamplain-devel
libchamplain-gtk-0.10.so libchamplain libchamplain-devel
libgeoclue.so geoclue geoclue-devel
libgnome-shell.so gnome-shell
libvpx.so libvpx libvpx-devel