22 lines
594 B
Plaintext
22 lines
594 B
Plaintext
# 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
|
||
# Grup: medya
|
||
|
||
isim=gstreamer1-plugins-base
|
||
surum=1.6.3
|
||
devir=1
|
||
_isim=gst-plugins-base
|
||
kaynak=(http://gstreamer.freedesktop.org/src/${_isim}/${_isim}-$surum.tar.xz)
|
||
|
||
derle() {
|
||
cd ${_isim}-$surum
|
||
./configure --prefix=/usr \
|
||
--with-package-name="GStreamer Base Plugins for Milis" \
|
||
--with-package-origin="https://milislinux.org/"
|
||
|
||
make
|
||
make DESTDIR=$PKG install
|
||
}
|