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

21 lines
589 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 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
name=gstreamer1-plugins-base
version=1.6.3
release=1
_name=gst-plugins-base
source=(http://gstreamer.freedesktop.org/src/${_name}/${_name}-$version.tar.xz)
derle() {
cd ${_name}-$version
./configure --prefix=/usr \
--with-package-name="GStreamer Base Plugins for Milis" \
--with-package-origin="https://milis.gungre.ch/"
make
make DESTDIR=$PKG install
}