diff options
author | oliver <oliver@FreeBSD.org> | 2005-01-12 22:32:57 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-01-12 22:32:57 +0800 |
commit | c4d35d876e6b79cd81f3c52664f378b6521477c8 (patch) | |
tree | 532219d1dce40b2dfa5c4b1f3d742ad08aff0568 /audio/gqmpeg/files | |
parent | e8661f35f082e581a19128e9329a8b0c12bd0853 (diff) | |
download | freebsd-ports-gnome-c4d35d876e6b79cd81f3c52664f378b6521477c8.tar.gz freebsd-ports-gnome-c4d35d876e6b79cd81f3c52664f378b6521477c8.tar.zst freebsd-ports-gnome-c4d35d876e6b79cd81f3c52664f378b6521477c8.zip |
add gqmpeg-devel - the gtk20 port of gqmpeg
Diffstat (limited to 'audio/gqmpeg/files')
-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 |
4 files changed, 0 insertions, 82 deletions
diff --git a/audio/gqmpeg/files/patch-aclocal.m4 b/audio/gqmpeg/files/patch-aclocal.m4 deleted file mode 100644 index d9d89fd88eee..000000000000 --- a/audio/gqmpeg/files/patch-aclocal.m4 +++ /dev/null @@ -1,46 +0,0 @@ - -$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 deleted file mode 100644 index eb000e4032b0..000000000000 --- a/audio/gqmpeg/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 deleted file mode 100644 index 01a241386c93..000000000000 --- a/audio/gqmpeg/files/patch-configure.in +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 deleted file mode 100644 index 577f1df01e30..000000000000 --- a/audio/gqmpeg/files/patch-po_Makefile.in.in +++ /dev/null @@ -1,14 +0,0 @@ - -$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@ |