23 lines
893 B
Plaintext
23 lines
893 B
Plaintext
|
# Tanım: GStreamer Çirkin Eklentileri, kaliteli ve doğru işlevsellikleri olan bir takım eklentilerdir ancak bunları dağıtmak sorun yaratabilir.
|
|||
|
# URL: http://gstreamer.freedesktop.org/modules/gst-plugins-ugly.html
|
|||
|
# Paketçi: alihan-ozturk28@hotmail.com
|
|||
|
# Gerekler: gstreamer-plugins-base lame libdvdnav libdvdread libdvdcss liba52 libmad libmpeg2
|
|||
|
|
|||
|
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 )
|
|||
|
|
|||
|
derle() {
|
|||
|
cd ${_name}-$surum
|
|||
|
patch -Np1 -i ../gst-plugins-ugly-$surum-libcdio_fixes-1.patch
|
|||
|
./configure --prefix=/usr \
|
|||
|
--with-package-isim="Milis gstreamer-plugins-ugly" \
|
|||
|
--with-package-origin="https://milis.gungre.ch/"
|
|||
|
|
|||
|
make
|
|||
|
make DESTDIR=$PKG install
|
|||
|
}
|