mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 18:07:14 +08:00
Update gstreamer
This commit is contained in:
parent
b2054e2369
commit
2bd70b26fb
@ -6,15 +6,18 @@
|
||||
|
||||
pkgbase=gstreamer0.10-bad
|
||||
pkgname=('gstreamer0.10-bad' 'gstreamer0.10-bad-plugins')
|
||||
pkgver=0.10.21
|
||||
pkgver=0.10.22
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
license=('LGPL' 'GPL')
|
||||
makedepends=('pkgconfig' 'gstreamer0.10-base>=0.10.30' 'xvidcore>=1.2.2' 'libdca>=0.0.5' 'bzip2' 'libdc1394>=2.1.2' 'exempi>=2.1.1' 'jack>=0.118.0' 'neon>=0.29.3' 'faac>=1.28' 'libexif>=0.6.19' 'musicbrainz>=2.1.5' 'faad2>=2.7' 'libmms>=0.5' 'libcdaudio>=0.99.12' 'libmpcdec>=1.2.6' 'mjpegtools>=1.9.0' 'libdvdnav>=4.1.3' 'libmodplug>=0.8.8' 'jasper>=1.900.1' 'liblrdf>=0.4.0' 'libofa>=0.9.3' 'soundtouch>=1.5.0' 'libvdpau>=0.4' 'schroedinger>=1.0.9' 'libass>=0.9.9' 'libvpx' 'gsm' 'libgme' 'rtmpdump' 'libsndfile' 'librsvg')
|
||||
makedepends=('pkgconfig' 'gstreamer0.10-base>=0.10.34' 'xvidcore' 'libdca' 'bzip2' 'libdc1394'
|
||||
'neon' 'faac' 'musicbrainz' 'faad2' 'libmms' 'libcdaudio' 'libmpcdec' 'mjpegtools'
|
||||
'libdvdnav' 'libmodplug' 'jasper' 'liblrdf' 'libofa' 'soundtouch' 'libvdpau'
|
||||
'schroedinger' 'libass' 'libvpx' 'gsm' 'libgme' 'rtmpdump' 'libsndfile' 'librsvg' 'celt')
|
||||
url="http://gstreamer.freedesktop.org/"
|
||||
options=(!libtool !emptydirs)
|
||||
source=(${url}/src/gst-plugins-bad/gst-plugins-bad-${pkgver}.tar.bz2)
|
||||
md5sums=('f501336ab1d18d2565f47c36ce653a82')
|
||||
md5sums=('9a2acee1f386f71247003d0d7090fb1c')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/gst-plugins-bad-${pkgver}"
|
||||
@ -29,7 +32,7 @@ build() {
|
||||
|
||||
package_gstreamer0.10-bad() {
|
||||
pkgdesc="GStreamer Multimedia Framework Bad Plugin libraries (gst-plugins-bad)"
|
||||
depends=('gstreamer0.10-base>=0.10.29')
|
||||
depends=('gstreamer0.10-base>=0.10.34')
|
||||
groups=('gstreamer0.10-plugins')
|
||||
|
||||
cd "${srcdir}/gst-plugins-bad-${pkgver}"
|
||||
@ -38,7 +41,12 @@ package_gstreamer0.10-bad() {
|
||||
|
||||
package_gstreamer0.10-bad-plugins() {
|
||||
pkgdesc="GStreamer Multimedia Framework Bad Plugins (gst-plugins-bad)"
|
||||
depends=("gstreamer0.10-bad=${pkgver}" 'xvidcore>=1.2.2' 'libdca>=0.0.5' 'bzip2' 'libdc1394>=2.1.2' 'exempi>=2.1.1' 'jack>=0.118.0' 'neon>=0.29.3' 'faac>=1.28' 'libexif>=0.6.19' 'musicbrainz>=2.1.5' 'faad2>=2.7' 'libmms>=0.5' 'libcdaudio>=0.99.12' 'libmpcdec>=1.2.6' 'mjpegtools>=1.9.0' 'libdvdnav>=4.1.3' 'libmodplug>=0.8.8' 'jasper>=1.900.1' 'liblrdf>=0.4.0' 'libofa>=0.9.3' 'libvdpau>=0.4' 'soundtouch>=1.5.0' 'libass>=0.9.9' 'schroedinger>=1.0.9' 'libvpx' 'gsm' 'rtmpdump' 'libgme' 'libsndfile' 'librsvg')
|
||||
depends=("gstreamer0.10-bad=${pkgver}" 'xvidcore' 'libdca' 'bzip2' 'libdc1394' 'exempi>=2.1.1'
|
||||
'jack>=0.118.0' 'neon>=0.29.3' 'faac>=1.28' 'libexif>=0.6.19' 'musicbrainz>=2.1.5'
|
||||
'faad2>=2.7' 'libmms>=0.5' 'libcdaudio>=0.99.12' 'libmpcdec>=1.2.6' 'mjpegtools>=1.9.0'
|
||||
'libdvdnav>=4.1.3' 'libmodplug>=0.8.8' 'jasper>=1.900.1' 'liblrdf>=0.4.0' 'libofa>=0.9.3'
|
||||
'libvdpau>=0.4' 'soundtouch>=1.5.0' 'libass>=0.9.9' 'schroedinger>=1.0.9'
|
||||
'libvpx' 'gsm' 'rtmpdump' 'libgme' 'libsndfile' 'librsvg' 'celt')
|
||||
groups=('gstreamer0.10-plugins')
|
||||
|
||||
cd "${srcdir}/gst-plugins-bad-${pkgver}"
|
||||
|
@ -9,18 +9,20 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgbase=('gstreamer0.10-base')
|
||||
pkgname=('gstreamer0.10-base' 'gstreamer0.10-base-plugins')
|
||||
pkgver=0.10.32
|
||||
pkgver=0.10.34
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
license=('LGPL')
|
||||
makedepends=('pkgconfig' 'gstreamer0.10>=0.10.30' 'orc>=0.4.6' 'libsm>=1.1.1' 'libxv>=1.0.5' 'alsa-lib>=1.0.23' 'cdparanoia>=10.2' 'libvisual>=0.4.0' 'libvorbis>=1.3.1' 'libtheora>=1.1.1' 'pango>=1.28.1' 'udev>=151' 'gobject-introspection')
|
||||
makedepends=('pkgconfig' 'gstreamer0.10>=0.10.34' 'orc' 'libxv' 'alsa-lib>=1.0.23' 'cdparanoia' 'libvisual' 'libvorbis' 'libtheora' 'pango' 'gobject-introspection')
|
||||
options=(!libtool !emptydirs)
|
||||
url="http://gstreamer.freedesktop.org/"
|
||||
source=(${url}/src/gst-plugins-base/gst-plugins-base-${pkgver}.tar.bz2)
|
||||
md5sums=('2920af2b3162f3d9fbaa7fabc8ed4d38')
|
||||
md5sums=('a8db3791c8b119d9cf109b8e18fb8fe9')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/gst-plugins-base-${pkgver}"
|
||||
sed -i '/AC_PATH_XTRA/d' configure.ac
|
||||
autoreconf
|
||||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
|
||||
--disable-static --enable-experimental --disable-gnome_vfs \
|
||||
--with-package-name="GStreamer Base Plugins (Chakra GNU/Linux)" \
|
||||
@ -32,7 +34,7 @@ build() {
|
||||
|
||||
package_gstreamer0.10-base() {
|
||||
pkgdesc="GStreamer Multimedia Framework Base plugin libraries"
|
||||
depends=('gstreamer0.10>=0.10.30' 'orc>=0.4.6' 'libsm>=1.1.1' 'libxv>=1.0.5' 'udev>=151')
|
||||
depends=('gstreamer0.10>=0.10.34' 'orc' 'libxv>=1.0.5')
|
||||
|
||||
cd "${srcdir}/gst-plugins-base-${pkgver}"
|
||||
make DESTDIR="${pkgdir}" install || return 1
|
||||
@ -40,7 +42,7 @@ package_gstreamer0.10-base() {
|
||||
|
||||
package_gstreamer0.10-base-plugins() {
|
||||
pkgdesc="GStreamer Multimedia Framework Base Plugins (gst-plugins-base)"
|
||||
depends=("gstreamer0.10-base=${pkgver}" 'alsa-lib>=1.0.23' 'cdparanoia>=10.2' 'libvisual>=0.4.0' 'libvorbis>=1.3.1' 'libtheora>=1.1.1' 'pango>=1.28.1')
|
||||
depends=("gstreamer0.10-base=${pkgver}" 'alsa-lib' 'cdparanoia' 'libvisual' 'libvorbis' 'libtheora' 'pango')
|
||||
replaces=('gstreamer0.10-alsa' 'gstreamer0.10-theora' 'gstreamer0.10-libvisual' 'gstreamer0.10-pango' 'gstreamer0.10-cdparanoia' 'gstreamer0.10-vorbis' 'gstreamer0.10-ogg')
|
||||
conflicts=('gstreamer0.10-alsa' 'gstreamer0.10-theora' 'gstreamer0.10-libvisual' 'gstreamer0.10-pango' 'gstreamer0.10-cdparanoia' 'gstreamer0.10-vorbis' 'gstreamer0.10-ogg')
|
||||
groups=('gstreamer0.10-plugins')
|
||||
|
@ -5,11 +5,11 @@
|
||||
|
||||
pkgname=gstreamer0.10-ffmpeg
|
||||
pkgver=0.10.11
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Gstreamer FFMpeg Plugin"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL')
|
||||
depends=('gstreamer0.10-base>=0.10.30' 'bzip2')
|
||||
depends=('gstreamer0.10-base>=0.10.34' 'bzip2')
|
||||
makedepends=('pkgconfig')
|
||||
url="http://www.gstreamer.net"
|
||||
groups=('gstreamer0.10-plugins')
|
||||
@ -20,7 +20,7 @@ build() {
|
||||
cd "${srcdir}/gst-ffmpeg-${pkgver}"
|
||||
unset CFLAGS
|
||||
unset CXXFLAGS
|
||||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var || return 1
|
||||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static --with-ffmpeg-extra-configure="--enable-runtime-cpudetect"
|
||||
make || return 1
|
||||
make DESTDIR="${pkgdir}" install || return 1
|
||||
rm -f ${pkgdir}/usr/lib/gstreamer-0.10/*.{l,}a
|
||||
|
@ -9,15 +9,16 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgbase=gstreamer0.10-good
|
||||
pkgname=('gstreamer0.10-good' 'gstreamer0.10-good-plugins')
|
||||
pkgver=0.10.28
|
||||
pkgrel=4
|
||||
pkgver=0.10.29
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
license=('LGPL')
|
||||
makedepends=('intltool' 'pkgconfig' 'gstreamer0.10-base>=0.10.30' 'libavc1394>=0.5.3-3' 'libiec61883>=1.2.0' 'aalib>=1.4rc5-6' 'libshout>=2.2.2' 'libdv>=1.0.0' 'esound>=0.2.41' 'flac>=1.2.1' 'wavpack>=4.60.1' 'taglib>=1.6.3' 'libsoup>=2.30.1' 'v4l-utils' 'libcaca>=0.99.beta17' 'bzip2>=1.0.5' 'gdk-pixbuf2' 'orc>=0.4.11')
|
||||
makedepends=('intltool' 'pkgconfig' 'gstreamer0.10-base>=0.10.34' 'libavc1394>=0.5.3-3' 'libiec61883>=1.2.0' 'aalib>=1.4rc5-6' 'libshout>=2.2.2' 'libdv>=1.0.0'
|
||||
'esound>=0.2.41' 'flac>=1.2.1' 'wavpack>=4.60.1' 'taglib>=1.6.3' 'libsoup>=2.30.1' 'v4l-utils' 'libcaca>=0.99.beta17' 'bzip2>=1.0.5' 'gdk-pixbuf2' 'orc>=0.4.11')
|
||||
url="http://gstreamer.freedesktop.org/"
|
||||
options=(!libtool !emptydirs)
|
||||
source=(${url}/src/gst-plugins-good/gst-plugins-good-${pkgver}.tar.bz2)
|
||||
md5sums=('6ef1588921f59d85c44ee2e49a3c97a0')
|
||||
md5sums=('5a652416141d9530258b474dc1d384b9')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/gst-plugins-good-${pkgver}"
|
||||
@ -27,6 +28,8 @@ build() {
|
||||
# We're not using gconf, the jack plugin should be part of gstreamer0.10-bad-plugins,
|
||||
# and the pulse plugin is provided by gstreamer0.10-pulse.
|
||||
#
|
||||
sed -i '/AC_PATH_XTRA/d' configure.ac
|
||||
autoreconf
|
||||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
|
||||
--disable-static --enable-experimental \
|
||||
--disable-schemas-install \
|
||||
@ -52,7 +55,8 @@ package_gstreamer0.10-good() {
|
||||
}
|
||||
|
||||
package_gstreamer0.10-good-plugins() {
|
||||
depends=("gstreamer0.10-good=${pkgver}" 'libavc1394>=0.5.3-3' 'libiec61883>=1.2.0' 'aalib>=1.4rc5-6' 'libshout>=2.2.2' 'libdv>=1.0.0' 'esound>=0.2.41' 'flac>=1.2.1' 'wavpack>=4.60.1' 'taglib>=1.6.3' 'libsoup>=2.30.1' 'v4l-utils' 'libcaca>=0.99.beta17' 'libpng>=1.4.1' 'libjpeg>=8.0.1' 'orc>=0.4.11')
|
||||
depends=("gstreamer0.10-good=${pkgver}" 'libavc1394>=0.5.3-3' 'libiec61883>=1.2.0' 'aalib>=1.4rc5-6' 'libshout>=2.2.2' 'libdv>=1.0.0' 'esound>=0.2.41' 'flac>=1.2.1'
|
||||
'wavpack>=4.60.1' 'taglib>=1.6.3' 'libsoup>=2.30.1' 'v4l-utils' 'libcaca>=0.99.beta17' 'libpng>=1.4.1' 'libjpeg>=8.0.1' 'orc>=0.4.11' 'gdk-pixbuf2')
|
||||
pkgdesc="GStreamer Multimedia Framework Good Plugins (gst-plugins-good)"
|
||||
groups=('gstreamer0.10-plugins')
|
||||
replaces=('gstreamer0.10-aalib' 'gstreamer0.10-wavpack' 'gstreamer0.10-shout2' 'gstreamer0.10-taglib' 'gstreamer0.10-libcaca' 'gstreamer0.10-libpng' 'gstreamer0.10-jpeg' 'gstreamer0.10-cairo' 'gstreamer0.10-flac' 'gstreamer0.10-speex' 'gstreamer0.10-gdkpixbuf' 'gstreamer0.10-dv1394' 'gstreamer0.10-annodex' 'gstreamer0.10-gconf' 'gstreamer0.10-esd' 'gstreamer0.10-cdio' 'gstreamer0.10-dv' 'gstreamer0.10-soup')
|
||||
|
@ -5,7 +5,7 @@
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
pkgname=gstreamer0.10-pulse
|
||||
pkgver=0.10.25
|
||||
pkgver=0.10.29
|
||||
pkgrel=1
|
||||
pkgdesc="A GStreamer 0.10 plugin for the PulseAudio sound server"
|
||||
arch=('i686' 'x86_64')
|
||||
@ -17,9 +17,13 @@ optdepends=('pulseaudio: pulseaudio support')
|
||||
options=(!libtool !emptydirs)
|
||||
groups=(pulseaudio)
|
||||
source=(${url}/src/gst-plugins-good/gst-plugins-good-${pkgver}.tar.bz2)
|
||||
md5sums=('5a652416141d9530258b474dc1d384b9')
|
||||
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/gst-plugins-good-${pkgver}"
|
||||
sed -i '/AC_PATH_XTRA/d' configure.ac
|
||||
autoreconf
|
||||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
|
||||
--disable-static --enable-experimental \
|
||||
--with-package-name="GStreamer Good Plugins (Chakra GNU/Linux)" \
|
||||
@ -33,4 +37,3 @@ package() {
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
||||
|
||||
md5sums=('d734bc866788d1d6fc74c4ff1318926c')
|
@ -5,7 +5,7 @@
|
||||
|
||||
pkgname=gstreamer0.10-python
|
||||
pkgver=0.10.21
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Python bindings for GStreamer 0.10"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('LGPL')
|
||||
|
@ -6,16 +6,16 @@
|
||||
|
||||
pkgbase=gstreamer0.10-ugly
|
||||
pkgname=('gstreamer0.10-ugly' 'gstreamer0.10-ugly-plugins')
|
||||
pkgver=0.10.17
|
||||
pkgver=0.10.18
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
license=('LGPL')
|
||||
makedepends=('pkgconfig' 'gstreamer0.10-base>=0.10.30' 'libdvdread>=4.1.3' 'lame>=3.98.2' 'libmpeg2>=0.5.1' 'a52dec>=0.7.4' 'libid3tag>=0.15.1b' 'libmad>=0.15.1b' 'libsidplay>=1.36.59' 'libcdio>=0.82' 'x264>=20100826' 'opencore-amr')
|
||||
makedepends=('pkgconfig' 'gstreamer0.10-base>=0.10.34' 'libdvdread>=4.1.3' 'lame>=3.98.2' 'libmpeg2>=0.5.1' 'a52dec>=0.7.4' 'libid3tag>=0.15.1b' 'libmad>=0.15.1b'
|
||||
'libsidplay>=1.36.59' 'libcdio>=0.82' 'x264>=20100826' 'opencore-amr')
|
||||
url="http://gstreamer.freedesktop.org/"
|
||||
options=(!libtool)
|
||||
source=(${url}/src/gst-plugins-ugly/gst-plugins-ugly-${pkgver}.tar.bz2)
|
||||
|
||||
md5sums=('504ed6508c3a8f035a2002ed69d68506')
|
||||
md5sums=('04a7009a4efea2844075949c111f5e4d')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/gst-plugins-ugly-${pkgver}"
|
||||
|
@ -8,32 +8,35 @@
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=gstreamer0.10
|
||||
pkgver=0.10.32
|
||||
pkgver=0.10.34
|
||||
pkgrel=1
|
||||
pkgdesc="GStreamer Multimedia Framework"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('LGPL')
|
||||
url="http://gstreamer.freedesktop.org/"
|
||||
depends=('libxml2>=2.7.7' 'glib2>=2.24.1')
|
||||
depends=('libxml2' 'glib2')
|
||||
makedepends=('intltool' 'pkgconfig' 'gobject-introspection')
|
||||
options=('!libtool')
|
||||
source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.bz2)
|
||||
md5sums=('442bc3d37b8511a73379143e7531d726')
|
||||
md5sums=('e6938af242cd002be9f0b6441e848d83')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/gstreamer-${pkgver}"
|
||||
|
||||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib \
|
||||
--with-package-name="GStreamer (Chakra GNU/Linux)" \
|
||||
--with-package-origin="http://www.chakra-project.org/" || return 1
|
||||
--with-package-origin="http://www.chakra-project.org/" \
|
||||
--disable-static
|
||||
|
||||
make || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/gstreamer-${pkgver}"
|
||||
make DESTDIR="${pkgdir}" install || return 1
|
||||
cd "${pkgdir}/usr/bin"
|
||||
|
||||
#Remove unversioned gst-* binaries to get rid of conflicts
|
||||
cd "${pkgdir}/usr/bin"
|
||||
for bins in `ls *-0.10`; do
|
||||
rm -f ${bins/-0.10/}
|
||||
done
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
pkgname=opengtl
|
||||
pkgver=0.9.15.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A set of library for using and integrating transformation algorithms (such as filter or color conversion) in graphics applications"
|
||||
url="http://www.opengtl.org"
|
||||
arch=('i686' 'x86_64')
|
||||
|
Loading…
Reference in New Issue
Block a user