gstreamer-plugins-base.duzenlendi

This commit is contained in:
milisman 2016-07-21 16:51:00 +00:00
commit 518f1ca007
15 changed files with 25 additions and 296 deletions

View File

@ -1,29 +0,0 @@
--- a/ext/vp8/gstvp8utils.h
+++ b/ext/vp8/gstvp8utils.h
@@ -25,23 +25,6 @@
G_BEGIN_DECLS
-/* Some compatibility defines for older libvpx versions */
-#ifndef VPX_IMG_FMT_I420
-#define VPX_IMG_FMT_I420 IMG_FMT_I420
-#endif
-
-#ifndef VPX_PLANE_Y
-#define VPX_PLANE_Y PLANE_Y
-#endif
-
-#ifndef VPX_PLANE_U
-#define VPX_PLANE_U PLANE_U
-#endif
-
-#ifndef VPX_PLANE_V
-#define VPX_PLANE_V PLANE_V
-#endif
-
const char * gst_vpx_error_name (vpx_codec_err_t status);
G_END_DECLS
--
2.1.2

View File

@ -1,20 +0,0 @@
# Description: GStreamer Multimedia Framework Bad Plugins
# URL: http://gstreamer.freedesktop.org/modules/gst-plugins-base.html
# Packager: pierre at nutyx dot org
# 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)
build() {
cd gst-plugins*
patch -Np1 -i ../$name-$version-compatibility-1.patch
./configure --prefix=/usr \
--with-gtk=3.0 \
--disable-examples
make
make DESTDIR=$PKG install
}

View File

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

View File

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

View File

@ -1,20 +0,0 @@
# Description: GStreamer Multimedia Framework python Plugins
# URL: http://gstreamer.freedesktop.org/
# Packager: pierre at nutyx dot org
# Depends on: gstreamer gstreamer-plugins-base python-gobject2
name=gstreamer-plugins-python
version=0.10.22
release=1
source=(http://gstreamer.freedesktop.org/src/gst-python/gst-python-$version.tar.bz2)
build() {
cd gst-python-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}

View File

@ -1,20 +0,0 @@
# Description: GStreamer Multimedia Framework ugly Plugins
# URL: http://gstreamer.freedesktop.org/modules/gst-plugins-ugly.html
# Packager: pierre at nutyx dot org
# Depends on: gstreamer-plugins-base lame libdvdnav libdvdread libdvdcss liba52 libmad libmpeg2
name=gstreamer-plugins-ugly
version=0.10.19
release=2
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)
build() {
cd gst-plugins-ugly-$version
patch -Np1 -i ../gst-plugins-ugly-$version-libcdio_fixes-1.patch
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}

View File

@ -1,25 +0,0 @@
# Description: GStreamer Multimedia Framework
# URL: http://gstreamer.freedesktop.org/
# Packager: pierre at nutyx dot org
# 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)
build() {
cd $name-$version
sed -i -e '/YYLEX_PARAM/d' \
-e '/parse-param.*scanner/i %lex-param { void *scanner }' \
gst/parse/grammar.y
./configure --prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/gtk-doc
}

View File

@ -1,17 +0,0 @@
# Description: GStreamer Multimedia Framework Bad Plugins
# 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 )
build() {
cd gst-plugins*
./configure --prefix=/usr \
--with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/"
make
make DESTDIR=$PKG install
}

View File

@ -1,20 +0,0 @@
# Description: GStreamer Multimedia Framework Base Plugins
# URL: http://gstreamer.freedesktop.org/
# Packager: pierre at nutyx dot org
# Depends on: gstreamer1 alsa-lib gobject-introspection iso-codes libtheora libvorbis pango
_name=gst-plugins-base
name=gstreamer1-plugins-base
version="1.6.3"
release=1
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/"
make
make DESTDIR=$PKG install
}

View File

@ -1,20 +0,0 @@
# Description: GStreamer Multimedia Framework good Plugins
# 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
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/"
make
make DESTDIR=$PKG install
}

View File

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

View File

@ -1,18 +0,0 @@
# 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
source=(http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-$version.tar.xz )
build() {
cd gst-plugins*
./configure --prefix=/usr \
--with-package-name="GStreamer Ugly Plugins $version BLFS" \
--with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/"
make
make DESTDIR=$PKG install
}

View File

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

View File

@ -0,0 +1,25 @@
# Description : API multimedia of KDE. the replaces the old aRts, which is more supported by KDE.
# URL: https://www.kde.org/
# Packager: alihan-ozturk28@hotmail.com
# Depends on: cmake kf5-extra-cmake-modules glib qt5 pulseaudio
name=phonon-qt5
release=1
version=4.9.0
_name=phonon
source=(http://download.kde.org/stable/${_name}/$version/${_name}-$version.tar.xz)
build() {
cd phonon-$version
cmake ../phonon-$version \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_SKIP_RPATH=ON \
-DCMAKE_INSTALL_PREFIX=/usr \
-DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON \
-DPHONON_BUILD_PHONON4QT5=ON \
-D__KDE_HAVE_GCC_VISIBILITY=NO \
-DCMAKE_INSTALL_LIBDIR=lib
make
make DESTDIR=$PKG install
}