milis/talimatname/genel/gstreamer-plugins-bad/talimat

26 lines
744 B
Plaintext
Raw Normal View History

2016-07-21 18:51:34 +02:00
# Description: GStreamer Multimedia Framework Bad Plugins
# URL: http://gstreamer.freedesktop.org/modules/gst-plugins-base.html
# Packager: alihan-ozturk28@hotmail.com
# Depends on: gstreamer-plugins-base faac faad2 libmms libpng libvpx xvid jasper
name=gstreamer-plugins-bad
version=0.10.23
release=1
2016-07-21 18:59:06 +02:00
_name=gst-plugins-bad
2016-07-21 18:51:34 +02:00
2016-07-21 18:59:06 +02:00
source=(http://gstreamer.freedesktop.org/src/$_name/$_name-$version.tar.bz2
2016-07-21 18:51:34 +02:00
$name-$version-compatibility-1.patch)
build() {
2016-07-21 18:59:06 +02:00
cd $_name-$version
2016-07-21 18:51:34 +02:00
patch -Np1 -i ../$name-$version-compatibility-1.patch
./configure --prefix=/usr \
--with-gtk=3.0 \
--disable-examples \
--with-package-name='Milis gstreamer-plugins-bad package' \
--with-package-origin='https://milis.gungre.ch/'
make
make DESTDIR=$PKG install
}