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

23 lines
893 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: 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
2017-10-27 20:46:27 +02:00
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: gstreamer-plugins-base lame libdvdnav libdvdread libdvdcss liba52 libmad libmpeg2
2016-07-21 18:51:34 +02:00
2017-10-28 14:10:23 +02:00
isim=gstreamer-plugins-ugly
surum=0.10.19
devir=1
_isim=gst-plugins-ugly
kaynak=( http://gstreamer.freedesktop.org/src/${_name}/${_name}-$surum.tar.xz
http://www.linuxfromscratch.org/patches/downloads/gst-plugins-ugly/gst-plugins-ugly-$surum-libcdio_fixes-1.patch )
2016-07-21 18:51:34 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd ${_name}-$surum
patch -Np1 -i ../gst-plugins-ugly-$surum-libcdio_fixes-1.patch
2016-07-21 19:04:22 +02:00
./configure --prefix=/usr \
2017-10-28 14:10:23 +02:00
--with-package-isim="Milis gstreamer-plugins-ugly" \
2016-07-21 19:04:22 +02:00
--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
}