Package Details: gstreamer0.10-gl-plugins 0.10.3-1

Package Base: gstreamer0.10-gl-plugins
Description: GStreamer Multimedia Framework plug-in and helper libraries for OpenGL integration (gst-plugins-gl)
Upstream URL: http://gstreamer.freedesktop.org/
Category: multimedia
Licenses: LGPL
Submitter: None
Maintainer: None
Last Packager: None
Votes: 7
First Submitted: 2009-08-27 03:06
Last Updated: 2012-08-31 09:55

Latest Comments

Comment by zegoti

2015-01-11 17:10

Please rename the build function to package. Otherwise Error.

Anonymous comment

2012-08-30 08:46

Version 0.10.3 is out.

http://gstreamer.freedesktop.org/src/gst-plugins-gl/gst-plugins-gl-0.10.3.tar.gz

Can you please update the package?

Comment by yiuin

2011-09-20 20:47

liboil also seems to be a dependency, and there is something wrong with their configure script. It generates 8 spaces instead of tabs in two makefiles. If you want to find them quickly go to the top build directory, open
$ vim
and do a
:make
that quickly produces the line that is a problem. In vim you have to do <ctrl>+v <tab> to insert a real tab instead of spaces. Not sure how this problem is occurring but the configure script re-breaks the makefiles so I had to comment it out and use makepkg -e to produce the package properly.

Comment by bokal

2011-02-25 12:00

an updated PKGBUILD:

pkgname=gstreamer0.10-gl-plugins
pkgver=0.10.2
pkgrel=1
pkgdesc="GStreamer Multimedia Framework plug-in and helper libraries for OpenGL integration (gst-plugins-gl)"
arch=('i686' 'x86_64')
license=('LGPL')
depends=("gstreamer0.10-base>=${pkgver}" "glew>=1.4.0")
makedepends=('autoconf' 'automake' 'gettext' 'libtool' 'pkgconfig')
replaces=('gstreamer0.10-gl')
conflicts=('gstreamer0.10-gl')
provides=("gstreamer0.10-gl=${pkgver}")
url="http://gstreamer.freedesktop.org/"
groups=('gstreamer0.10-plugins')
_relname=gst-plugins-gl
source=(${url}/src/${_relname}/${_relname}-${pkgver}.tar.gz)
md5sums=('2b39bac4d521fd016f6feb16f04bb765')

build() {
cd "${srcdir}/${_relname}-${pkgver}"
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--disable-static \
--enable-maintainer-mode --enable-gtk-doc --enable-plugin-docs \
--with-package-name="GStreamer OpenGL Plugins (Archlinux)" \
--with-package-origin="http://www.archlinux.org/" || return 1

make || return 1
make DESTDIR="${pkgdir}" install
}

Comment by bokal

2011-02-25 11:29

gst-plugins-gl 0.10.2 is out

Comment by killajoe

2010-06-17 19:46

checking for LIBPNG... no
configure: error: libpng12 is required

I build and install libpng12 1.2.43-1 from AUR

But tryin to build gstreamer0.10-gl-plugins fails after that with the same error...