2018-06-09 00:06:58 +02:00
|
|
|
|
# Tanım: GStreamer multimedya çerçevesi taban eklentileri
|
|
|
|
|
# URL: http://gstreamer.freedesktop.org/
|
|
|
|
|
# Paketçi: alihan-ozturk28@hotmail.com
|
|
|
|
|
# Gerekler: gstreamer1 alsa-lib gobject-introspection iso-codes libtheora libvorbis pango
|
2018-08-13 10:33:45 +02:00
|
|
|
|
# Grup: medya
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
isim=gstreamer1-plugins-base
|
|
|
|
|
surum=1.6.3
|
|
|
|
|
devir=1
|
|
|
|
|
_isim=gst-plugins-base
|
2018-08-13 10:33:45 +02:00
|
|
|
|
kaynak=(http://gstreamer.freedesktop.org/src/${_isim}/${_isim}-$surum.tar.xz)
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
derle() {
|
2018-08-13 10:33:45 +02:00
|
|
|
|
cd ${_isim}-$surum
|
2018-06-09 00:06:58 +02:00
|
|
|
|
./configure --prefix=/usr \
|
2018-08-13 10:33:45 +02:00
|
|
|
|
--with-package-name="GStreamer Base Plugins for Milis" \
|
|
|
|
|
--with-package-origin="https://milislinux.org/"
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|