diff options
author | ahze <ahze@FreeBSD.org> | 2006-04-30 07:03:03 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-04-30 07:03:03 +0800 |
commit | 37141a4239ce132a460689dacc49f431214e670b (patch) | |
tree | 841e14a903993df6f2654c4de34024a326f9e59b /games | |
parent | 8967d0ac35824f19b6b0545589662965de0f1988 (diff) | |
download | freebsd-ports-gnome-37141a4239ce132a460689dacc49f431214e670b.tar.gz freebsd-ports-gnome-37141a4239ce132a460689dacc49f431214e670b.tar.zst freebsd-ports-gnome-37141a4239ce132a460689dacc49f431214e670b.zip |
- Update gstreamer to 0.10
- Move all old gstreamer 0.8 ports to gstreamer*80 [1]
- Chase all ports with new gstreamer or gstreaemer moves
Repocopied by: marcus [1]
Diffstat (limited to 'games')
-rw-r--r-- | games/gnome-music-quiz/Makefile | 2 | ||||
-rw-r--r-- | games/monkeybubble/Makefile | 5 | ||||
-rw-r--r-- | games/monkeybubble/pkg-plist | 3 |
3 files changed, 4 insertions, 6 deletions
diff --git a/games/gnome-music-quiz/Makefile b/games/gnome-music-quiz/Makefile index a1a0f9599724..4cec8f316557 100644 --- a/games/gnome-music-quiz/Makefile +++ b/games/gnome-music-quiz/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= rhythmbox:${PORTSDIR}/audio/rhythmbox USE_X_PREFIX= yes USE_GNOME= gnomeprefix libgnomeui -USE_GSTREAMER= gconf +USE_GSTREAMER80= gconf GNU_CONFIGURE= yes pre-configure: diff --git a/games/monkeybubble/Makefile b/games/monkeybubble/Makefile index 070b858f715c..458a09b5632e 100644 --- a/games/monkeybubble/Makefile +++ b/games/monkeybubble/Makefile @@ -16,15 +16,16 @@ MAINTAINER= adamw@FreeBSD.org COMMENT= GTK2 Puzzle Bobble clone with monkeys USE_X_PREFIX= yes -USE_REINPLACE= yes HAS_MONKEYS= yes GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GSTREAMER= ogg gconf +USE_GSTREAMER80= ogg gconf USE_GNOME= gnomehack gnomeprefix librsvg2 libgnomeui \ intlhack +GCONF_SCHEMAS= monkey-bubble.schemas + CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/games/monkeybubble/pkg-plist b/games/monkeybubble/pkg-plist index 0bc871f55572..6781cd0296ef 100644 --- a/games/monkeybubble/pkg-plist +++ b/games/monkeybubble/pkg-plist @@ -1,8 +1,5 @@ bin/monkey-bubble bin/monkey-srv -@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/monkey-bubble.schemas > /dev/null || /usr/bin/true -etc/gconf/schemas/monkey-bubble.schemas -@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/monkey-bubble.schemas > /dev/null || /usr/bin/true share/gnome/applications/monkey-bubble.desktop share/gnome/help/monkey-bubble/C/empty.xml share/gnome/help/monkey-bubble/C/monkey-bubble.xml |