Index: head/games/monkeybubble/Makefile =================================================================== --- head/games/monkeybubble/Makefile (revision 440498) +++ head/games/monkeybubble/Makefile (revision 440499) @@ -1,37 +1,37 @@ # Created by: Adam Weinberger # $FreeBSD$ PORTNAME= monkeybubble PORTVERSION= 0.4.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games gnome MASTER_SITES= http://home.gna.org/monkeybubble/downloads/ DISTNAME= monkey-bubble-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GTK2 Puzzle Bobble clone with monkeys LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake libtool pathfix pkgconfig USE_GNOME= gnomedocutils gnomeprefix intlhack \ librsvg2 libgnomeui USE_GSTREAMER= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lm INSTALLS_OMF= yes GCONF_SCHEMAS= monkey-bubble.schemas post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|-g -O2||g ; \ s|-Werror||g' @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ ${WRKSRC}/src/net/message-handler.c \ ${WRKSRC}/src/net/simple-server.c \ ${WRKSRC}/src/ui/main.c .include Index: head/games/monkeybubble/files/patch-src_audio_sound-manager.c =================================================================== --- head/games/monkeybubble/files/patch-src_audio_sound-manager.c (nonexistent) +++ head/games/monkeybubble/files/patch-src_audio_sound-manager.c (revision 440499) @@ -0,0 +1,11 @@ +--- src/audio/sound-manager.c.orig 2017-05-09 13:02:38 UTC ++++ src/audio/sound-manager.c +@@ -223,7 +223,7 @@ start_play(SoundManager *m, gchar * path) + PRIVATE(m)->vorbis_dec = gst_element_factory_make("vorbisdec","vorbisdec"); + PRIVATE(m)->audioconvert = gst_element_factory_make("audioconvert","audioconvert"); + PRIVATE(m)->audioscale = gst_element_factory_make("audioscale", "audioscale"); +- PRIVATE(m)->output = gst_element_factory_make("alsasink", "alsa-output"); ++ PRIVATE(m)->output = gst_element_factory_make("autoaudiosink", "autoaudiosink"); + + PRIVATE(m)->current_music_path = g_strdup(path); + Property changes on: head/games/monkeybubble/files/patch-src_audio_sound-manager.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property