milis/talimatname/genel/gstreamer-plugins-good/talimat

24 lines
1.0 KiB
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 İ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/modules/gst-plugins-good.html
# Packager: alihan-ozturk28@hotmail.com
# Depends on: gstreamer-plugins-base cairo flac libjpeg-turbo libpng xorg-libx11 libsoup speex aalib taglib libcdio
name=gstreamer-plugins-good
version=0.10.31
release=1
_name=gst-plugins-good
source=(http://gstreamer.freedesktop.org/src/${_name}/${_name}-$version.tar.xz)
build() {
cd ${_name}-$version
sed -i -e '/input:/d' sys/v4l2/gstv4l2bufferpool.c
sed -i -e "/case V4L2_CID_HCENTER/d" -e "/case V4L2_CID_VCENTER/d" sys/v4l2/v4l2_calls.c
./configure --prefix=/usr \
--sysconfdir=/etc \
--with-gtk=3.0 \
--with-package-name='Milis gstreamer-plugins-good package' \
--with-package-origin='https://milis.gungre.ch/'
make
make DESTDIR=$PKG install
}