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

25 lines
755 B
Plaintext
Raw Normal View History

2016-07-21 18:51:34 +02:00
# Description: GStreamer Multimedia Framework Bad Plugins
2017-03-24 12:56:13 +01:00
# URL: GStreamer Bad Plug-ins, diğerlerine kıyasla eşit olmayan bir dizi eklentidir.
2016-07-21 18:51:34 +02:00
# Packager: alihan-ozturk28@hotmail.com
2017-01-31 01:37:09 +01:00
# Depends on: gstreamer-plugins-base faac faad2 libmms libpng libvpx xvid jasper
2016-07-21 18:51:34 +02:00
name=gstreamer-plugins-bad
version=0.10.23
release=1
2016-07-21 18:59:06 +02:00
_name=gst-plugins-bad
source=(http://gstreamer.freedesktop.org/src/$_name/$_name-$version.tar.bz2
2016-07-21 18:51:34 +02:00
$name-$version-compatibility-1.patch)
2017-01-31 01:37:09 +01:00
2016-07-21 18:51:34 +02:00
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
}