milis/talimatname/genel/gstreamer/talimat

26 lines
745 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.

# Description: GStreamer ana kütüphanedir. Başlıkları, temel kitaplık dosyalarını ve temel öğeleri içerir.
# URL: https://gstreamer.freedesktop.org/modules/gstreamer.html
# Packager: alihan-ozturk28@hotmail.com
# Depends on: glib libxml2 gsl gobject-introspection
name=gstreamer
version=0.10.36
release=1
source=(http://gstreamer.freedesktop.org/src/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
sed -i -e '/YYLEX_PARAM/d' \
-e '/parse-param.*scanner/i %lex-param { void *scanner }' \
gst/parse/grammar.y
./configure --prefix=/usr \
--disable-static \
--with-package-name="GStreamer for Milis" \
--with-package-origin="https://milis.gungre.ch/" \
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/gtk-doc
}