milis/talimatname/genel/g/gstreamer1-plugins-bad/talimat

21 lines
621 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: GStreamer Bad Plug-ins, diğerlerine kıyasla eşit olmayan bir dizi eklentidir.
# URL: http://gstreamer.freedesktop.org/modules/gst-plugins-bad.html
# Paketçi: milisarge
# Gerekler: gstreamer1-plugins-base libdvdread libdvdnav faac faad2 libexif libmpeg2 mpg123
isim=gstreamer1-plugins-bad
surum=1.6.3
devir=1
_isim=gst-plugins-bad
kaynak=(http://gstreamer.freedesktop.org/src/${_name}/${_name}-$surum.tar.xz )
derle() {
cd ${_name}-$surum
./configure --prefix=/usr \
--with-package-isim="Gstreamer Plugins Bad for Milis" \
--with-package-origin="https://milis.gungre.ch/"
make
make DESTDIR=$PKG install
}