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

21 lines
579 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: Birçok kod çözücü ve kodlayıcı içeren Libav tabanlı eklenti
# URL: http://gstreamer.freedesktop.org/modules/gst-libav.html
# Packager: alihan-ozturk28@hotmail.com
# Depends on: gstreamer1-plugins-base yasm
name=gstreamer1-plugins-libav
version=1.6.3
release=1
_name=gst-libav
source=(http://gstreamer.freedesktop.org/src/${_name}/${_name}-$version.tar.xz )
build() {
cd ${_name}-$version
./configure --prefix=/usr \
--with-package-name="GStreamer Libav Plugins Milis" \
--with-package-origin="https://milis.gungre.ch/"
make
make DESTDIR=$PKG install
}