Add conflicts=('gmtk')
Search Criteria
Package Details: gmtk-svn 116-1
Package Actions
| Package Base: | gmtk-svn |
|---|---|
| Description: | Support library for gnome-mplayer and gecko-mediaplayer, development code. |
| Upstream URL: | http://gmtk.googlecode.com/ |
| Category: | multimedia |
| Licenses: | |
| Submitter: | kopiersperre |
| Maintainer: | kopiersperre |
| Last Packager: | None |
| Votes: | 10 |
| First Submitted: | 2011-07-23 22:17 |
| Last Updated: | 2012-05-19 18:02 |
Latest Comments
Comment by laracraft93
Comment by kopiersperre
updated to Mr. Sousas version
Comment by aphanic
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
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
gmplayer-svn is gnome-mplayer-svn with gmtk-svn as dependency
Comment by bzt
My bad, this can be easily confused. However, the packages 'autoconf' and 'automake' seem to be required to build this.
Comment by ivenvd
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
it works now
Comment by ivenvd
Still the same, are you editing the PKGBUILD using windows?
Comment by ivenvd
$ makepkg
==> ERROR: PKGBUILD contains CRLF characters and cannot be sourced.
Comment by kopiersperre
updated
Comment by bzt
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
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?