[Bsd-sharp-cvs] CVS commit to
/cvsroot/bsd-sharp/FreeBSD-ports/audio/muine by killfill
noreply at forge.novell.com
noreply at forge.novell.com
Wed Oct 10 10:52:55 MDT 2007
CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/audio/muine by killfill
Added Files:
Makefile distinfo pkg-descr pkg-plist
Log Message:
Apply Robert Noland patch for compile warnings.
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/audio/muine/Makefile,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- /cvsroot/bsd-sharp/FreeBSD-ports/audio/muine/Makefile 2007/02/05 00:04:24 1.55
+++ /cvsroot/bsd-sharp/FreeBSD-ports/audio/muine/Makefile 2007/10/10 16:52:55 1.56
@@ -2,12 +2,13 @@
# Date created: 20040615
# Whom: Tom McLaughlin <tmclaugh at sdf.lonestar.org>
#
-# $FreeBSD: ports/audio/muine/Makefile,v 1.31 2006/10/07 17:58:20 tmclaugh Exp $
-# $Id: Makefile,v 1.55 2007/02/05 00:04:24 tmclau02 dead $
+# $FreeBSD: ports/audio/muine/Makefile,v 1.39 2007/08/04 11:40:39 gabor Exp $
+# $Id: Makefile,v 1.56 2007/10/10 16:52:55 killfill Exp $
#
PORTNAME= muine
PORTVERSION= 0.8.7
+PORTREVISION= 4
CATEGORIES= audio gnome
MASTER_SITES= http://muine-player.org/releases/
@@ -17,18 +18,22 @@
LIB_DEPENDS= FLAC.7:${PORTSDIR}/audio/flac \
id3tag.0:${PORTSDIR}/audio/libid3tag \
gdbm:${PORTSDIR}/databases/gdbm \
- vorbis.3:${PORTSDIR}/audio/libvorbis \
+ vorbis.4:${PORTSDIR}/audio/libvorbis \
musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz
RUN_DEPENDS= dbus-daemon:${PORTSDIR}/devel/dbus
USE_GMAKE= yes
+USE_GETTEXT= yes
+USE_LDCONFIG= yes
USE_GNOME= gnomeprefix gnomehack intltool libgnomeui gnomesharp20
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
- GACUTIL_FLAGS="/package muine /gacdir $(DESTDIR)$(libdir) /root $(DESTDIR)$(libdir)"
+ GACUTIL_FLAGS="/package muine /gacdir $(libdir) /root $(libdir)"
+
+CONFIGURE_ARGS+= -enable-compile-warnings=maximum
GCONF_SCHEMAS= muine.schemas
@@ -44,7 +49,7 @@
.if defined (WITH_XINE)
CONFIGURE_ARGS+= --enable-xine=yes
-LIB_DEPENDS+= xine.15:${PORTSDIR}/multimedia/libxine
+LIB_DEPENDS+= xine.1:${PORTSDIR}/multimedia/libxine
.else
USE_GSTREAMER+= gconf
CONFIGURE_ARGS+= --enable-gstreamer=0.10
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/audio/muine/distinfo,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/audio/muine/pkg-descr,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/audio/muine/pkg-plist,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
More information about the Bsd-sharp-cvs
mailing list