1
0
forked from ports/contrib

gst-libav: 1.0.8. Initial commit, this is the new name from gst-ffmpeg for gstreamer1

This commit is contained in:
Danny Rawlins 2013-07-15 22:32:26 +10:00
parent af1724722a
commit f229942dff
3 changed files with 29 additions and 0 deletions

7
gst-libav/.footprint Normal file
View File

@ -0,0 +1,7 @@
drwxr-xr-x root/root usr/
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/libgstavscale.la
-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstavscale.so
-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstlibav.la
-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstlibav.so

1
gst-libav/.md5sum Normal file
View File

@ -0,0 +1 @@
7c2e8db039efa1880a61a6982a6909d7 gst-libav-1.0.8.tar.xz

21
gst-libav/Pkgfile Normal file
View File

@ -0,0 +1,21 @@
# Description: Gstreamer libav Plugin.
# 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
name=gst-libav
version=1.0.8
release=1
source=(http://gstreamer.freedesktop.org/src/$name/$name-$version.tar.xz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man
make
make DESTDIR=$PKG install
}