gstreamer.düzenlendi

This commit is contained in:
giresun28 2016-07-21 16:09:11 +00:00
parent 8895766f83
commit 767b317638
13 changed files with 101 additions and 64 deletions

View File

@ -1,20 +1,24 @@
# Description: GStreamer Multimedia Framework Bad Plugins
# URL: http://gstreamer.freedesktop.org/modules/gst-plugins-base.html
# Packager: pierre at nutyx dot org
# Packager: alihan-ozturk28@hotmail.com
# Depends on: gstreamer-plugins-base faac faad2 libmms libpng libvpx xvid jasper
name=gstreamer-plugins-bad
version=0.10.23
release=1
source=(http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-$version.tar.bz2
$name-$version-compatibility-1.patch)
source=(http://gstreamer.freedesktop.org/src/$name/$name-$version.tar.bz2
$name-$version-compatibility-1.patch)
build() {
cd gst-plugins*
cd $name-$version
patch -Np1 -i ../$name-$version-compatibility-1.patch
./configure --prefix=/usr \
--with-gtk=3.0 \
--disable-examples
--disable-examples \
--with-package-name='Milis gstreamer-plugins-bad package' \
--with-package-origin='https://milis.gungre.ch/'
make
make DESTDIR=$PKG install
}

View File

@ -1,20 +1,23 @@
# Description: GStreamer Multimedia Framework Base Plugins
# URL: http://gstreamer.freedesktop.org/modules/gst-plugins-base.html
# Packager: pierre at nutyx dot org
# Packager: alihan-ozturk28@hotmail.com
# Depends on: gstreamer alsa-lib pango cdparanoia libogg libtheora libvorbis xorg-libxv xorg-libxcursor xorg-libxdamage xorg-libxrandr xorg-libxinerama
name=gstreamer-plugins-base
version=0.10.36
release=1
_name=gst-plugins-base
source=(http://ftp.gnome.org/pub/gnome/sources/gst-plugins-base/${version%.*}/gst-plugins-base-$version.tar.xz
http://www.linuxfromscratch.org/patches/downloads/gst-plugins-base/gst-plugins-base-0.10.36-gcc_4_9_0_i686-1.patch)
source=(https://gstreamer.freedesktop.org/src/${_name}/${_name}-$version.tar.xz
http://www.linuxfromscratch.org/patches/downloads/gst-plugins-base/gst-plugins-base-0.10.36-gcc_4_9_0_i686-1.patch)
build() {
cd gst-plugins-base-$version
cd ${_name}-$version
[ "`uname -m`" == "i686" ] && patch -Np1 -i ../gst-plugins-base-0.10.36-gcc_4_9_0_i686-1.patch
./configure --prefix=/usr
--with-package-name='Milis gstreamer-plugins-base package' \
--with-package-origin='https://milis.gungre.ch/' \
make
make DESTDIR=$PKG install
}

View File

@ -1,24 +1,28 @@
# Description: GStreamer Multimedia Framework ffmpeg Plugins
# URL: http://gstreamer.freedesktop.org/modules/gst-plugins-base.html
# Packager: pierre at nutyx dot org
# Packager: alihan-ozturk28@hotmail.com
# Depends on: gstreamer gstreamer-plugins-base yasm sdl
name=gstreamer-plugins-ffmpeg
version=0.10.13
release=1
_name=gst-ffmpeg
source=(http://gstreamer.freedesktop.org/src/gst-ffmpeg/gst-ffmpeg-$version.tar.bz2
http://downloads.nutyx.org/files/patchs/$name/h264_qpel_mmx.patch)
source=(http://gstreamer.freedesktop.org/src/${_name}/${_name}-$version.tar.bz2
http://downloads.nutyx.org/files/patchs/$name/h264_qpel_mmx.patch)
build() {
unset CFLAGS
unset CXXFLAGS
cd gst-ffmpeg-$version
cd ${_name}-$version
patch -Np1 -i ../h264_qpel_mmx.patch
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--with-ffmpeg-extra-configure="--enable-runtime-cpudetect"
--with-package-name='PisiLinux gstreamer-ffmpeg package' \
--with-package-origin='https://milis.gungre.ch/' \
make || make -j1
make DESTDIR=$PKG install
}

View File

@ -1,21 +1,24 @@
# Description: GStreamer Multimedia Framework good Plugins
# URL: http://gstreamer.freedesktop.org/modules/gst-plugins-base.html
# Packager: pierre at nutyx dot org
# 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/gst-plugins-good/gst-plugins-good-$version.tar.xz)
source=(http://gstreamer.freedesktop.org/src/${_name}/${_name}-$version.tar.xz)
build() {
cd gst-plugins-good-$version
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
}

View File

@ -6,13 +6,14 @@
name=gstreamer-plugins-python
version=0.10.22
release=1
_name=gst-python
source=(http://gstreamer.freedesktop.org/src/gst-python/gst-python-$version.tar.bz2)
source=(http://gstreamer.freedesktop.org/src/${_name}/${_name}-$version.tar.bz2)
build() {
cd gst-python-$version
cd ${_name}-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}

View File

@ -1,20 +1,23 @@
# Description: GStreamer Multimedia Framework ugly Plugins
# URL: http://gstreamer.freedesktop.org/modules/gst-plugins-ugly.html
# Packager: pierre at nutyx dot org
# Packager: alihan-ozturk28@hotmail.com
# Depends on: gstreamer-plugins-base lame libdvdnav libdvdread libdvdcss liba52 libmad libmpeg2
name=gstreamer-plugins-ugly
version=0.10.19
release=2
release=1
_name=gst-plugins-ugly
source=( http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-$version.tar.xz
http://www.linuxfromscratch.org/patches/downloads/gst-plugins-ugly/gst-plugins-ugly-$version-libcdio_fixes-1.patch)
source=( http://gstreamer.freedesktop.org/src/${_name}/${_name}-$version.tar.xz
http://www.linuxfromscratch.org/patches/downloads/gst-plugins-ugly/gst-plugins-ugly-$version-libcdio_fixes-1.patch)
build() {
cd gst-plugins-ugly-$version
cd ${_name}-$version
patch -Np1 -i ../gst-plugins-ugly-$version-libcdio_fixes-1.patch
./configure --prefix=/usr
--with-package-name=\"Milis gstreamer-plugins-ugly package\" \
--with-package-origin=\"https://milis.gungre.ch/"
make
make DESTDIR=$PKG install
}

View File

@ -1,13 +1,13 @@
# Description: GStreamer Multimedia Framework
# URL: http://gstreamer.freedesktop.org/
# Packager: pierre at nutyx dot org
# Packager: alihan-ozturk28@hotmail.com
# Depends on: glib libxml2 gsl gobject-introspection
name=gstreamer
version=0.10.36
release=1
source=(http://gstreamer.freedesktop.org/src/gstreamer/$name-$version.tar.bz2)
source=(http://gstreamer.freedesktop.org/src/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
@ -16,7 +16,10 @@ sed -i -e '/YYLEX_PARAM/d' \
gst/parse/grammar.y
./configure --prefix=/usr \
--disable-static
--disable-static \
--with-package-name="GStreamer for Milis" \
--with-package-origin="https://milis.gungre.ch/" \
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/gtk-doc

View File

@ -2,16 +2,20 @@
# URL: http://gstreamer.freedesktop.org/modules/gst-plugins-base.html
# Packager: pierre at nutyx dot org
# Depends on: gstreamer1-plugins-base libdvdread libdvdnav faac faad2 libexif libmpeg2 mpg123
name=gstreamer1-plugins-bad
release=1
source=(http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-$version.tar.xz )
name=gstreamer1-plugins-bad
version=1.6.3
release=1
_name=gst-plugins-bad
source=(http://gstreamer.freedesktop.org/src/${_name}/${_name}-$version.tar.xz )
build() {
cd gst-plugins*
cd ${_name}-$version
./configure --prefix=/usr \
--with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/"
--with-package-name="Gstreamer Plugins Bad for Milis"
--with-package-origin="https://milis.gungre.ch/"
make
make DESTDIR=$PKG install
}

View File

@ -1,20 +1,22 @@
# Description: GStreamer Multimedia Framework Base Plugins
# URL: http://gstreamer.freedesktop.org/
# Packager: pierre at nutyx dot org
# Packager: alihan-ozturk28@hotmail.com
# Depends on: gstreamer1 alsa-lib gobject-introspection iso-codes libtheora libvorbis pango
_name=gst-plugins-base
name=gstreamer1-plugins-base
version="1.6.3"
version=1.6.3
release=1
_name=gst-plugins-base
source=(http://gstreamer.freedesktop.org/src/${_name}/${_name}-$version.tar.xz)
build() {
cd ${_name}-$version
./configure --prefix=/usr \
--with-package-name="GStreamer Base Plugins $version BLFS" \
--with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/"
--with-package-name="GStreamer Base Plugins for Milis" \
--with-package-origin="https://milis.gungre.ch/"
make
make DESTDIR=$PKG install
}

View File

@ -2,19 +2,20 @@
# URL: http://gstreamer.freedesktop.org/
# Packager: milisarge
# Depends on: gstreamer1-plugins-base flac gdk-pixbuf libjpeg-turbo libpng libsoup libvpx
_name=gst-plugins-good
name=gstreamer1-plugins-good
release=1
version=1.6.3
release=1
_name=gst-plugins-good
source=(http://gstreamer.freedesktop.org/src/${_name}/${_name}-$version.tar.xz)
build() {
cd ${_name}-$version
./configure --prefix=/usr \
--with-package-name="GStreamer Good Plugins $version BLFS" \
--with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/"
--with-package-name="GStreamer Good Plugins Milis" \
--with-package-origin="https://milis.gungre.ch/"
make
make DESTDIR=$PKG install
}

View File

@ -1,18 +1,21 @@
# Description: GStreamer Multimedia Framework libav Plugins (fork of ffmpeg)
# URL: http://gstreamer.freedesktop.org/modules/gst-libav.html
# Packager: pierre at nutyx dot org
# Packager: alihan-ozturk28@hotmail.com
# Depends on: gstreamer1-plugins-base yasm
name=gstreamer1-plugins-libav
release=1
source=(http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-$version.tar.xz )
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 gst-*
cd ${_name}-$version
./configure --prefix=/usr \
--with-package-name="GStreamer Libav Plugins $version BLFS" \
--with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/"
--with-package-name="GStreamer Libav Plugins Milis" \
--with-package-origin="https://milis.gungre.ch/"
make
make DESTDIR=$PKG install
}

View File

@ -1,18 +1,22 @@
# Description: GStreamer Multimedia Framework ugly Plugins
# URL: http://gstreamer.freedesktop.org/modules/gst-plugins-ugly.html
# Packager: pierre at nutyx dot org
# Depends on: gstreamer1-plugins-base lame libdvdread liba52 libmad libmpeg2
name=gstreamer1-plugins-ugly
release=1
# Depends on: gstreamer1-plugins-base lame libdvdread liba52 libmad libmpeg2
source=(http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-$version.tar.xz )
name=gstreamer1-plugins-ugly
version=1.6.3
release=1
_name=gst-plugins-ugly
source=(http://gstreamer.freedesktop.org/src/${_name}/${_name}-$version.tar.xz )
build() {
cd gst-plugins*
cd ${_name}-$version
./configure --prefix=/usr \
--with-package-name="GStreamer Ugly Plugins $version BLFS" \
--with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/"
--with-package-name="GStreamer Ugly Plugins Milis" \
--with-package-origin="https://milis.gungre.ch/"
make
make DESTDIR=$PKG install
}

View File

@ -1,19 +1,21 @@
# Description: GStreamer Multimedia Framework
# URL: http://gstreamer.freedesktop.org/
# Packager: pierre at nutyx dot org
# Packager: alihan-ozturk8@hotmail.com
# Depends on: glib libxml2 gsl gobject-introspection
name=gstreamer1
version=1.6.3
release=1
_name=gstreamer
source=(http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-$version.tar.xz)
source=(http://gstreamer.freedesktop.org/src/${_name}/${_name}-$version.tar.xz)
build() {
cd gstreamer-$version
cd ${_name}-$version
./configure --prefix=/usr \
--with-package-name="GStreamer $version BLFS" \
--with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/"
--with-package-name="GStreamer for Milis" \
--with-package-origin="https://milis.gungre.ch/"
make
make DESTDIR=$PKG install
}