From 2323e40109ecb9441852ac2f1e3dfabdeccb36e1 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 7 Oct 2008 05:30:50 +0200 Subject: [PATCH] Added libXv-1.0.4 and libXvMC-1.0.4 templates. --HG-- extra : convert_revision : 3cac17b50e497dcd677fa815810f53b945dc135d --- dependencies/build-depends.db | Bin 11776 -> 12288 bytes templates/libXv.tmpl | 14 ++++++++++++++ templates/libXvMC.tmpl | 15 +++++++++++++++ 3 files changed, 29 insertions(+) create mode 100755 templates/libXv.tmpl create mode 100755 templates/libXvMC.tmpl diff --git a/dependencies/build-depends.db b/dependencies/build-depends.db index 96640015b5e49af4d407e22fa23b1ec296eb2ec5..74136b42b688c7543af5b6ac5a4d62578ffac9c4 100644 GIT binary patch delta 225 zcmZpOX-L>0z@%lxu!7+W;~mBTMh!+0#y1Q*7%ng#Vcf#FgmDVv3WgR&7sd+47{)6M z8H|&ynDRu~7#JADftVpDGby5sAzuK<6rJp-CA|3plLfC3NQw!Fr5FSl*D!i83NTJo z{5DxY@C&2(W>%r!(lQ_g96-zoRVc%-f#C-buK+q=qT&<*kenG1L(KPeo~+NMFgZb% mTN-SiuA!cRo(Tg3$Q7P&RWLQIWtl0d`IF}fNKH-<*Z=^iPBO^= delta 107 zcmZojXo%S$z@%Zpu!G?X;~mBTMh!+0#y3FT1;!(cTNsxxPGM|ebYZMujA6XOkij^) zg1v!NfPsNQbh4wC@a79l7QCXIKrRyy%P}M{tYP$E6ky!JkT6lvd2)dMhRFhgUl=(y JvkLu|1^^4l8=3$B diff --git a/templates/libXv.tmpl b/templates/libXv.tmpl new file mode 100755 index 00000000000..4bd86cbc164 --- /dev/null +++ b/templates/libXv.tmpl @@ -0,0 +1,14 @@ +# Template build file for 'libXv'. +pkgname=libXv +version=1.0.4 +extract_sufx=".tar.bz2" +url=http://xorg.freedesktop.org/releases/individual/lib +build_style=gnu_configure +make_cmd="$PKGFS_MASTERDIR/bin/gmake" +pkgconfig_override="xv.pc" +short_desc="Xv Extension library" +maintainer="Juan RP " +checksum=2083556832a74f2357e4c8921666e38791316e5b +long_desc=" + This package provides the X Window System video extension from + the modular X.org project" diff --git a/templates/libXvMC.tmpl b/templates/libXvMC.tmpl new file mode 100755 index 00000000000..656175238bf --- /dev/null +++ b/templates/libXvMC.tmpl @@ -0,0 +1,15 @@ +# Template build file for 'libXvMC'. +pkgname=libXvMC +version=1.0.4 +extract_sufx=".tar.bz2" +url=http://xorg.freedesktop.org/releases/individual/lib +build_style=gnu_configure +make_cmd="$PKGFS_MASTERDIR/bin/gmake" +pkgconfig_override="xvmc.pc" +short_desc="XVideo Motion Compensation Library" +maintainer="Juan RP " +checksum=ccb5bcb022e9596dea17213419d56e7e123c043b +long_desc=" + X-Video Motion Compensation (XvMC) provides accelerated video + playback by offloading video decoding to hardware. It is an + extension of the X video extension for the X Window System."