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

21 lines
581 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: GStreamer multimedya çerçevesi taban eklentileri
2016-07-21 18:51:34 +02:00
# URL: http://gstreamer.freedesktop.org/
2017-10-27 20:46:27 +02:00
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: gstreamer1 alsa-lib gobject-introspection iso-codes libtheora libvorbis pango
2016-07-21 18:51:34 +02:00
2017-10-28 14:10:23 +02:00
isim=gstreamer1-plugins-base
surum=1.6.3
devir=1
_isim=gst-plugins-base
kaynak=(http://gstreamer.freedesktop.org/src/${_name}/${_name}-$surum.tar.xz)
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
2016-07-21 18:51:34 +02:00
./configure --prefix=/usr \
2017-10-28 14:10:23 +02:00
--with-package-isim="GStreamer Base Plugins for Milis" \
2016-07-21 18:51:34 +02:00
--with-package-origin="https://milis.gungre.ch/"
make
make DESTDIR=$PKG install
2017-01-31 01:37:09 +01:00
}