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

22 lines
733 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 İyi Eklentileri, kaliteli kod, doğru işlevsellik ve tercih edilen lisansımız (eklenti kodu için LGPL, destekleyici kitaplık için LGPL veya LGPL uyumlu) olması düşünülen eklentiler dizisidir.
# URL: http://gstreamer.freedesktop.org/
# Paketçi: milisarge
# Gerekler: gstreamer1-plugins-base flac gdk-pixbuf libjpeg-turbo libpng libsoup libvpx
# Grup: medya
isim=gstreamer1-plugins-good
surum=1.6.3
devir=1
_isim=gst-plugins-good
kaynak=(http://gstreamer.freedesktop.org/src/${_isim}/${_isim}-$surum.tar.xz)
derle() {
cd ${_isim}-$surum
./configure --prefix=/usr \
--with-package-name="GStreamer Good Plugins Milis" \
--with-package-origin="https://milislinux.org/"
make
make DESTDIR=$PKG install
}