diff --git a/dependencies/build-depends.db b/dependencies/build-depends.db index 96640015b5e..74136b42b68 100644 Binary files a/dependencies/build-depends.db and b/dependencies/build-depends.db differ 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."