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

23 lines
912 B
Plaintext
Raw Normal View History

2017-03-24 13:11:29 +01:00
# Description: GStreamer Çirkin Eklentileri, kaliteli ve doğru işlevsellikleri olan bir takım eklentilerdir ancak bunları dağıtmak sorun yaratabilir.
2016-07-21 18:51:34 +02:00
# URL: http://gstreamer.freedesktop.org/modules/gst-plugins-ugly.html
# Packager: alihan-ozturk28@hotmail.com
2017-01-31 01:37:09 +01:00
# Depends on: gstreamer-plugins-base lame libdvdnav libdvdread libdvdcss liba52 libmad libmpeg2
2016-07-21 18:51:34 +02:00
name=gstreamer-plugins-ugly
version=0.10.19
release=1
_name=gst-plugins-ugly
source=( http://gstreamer.freedesktop.org/src/${_name}/${_name}-$version.tar.xz
2016-07-21 19:04:22 +02:00
http://www.linuxfromscratch.org/patches/downloads/gst-plugins-ugly/gst-plugins-ugly-$version-libcdio_fixes-1.patch )
2016-07-21 18:51:34 +02:00
build() {
2016-07-21 19:04:22 +02:00
cd ${_name}-$version
patch -Np1 -i ../gst-plugins-ugly-$version-libcdio_fixes-1.patch
./configure --prefix=/usr \
--with-package-name="Milis gstreamer-plugins-ugly" \
--with-package-origin="https://milis.gungre.ch/"
2016-07-21 18:51:34 +02:00
2016-07-21 19:04:22 +02:00
make
make DESTDIR=$PKG install
2016-07-21 18:51:34 +02:00
}