diff options
author | oliver <oliver@FreeBSD.org> | 2005-01-12 23:34:59 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-01-12 23:34:59 +0800 |
commit | b2b56343e729e45a51f8e408112249b776732209 (patch) | |
tree | 77cc404d6a0fdebb63cc5a342d0c956240a00ce0 /audio/gqmpeg | |
parent | a3205a3f479be5954242a3328094991755f475ab (diff) | |
download | freebsd-ports-gnome-b2b56343e729e45a51f8e408112249b776732209.tar.gz freebsd-ports-gnome-b2b56343e729e45a51f8e408112249b776732209.tar.zst freebsd-ports-gnome-b2b56343e729e45a51f8e408112249b776732209.zip |
back-out the last commit since it was done with mangled CVS/Root files and that
resulted in checking n the stuff into the wrong directory...
Bump PORTEPOCH (because of PORTVERSION wents backward)
Diffstat (limited to 'audio/gqmpeg')
-rw-r--r-- | audio/gqmpeg/Makefile | 39 | ||||
-rw-r--r-- | audio/gqmpeg/distinfo | 4 | ||||
-rw-r--r-- | audio/gqmpeg/files/patch-aclocal.m4 | 46 | ||||
-rw-r--r-- | audio/gqmpeg/files/patch-ad | 11 | ||||
-rw-r--r-- | audio/gqmpeg/files/patch-configure.in | 11 | ||||
-rw-r--r-- | audio/gqmpeg/files/patch-po_Makefile.in.in | 14 | ||||
-rw-r--r-- | audio/gqmpeg/pkg-plist | 4 |
7 files changed, 108 insertions, 21 deletions
diff --git a/audio/gqmpeg/Makefile b/audio/gqmpeg/Makefile index 139b6b8a228a..3da212a6c31a 100644 --- a/audio/gqmpeg/Makefile +++ b/audio/gqmpeg/Makefile @@ -6,13 +6,17 @@ # PORTNAME= gqmpeg -PORTVERSION= 0.91.1 -CATEGORIES= audio +PORTVERSION= 0.20.0 +PORTEPOCH= 1 +CATEGORIES+= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= oliver@FreeBSD.org -COMMENT= Another gtk-based MP3 frontend +MAINTAINER?= lyngbol@wheel.dk +COMMENT?= Another gtk-based MP3 frontend + +RUN_DEPENDS= ogg123:${PORTSDIR}/audio/vorbis-tools \ + xmp:${PORTSDIR}/audio/xmp .if defined(WITH_MPG321) RUN_DEPENDS+= mpg321:${PORTSDIR}/audio/mpg321 @@ -20,29 +24,30 @@ RUN_DEPENDS+= mpg321:${PORTSDIR}/audio/mpg321 RUN_DEPENDS+= mpg123:${PORTSDIR}/audio/mpg123 .endif -.if !defined(WITHOUT_MOD) -RUN_DEPENDS+= xmp:${PORTSDIR}/audio/xmp -.endif - -.if !defined(WITHOUT_OGG) -RUN_DEPENDS+= ogg123:${PORTSDIR}/audio/vorbis-tools -.endif - USE_REINPLACE= yes -GNU_CONFIGURE= yes USE_X_PREFIX= yes -USE_GNOME= gtk20 -USE_LIBTOOL_VER=15 +USE_GNOME= gdkpixbuf +WANT_GNOME= yes +USE_LIBTOOL_VER= 13 +USE_AUTOCONF_VER= 213 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ -CONFLICTS= gqmpeg-0.2* - MAN1= gqmpeg.1 .include <bsd.port.pre.mk> +.if ${HAVE_GNOME:Mgnomelibs}!="" +USE_GNOME+= gnomeprefix gnomelibs +PKGNAMESUFFIX= -gnome +CONFIGURE_ENV+= USE_GNOME="yes" +PLIST_SUB+= DATADIR="share/gnome" +.else +CONFIGURE_ENV+= USE_GNOME="" +PLIST_SUB+= DATADIR="share" +.endif + .if !defined(WITH_MPG321) pre-everything:: @${ECHO_MSG} diff --git a/audio/gqmpeg/distinfo b/audio/gqmpeg/distinfo index 97dc104ae0cd..f20eecadbd24 100644 --- a/audio/gqmpeg/distinfo +++ b/audio/gqmpeg/distinfo @@ -1,2 +1,2 @@ -MD5 (gqmpeg-0.91.1.tar.gz) = e22eda86fc3e59108c8d04abc37b3e56 -SIZE(gqmpeg-0.91.1.tar.gz) = 1078478 +MD5 (gqmpeg-0.20.0.tar.gz) = 18cc9e61969552fd6dabfded53907227 +SIZE (gqmpeg-0.20.0.tar.gz) = 966991 diff --git a/audio/gqmpeg/files/patch-aclocal.m4 b/audio/gqmpeg/files/patch-aclocal.m4 new file mode 100644 index 000000000000..d9d89fd88eee --- /dev/null +++ b/audio/gqmpeg/files/patch-aclocal.m4 @@ -0,0 +1,46 @@ + +$FreeBSD$ + +--- aclocal.m4.orig Wed Jul 17 20:48:30 2002 ++++ aclocal.m4 Thu Jul 18 16:38:49 2002 +@@ -545,7 +545,7 @@ + rm -f conf.gdk_pixbuftest + ]) + +-# gettext.m4 serial 13 (gettext-0.11.1) ++# gettext.m4 serial 14 (gettext-0.11.2) + dnl Copyright (C) 1995-2002 Free Software Foundation, Inc. + dnl This file is free software, distributed under the terms of the GNU + dnl General Public License. As a special exception to the GNU General +@@ -689,14 +689,13 @@ + dnl Now see whether libintl exists and does not depend on libiconv. + AC_TRY_LINK([#include <libintl.h> + extern int _nl_msg_cat_cntr; +-extern int *_nl_domain_bindings; + extern + #ifdef __cplusplus + "C" + #endif + const char *_nl_expand_alias ();], + [bindtextdomain ("", ""); +-return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_domain_bindings + *_nl_expand_alias (0)], ++return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_expand_alias (0)], + gt_cv_func_gnugettext_libintl=yes, + gt_cv_func_gnugettext_libintl=no) + dnl Now see whether libintl exists and depends on libiconv. +@@ -704,14 +703,13 @@ + LIBS="$LIBS $LIBICONV" + AC_TRY_LINK([#include <libintl.h> + extern int _nl_msg_cat_cntr; +-extern int *_nl_domain_bindings; + extern + #ifdef __cplusplus + "C" + #endif + const char *_nl_expand_alias ();], + [bindtextdomain ("", ""); +-return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_domain_bindings + *_nl_expand_alias (0)], ++return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_expand_alias (0)], + [LIBINTL="$LIBINTL $LIBICONV" + LTLIBINTL="$LTLIBINTL $LTLIBICONV" + gt_cv_func_gnugettext_libintl=yes diff --git a/audio/gqmpeg/files/patch-ad b/audio/gqmpeg/files/patch-ad new file mode 100644 index 000000000000..eb000e4032b0 --- /dev/null +++ b/audio/gqmpeg/files/patch-ad @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sun Jan 20 09:20:14 2002 ++++ Makefile.in Sun Jan 20 09:20:32 2002 +@@ -118,7 +118,7 @@ + skindir = $(prefix)/share/gqmpeg/skins + skin_DATA = SKIN-SPECS README + +-@HAVE_GNOME_TRUE@desktopdir = @HAVE_GNOME_TRUE@$(GNOME_DATADIR)/gnome/apps/Multimedia ++@HAVE_GNOME_TRUE@desktopdir = @HAVE_GNOME_TRUE@$(GNOME_DATADIR)/apps/Multimedia + @HAVE_GNOME_TRUE@desktop_DATA = @HAVE_GNOME_TRUE@gqmpeg.desktop + + @HAVE_GNOME_TRUE@icondir = @HAVE_GNOME_TRUE@$(GNOME_DATADIR)/pixmaps diff --git a/audio/gqmpeg/files/patch-configure.in b/audio/gqmpeg/files/patch-configure.in new file mode 100644 index 000000000000..01a241386c93 --- /dev/null +++ b/audio/gqmpeg/files/patch-configure.in @@ -0,0 +1,11 @@ +--- configure.in.orig Fri Nov 9 14:42:36 2001 ++++ configure.in Sun Nov 11 22:13:39 2001 +@@ -83,7 +83,7 @@ + dnl CHECK_GNOME + AC_PATH_PROG(GNOME_CONFIG,gnome-config,no) + AM_CONDITIONAL(HAVE_GNOME, test $GNOME_CONFIG != no) +- if test "$GNOME_CONFIG" = no; then ++ if test "$GNOME_CONFIG" = no -o "$USE_GNOME" != yes; then + AC_MSG_RESULT(GNOME icon and menu entry will NOT be installed) + else + AC_MSG_RESULT(will install a GNOME icon and menu entry) diff --git a/audio/gqmpeg/files/patch-po_Makefile.in.in b/audio/gqmpeg/files/patch-po_Makefile.in.in new file mode 100644 index 000000000000..577f1df01e30 --- /dev/null +++ b/audio/gqmpeg/files/patch-po_Makefile.in.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- po/Makefile.in.in.orig Wed Jul 24 16:24:35 2002 ++++ po/Makefile.in.in Wed Jul 24 16:25:07 2002 +@@ -21,7 +21,7 @@ + prefix = @prefix@ + exec_prefix = @exec_prefix@ + datadir = @datadir@ +-localedir = $(datadir)/locale ++localedir = $(prefix)/share/locale + gettextsrcdir = $(datadir)/gettext/po + + INSTALL = @INSTALL@ diff --git a/audio/gqmpeg/pkg-plist b/audio/gqmpeg/pkg-plist index 3a9783e3d872..91bfcf96c42c 100644 --- a/audio/gqmpeg/pkg-plist +++ b/audio/gqmpeg/pkg-plist @@ -1,7 +1,7 @@ bin/gqmpeg bin/gqmpeg-shoutcast-plugin.sh -%%DATADIR%%/applications/gqmpeg.desktop -%%DATADIR%%/pixmaps/gqmpeg.png +%%GNOME:%%%%DATADIR%%/apps/Multimedia/gqmpeg.desktop +%%GNOME:%%%%DATADIR%%/pixmaps/gqmpeg.png share/gqmpeg/skins/README share/gqmpeg/skins/SKIN-SPECS share/gqmpeg/skins/mrclean/blue-handle-24.png |