gst-libav: 1.2.4 -> 1.4.0 dependency change gst-plugins-base1 -> gst-plugins-base

This commit is contained in:
Danny Rawlins 2014-07-27 23:00:12 +10:00
parent 4d15fc5eb9
commit 3cc7f38e1a
3 changed files with 5 additions and 3 deletions

View File

@ -3,3 +3,4 @@ drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/gstreamer-1.0/
-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstlibav.la
-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstlibav.so
drwxr-xr-x root/root usr/share/

View File

@ -1 +1 @@
6454f9f22b3aa37694781633e0d20a9c gst-libav-1.2.4.tar.xz
60811ae08c26fa093a96996582962c75 gst-libav-1.4.0.tar.xz

View File

@ -2,10 +2,10 @@
# URL: http://gstreamer.freedesktop.org/modules/gst-libav.html
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Danny Rawlins, monster dot romster at gmail dot com
# Depends on: gst-plugins-base1 yasm
# Depends on: gst-plugins-base yasm
name=gst-libav
version=1.2.4
version=1.4.0
release=1
source=(http://gstreamer.freedesktop.org/src/$name/$name-$version.tar.xz)
@ -18,4 +18,5 @@ build() {
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/gtk-doc
}