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 # Description: GStreamer Multimedia Framework Bad Plugins
# URL: http://gstreamer.freedesktop.org/modules/gst-plugins-base.html # 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 # Depends on: gstreamer-plugins-base faac faad2 libmms libpng libvpx xvid jasper
name=gstreamer-plugins-bad name=gstreamer-plugins-bad
version=0.10.23 version=0.10.23
release=1 release=1
source=(http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-$version.tar.bz2 source=(http://gstreamer.freedesktop.org/src/$name/$name-$version.tar.bz2
$name-$version-compatibility-1.patch) $name-$version-compatibility-1.patch)
build() { build() {
cd $name-$version
cd gst-plugins*
patch -Np1 -i ../$name-$version-compatibility-1.patch patch -Np1 -i ../$name-$version-compatibility-1.patch
./configure --prefix=/usr \ ./configure --prefix=/usr \
--with-gtk=3.0 \ --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
make DESTDIR=$PKG install make DESTDIR=$PKG install
} }

View File

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

View File

@ -1,24 +1,28 @@
# Description: GStreamer Multimedia Framework ffmpeg Plugins # Description: GStreamer Multimedia Framework ffmpeg Plugins
# URL: http://gstreamer.freedesktop.org/modules/gst-plugins-base.html # 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 # Depends on: gstreamer gstreamer-plugins-base yasm sdl
name=gstreamer-plugins-ffmpeg name=gstreamer-plugins-ffmpeg
version=0.10.13 version=0.10.13
release=1 release=1
_name=gst-ffmpeg
source=(http://gstreamer.freedesktop.org/src/gst-ffmpeg/gst-ffmpeg-$version.tar.bz2 source=(http://gstreamer.freedesktop.org/src/${_name}/${_name}-$version.tar.bz2
http://downloads.nutyx.org/files/patchs/$name/h264_qpel_mmx.patch) http://downloads.nutyx.org/files/patchs/$name/h264_qpel_mmx.patch)
build() { build() {
unset CFLAGS unset CFLAGS
unset CXXFLAGS unset CXXFLAGS
cd gst-ffmpeg-$version cd ${_name}-$version
patch -Np1 -i ../h264_qpel_mmx.patch patch -Np1 -i ../h264_qpel_mmx.patch
./configure --prefix=/usr \ ./configure --prefix=/usr \
--sysconfdir=/etc \ --sysconfdir=/etc \
--localstatedir=/var \ --localstatedir=/var \
--with-ffmpeg-extra-configure="--enable-runtime-cpudetect" --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 || make -j1
make DESTDIR=$PKG install make DESTDIR=$PKG install
} }

View File

@ -1,21 +1,24 @@
# Description: GStreamer Multimedia Framework good Plugins # Description: GStreamer Multimedia Framework good Plugins
# URL: http://gstreamer.freedesktop.org/modules/gst-plugins-base.html # 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 # Depends on: gstreamer-plugins-base cairo flac libjpeg-turbo libpng xorg-libx11 libsoup speex aalib taglib libcdio
name=gstreamer-plugins-good name=gstreamer-plugins-good
version=0.10.31 version=0.10.31
release=1 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() { build() {
cd gst-plugins-good-$version cd ${_name}-$version
sed -i -e '/input:/d' sys/v4l2/gstv4l2bufferpool.c 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 sed -i -e "/case V4L2_CID_HCENTER/d" -e "/case V4L2_CID_VCENTER/d" sys/v4l2/v4l2_calls.c
./configure --prefix=/usr \ ./configure --prefix=/usr \
--sysconfdir=/etc \ --sysconfdir=/etc \
--with-gtk=3.0 --with-gtk=3.0
--with-package-name='Milis gstreamer-plugins-good package' \
--with-package-origin='https://milis.gungre.ch/' \
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
} }

View File

@ -6,13 +6,14 @@
name=gstreamer-plugins-python name=gstreamer-plugins-python
version=0.10.22 version=0.10.22
release=1 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() { build() {
cd gst-python-$version cd ${_name}-$version
./configure --prefix=/usr ./configure --prefix=/usr
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
} }

View File

@ -1,20 +1,23 @@
# Description: GStreamer Multimedia Framework ugly Plugins # Description: GStreamer Multimedia Framework ugly Plugins
# URL: http://gstreamer.freedesktop.org/modules/gst-plugins-ugly.html # 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 # Depends on: gstreamer-plugins-base lame libdvdnav libdvdread libdvdcss liba52 libmad libmpeg2
name=gstreamer-plugins-ugly name=gstreamer-plugins-ugly
version=0.10.19 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 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) http://www.linuxfromscratch.org/patches/downloads/gst-plugins-ugly/gst-plugins-ugly-$version-libcdio_fixes-1.patch)
build() { build() {
cd gst-plugins-ugly-$version cd ${_name}-$version
patch -Np1 -i ../gst-plugins-ugly-$version-libcdio_fixes-1.patch patch -Np1 -i ../gst-plugins-ugly-$version-libcdio_fixes-1.patch
./configure --prefix=/usr ./configure --prefix=/usr
--with-package-name=\"Milis gstreamer-plugins-ugly package\" \
--with-package-origin=\"https://milis.gungre.ch/"
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
} }

View File

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

View File

@ -2,16 +2,20 @@
# URL: http://gstreamer.freedesktop.org/modules/gst-plugins-base.html # URL: http://gstreamer.freedesktop.org/modules/gst-plugins-base.html
# Packager: pierre at nutyx dot org # Packager: pierre at nutyx dot org
# Depends on: gstreamer1-plugins-base libdvdread libdvdnav faac faad2 libexif libmpeg2 mpg123 # 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() { build() {
cd gst-plugins* cd ${_name}-$version
./configure --prefix=/usr \ ./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
make DESTDIR=$PKG install make DESTDIR=$PKG install
} }

View File

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

View File

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

View File

@ -1,18 +1,21 @@
# Description: GStreamer Multimedia Framework libav Plugins (fork of ffmpeg) # Description: GStreamer Multimedia Framework libav Plugins (fork of ffmpeg)
# URL: http://gstreamer.freedesktop.org/modules/gst-libav.html # 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 # 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() { build() {
cd gst-* cd ${_name}-$version
./configure --prefix=/usr \ ./configure --prefix=/usr \
--with-package-name="GStreamer Libav Plugins $version BLFS" \ --with-package-name="GStreamer Libav Plugins Milis" \
--with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" --with-package-origin="https://milis.gungre.ch/"
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
} }

View File

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

View File

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