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

22 lines
577 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: Birçok kod çözücü ve kodlayıcı içeren Libav tabanlı eklenti
# URL: http://gstreamer.freedesktop.org/modules/gst-libav.html
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: gstreamer1-plugins-base yasm
# Grup: medya
isim=gstreamer1-plugins-libav
surum=1.6.3
devir=1
_isim=gst-libav
kaynak=(http://gstreamer.freedesktop.org/src/${_isim}/${_isim}-$surum.tar.xz )
derle() {
cd ${_isim}-$surum
./configure --prefix=/usr \
--with-package-name="GStreamer Libav Plugins Milis" \
--with-package-origin="https://milislinux.org/"
make
make DESTDIR=$PKG install
}