Package Details: gmtk-svn 116-1

Package Base: gmtk-svn
Description: Support library for gnome-mplayer and gecko-mediaplayer, development code.
Upstream URL: http://gmtk.googlecode.com/
Category: multimedia
Licenses: GPLv2
Submitter: kopiersperre
Maintainer: kopiersperre
Last Packager: None
Votes: 10
First Submitted: 2011-07-23 22:17
Last Updated: 2012-05-19 18:02

Dependencies (3)

Required by (1)

Sources

Latest Comments

Comment by laracraft93

2013-02-16 20:49

Add conflicts=('gmtk')

Comment by kopiersperre

2012-05-19 18:03

updated to Mr. Sousas version

Comment by aphanic

2012-05-13 21:55

Hi, I'm the maintainer of gnome-mplayer-svn which depends on this package. I've updated the PKGBUILD file for this package and left it here: http://pastebin.ca/2148140

Feel free to use it to update the package, regards,
Alexander.

Comment by sleepingkyoto

2011-12-05 18:44

pulseaudio isn't required - configure with --without-pulseaudio and removed pulseaudio from deps list compiled fine and works with gnome-mplayer-svn

you'll also need to configure this with --disable-gtk3 if you're planning on using gtk2 with gnome-mplayer (or you'll get a mismatch)

my AUR helper seems to have trouble getting this PKGBUILD, and I end up having to recreate it, although not sure if it's something with this package or not.

Comment by kopiersperre

2011-11-14 20:02

gmplayer-svn is gnome-mplayer-svn with gmtk-svn as dependency

Comment by bzt

2011-11-12 11:42

My bad, this can be easily confused. However, the packages 'autoconf' and 'automake' seem to be required to build this.

Comment by ivenvd

2011-11-12 10:47

It seems the autogen make dependency is not really necessary. If you mean autogen.sh, that's just a shell script used by autotools, which does nothing with the package autogen.

Comment by kopiersperre

2011-11-12 09:41

it works now

Comment by ivenvd

2011-11-12 06:01

Still the same, are you editing the PKGBUILD using windows?

Comment by ivenvd

2011-11-10 12:57

$ makepkg
==> ERROR: PKGBUILD contains CRLF characters and cannot be sourced.

Comment by kopiersperre

2011-11-10 12:29

updated

Comment by bzt

2011-11-09 17:00

Also, this has problems with libtool when compiling.

Here is a PKGBUILD that works as of today: http://pastebin.com/8ScykwDH

Comment by anonymous_user

2011-08-02 02:29

You forgot two single quotes in the depends line, it should be:

depends=('dconf' 'fontconfig' 'pulseaudio')

BTW is pulseaudio support really necessary for this package?