milis/talimatname/genel/g/gstreamer-plugins-ffmpeg/talimat

29 lines
843 B
Plaintext
Raw Normal View History

2017-03-24 13:07:24 +01:00
# Description: GStreamer multimedya çerçevesi ffmpeg eklentileri
2016-07-21 18:51:34 +02:00
# URL: http://gstreamer.freedesktop.org/modules/gst-plugins-base.html
# Packager: alihan-ozturk28@hotmail.com
2017-01-31 01:37:09 +01:00
# Depends on: gstreamer gstreamer-plugins-base yasm sdl
2016-07-21 18:51:34 +02:00
name=gstreamer-plugins-ffmpeg
version=0.10.13
release=1
_name=gst-ffmpeg
source=(http://gstreamer.freedesktop.org/src/${_name}/${_name}-$version.tar.bz2
http://downloads.nutyx.org/files/patchs/$name/h264_qpel_mmx.patch)
2017-01-31 01:37:09 +01:00
2016-07-21 18:51:34 +02:00
build() {
unset CFLAGS
unset CXXFLAGS
cd ${_name}-$version
patch -Np1 -i ../h264_qpel_mmx.patch
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
2016-07-21 19:13:28 +02:00
--with-ffmpeg-extra-configure="--enable-runtime-cpudetect" \
2016-07-21 18:51:34 +02:00
--with-package-name='PisiLinux gstreamer-ffmpeg package' \
2017-01-31 01:37:09 +01:00
--with-package-origin='https://milis.gungre.ch/'
2016-07-21 18:51:34 +02:00
make || make -j1
make DESTDIR=$PKG install
}