diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-01-26 07:34:00 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-01-26 07:34:00 +0800 |
commit | f887da9b89268221d56be88954e2621c93439422 (patch) | |
tree | e4516fe7e3a3b1e30089b21183c01eca58a35c02 | |
parent | 90a854854f0c7d79b10d51d4ecfcde6ab3cdc082 (diff) | |
download | marcuscom-ports-f887da9b89268221d56be88954e2621c93439422.tar marcuscom-ports-f887da9b89268221d56be88954e2621c93439422.tar.gz marcuscom-ports-f887da9b89268221d56be88954e2621c93439422.tar.bz2 marcuscom-ports-f887da9b89268221d56be88954e2621c93439422.tar.lz marcuscom-ports-f887da9b89268221d56be88954e2621c93439422.tar.xz marcuscom-ports-f887da9b89268221d56be88954e2621c93439422.tar.zst marcuscom-ports-f887da9b89268221d56be88954e2621c93439422.zip |
Update to 0.1.9.
Thanks, Mezz, for noticing this! I had completely forgotten about it!
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1714 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | games/monkeybubble/Makefile | 2 | ||||
-rw-r--r-- | games/monkeybubble/distinfo | 2 | ||||
-rw-r--r-- | games/monkeybubble/files/patch-src::audio::sound_manager.c | 11 | ||||
-rw-r--r-- | games/monkeybubble/pkg-plist | 2 |
4 files changed, 4 insertions, 13 deletions
diff --git a/games/monkeybubble/Makefile b/games/monkeybubble/Makefile index 2f83c5ad1..49d65701f 100644 --- a/games/monkeybubble/Makefile +++ b/games/monkeybubble/Makefile @@ -6,7 +6,7 @@ # PORTNAME= monkeybubble -PORTVERSION= 0.1.8 +PORTVERSION= 0.1.9 CATEGORIES= games gnome MASTER_SITES= http://monkey-bubble.tuxfamily.org/ DISTNAME= monkey-bubble-${PORTVERSION} diff --git a/games/monkeybubble/distinfo b/games/monkeybubble/distinfo index c49f21fb7..41fcfe54f 100644 --- a/games/monkeybubble/distinfo +++ b/games/monkeybubble/distinfo @@ -1 +1 @@ -MD5 (monkey-bubble-0.1.8.tar.gz) = 6c97b5e2ec52fc8ea4c30bd04b0ee590 +MD5 (monkey-bubble-0.1.9.tar.gz) = ad4fd5cbbbcfd2be7dcfc12ac1c59ebc diff --git a/games/monkeybubble/files/patch-src::audio::sound_manager.c b/games/monkeybubble/files/patch-src::audio::sound_manager.c deleted file mode 100644 index c912aedc3..000000000 --- a/games/monkeybubble/files/patch-src::audio::sound_manager.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/audio/sound-manager.c.orig Sat Jan 17 15:26:09 2004 -+++ src/audio/sound-manager.c Sat Jan 17 15:26:16 2004 -@@ -145,7 +145,7 @@ - - g_object_set( G_OBJECT( PRIVATE(m)->filesrc), "location",path,NULL); - -- gst_element_link_many( PRIVATE(m)->filesrc, PRIVATE(m)->vorbis_dec, PRIVATE(m)->output); -+ gst_element_link_many( PRIVATE(m)->filesrc, PRIVATE(m)->vorbis_dec, PRIVATE(m)->output, NULL); - - - PRIVATE(m)->is_playing = TRUE; diff --git a/games/monkeybubble/pkg-plist b/games/monkeybubble/pkg-plist index aac1e7d0e..0703bb7ed 100644 --- a/games/monkeybubble/pkg-plist +++ b/games/monkeybubble/pkg-plist @@ -123,6 +123,8 @@ share/gnome/monkey-bubble/gfx/snake/snake_6.svg share/gnome/monkey-bubble/gfx/snake/snake_7.svg share/gnome/monkey-bubble/gfx/snake/snake_8.svg share/gnome/monkey-bubble/gfx/snake/snake_9.svg +share/gnome/monkey-bubble/gfx/splash.svg +share/gnome/monkey-bubble/gfx/star.svg share/gnome/monkey-bubble/gfx/tomato.svg share/gnome/monkey-bubble/gfx/win.svg share/gnome/monkey-bubble/glade/keybinding.glade |