gstreamer-plugins-base.duzenlendi
This commit is contained in:
parent
518f1ca007
commit
08fbd3e238
|
@ -0,0 +1,29 @@
|
|||
--- 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
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
# Description: GStreamer Multimedia Framework Bad Plugins
|
||||
# URL: http://gstreamer.freedesktop.org/modules/gst-plugins-base.html
|
||||
# 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/$name/$name-$version.tar.bz2
|
||||
$name-$version-compatibility-1.patch)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
patch -Np1 -i ../$name-$version-compatibility-1.patch
|
||||
./configure --prefix=/usr \
|
||||
--with-gtk=3.0 \
|
||||
--disable-examples \
|
||||
--with-package-name='Milis gstreamer-plugins-bad package' \
|
||||
--with-package-origin='https://milis.gungre.ch/'
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
# 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
|
||||
}
|
|
@ -0,0 +1,30 @@
|
|||
# Description: GStreamer Multimedia Framework ffmpeg Plugins
|
||||
# URL: http://gstreamer.freedesktop.org/modules/gst-plugins-base.html
|
||||
# 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/${_name}/${_name}-$version.tar.bz2
|
||||
http://downloads.nutyx.org/files/patchs/$name/h264_qpel_mmx.patch)
|
||||
build() {
|
||||
unset CFLAGS
|
||||
unset CXXFLAGS
|
||||
|
||||
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
|
||||
}
|
||||
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
# Description: GStreamer Multimedia Framework good Plugins
|
||||
# URL: http://gstreamer.freedesktop.org/modules/gst-plugins-base.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
|
||||
}
|
|
@ -0,0 +1,21 @@
|
|||
# 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
|
||||
_name=gst-python
|
||||
|
||||
source=(http://gstreamer.freedesktop.org/src/${_name}/${_name}-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd ${_name}-$version
|
||||
./configure --prefix=/usr
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
# Description: GStreamer Multimedia Framework ugly Plugins
|
||||
# URL: http://gstreamer.freedesktop.org/modules/gst-plugins-ugly.html
|
||||
# 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=1
|
||||
_name=gst-plugins-ugly
|
||||
|
||||
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 ${_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
|
||||
}
|
|
@ -0,0 +1,28 @@
|
|||
# Description: GStreamer Multimedia Framework
|
||||
# URL: http://gstreamer.freedesktop.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/$name/$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 \
|
||||
--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
|
||||
}
|
||||
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
# 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
|
||||
version=1.6.3
|
||||
release=1
|
||||
_name=gst-plugins-bad
|
||||
|
||||
source=(http://gstreamer.freedesktop.org/src/${_name}/${_name}-$version.tar.xz )
|
||||
|
||||
build() {
|
||||
cd ${_name}-$version
|
||||
./configure --prefix=/usr \
|
||||
--with-package-name="Gstreamer Plugins Bad for Milis"
|
||||
--with-package-origin="https://milis.gungre.ch/"
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
# Description: GStreamer Multimedia Framework Base Plugins
|
||||
# URL: http://gstreamer.freedesktop.org/
|
||||
# Packager: alihan-ozturk28@hotmail.com
|
||||
# Depends on: gstreamer1 alsa-lib gobject-introspection iso-codes libtheora libvorbis pango
|
||||
|
||||
|
||||
name=gstreamer1-plugins-base
|
||||
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 for Milis" \
|
||||
--with-package-origin="https://milis.gungre.ch/"
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
|
@ -0,0 +1,21 @@
|
|||
# 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=gstreamer1-plugins-good
|
||||
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 Milis" \
|
||||
--with-package-origin="https://milis.gungre.ch/"
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
|
@ -0,0 +1,21 @@
|
|||
# Description: GStreamer Multimedia Framework libav Plugins (fork of ffmpeg)
|
||||
# URL: http://gstreamer.freedesktop.org/modules/gst-libav.html
|
||||
# Packager: alihan-ozturk28@hotmail.com
|
||||
# Depends on: gstreamer1-plugins-base yasm
|
||||
|
||||
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 ${_name}-$version
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--with-package-name="GStreamer Libav Plugins Milis" \
|
||||
--with-package-origin="https://milis.gungre.ch/"
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
|
@ -0,0 +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
|
||||
version=1.6.3
|
||||
release=1
|
||||
_name=gst-plugins-ugly
|
||||
|
||||
source=(http://gstreamer.freedesktop.org/src/${_name}/${_name}-$version.tar.xz )
|
||||
|
||||
build() {
|
||||
cd ${_name}-$version
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--with-package-name="GStreamer Ugly Plugins Milis" \
|
||||
--with-package-origin="https://milis.gungre.ch/"
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
|
@ -0,0 +1,21 @@
|
|||
# Description: GStreamer Multimedia Framework
|
||||
# URL: http://gstreamer.freedesktop.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/${_name}/${_name}-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
cd ${_name}-$version
|
||||
./configure --prefix=/usr \
|
||||
--with-package-name="GStreamer for Milis" \
|
||||
--with-package-origin="https://milis.gungre.ch/"
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
Loading…
Reference in New Issue