25 lines
756 B
Plaintext
25 lines
756 B
Plaintext
|
# Tanım: GStreamer Bad Plug-ins, diğerlerine kıyasla eşit olmayan bir dizi eklentidir.
|
|||
|
# URL: https://gstreamer.freedesktop.org/modules/gst-plugins-bad.html
|
|||
|
# Paketçi: alihan-ozturk28@hotmail.com
|
|||
|
# Gerekler: gstreamer-plugins-base faac faad2 libmms libpng libvpx xvid jasper
|
|||
|
|
|||
|
isim=gstreamer-plugins-bad
|
|||
|
surum=0.10.23
|
|||
|
devir=1
|
|||
|
_isim=gst-plugins-bad
|
|||
|
kaynak=(http://gstreamer.freedesktop.org/src/$_name/$_name-$surum.tar.bz2
|
|||
|
$isim-$surum-compatibility-1.patch)
|
|||
|
|
|||
|
derle() {
|
|||
|
cd $_name-$surum
|
|||
|
patch -Np1 -i ../$isim-$surum-compatibility-1.patch
|
|||
|
./configure --prefix=/usr \
|
|||
|
--with-gtk=3.0 \
|
|||
|
--disable-examples \
|
|||
|
--with-package-isim='Milis gstreamer-plugins-bad package' \
|
|||
|
--with-package-origin='https://milis.gungre.ch/'
|
|||
|
|
|||
|
make
|
|||
|
make DESTDIR=$PKG install
|
|||
|
}
|