summaryrefslogtreecommitdiff
path: root/multimedia/gopchop/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-03-06 10:35:21 +0000
committerwiz <wiz@pkgsrc.org>2009-03-06 10:35:21 +0000
commit29a4f825ff1ef9fb1cd220e879cadd683a6b6b01 (patch)
treea2e6117595eccf31b2fad219ae5a24be207dc1ab /multimedia/gopchop/patches
parent732d414837eba59c06bbb6e03afcfe479b0017a5 (diff)
downloadpkgsrc-29a4f825ff1ef9fb1cd220e879cadd683a6b6b01.tar.gz
Update to 1.1.8:
1.1.8: (2009-03-02) - x86_64 cleanups - subversion migration - datarootdir cleanups - src/display.cpp: debian FTBFS - src/widgets.cpp: debian icon path patch - src/Main.cpp: debian progress bar patch - gopchop.desktop: clean up thanks to Gregor Herrmann - libvo/video_out_x11.c: Xv crasher fixed thanks to Tony Mancill - docs/gopchop.sgml: cleanups from debian - src/*: bump copyright years
Diffstat (limited to 'multimedia/gopchop/patches')
-rw-r--r--multimedia/gopchop/patches/patch-aa8
-rw-r--r--multimedia/gopchop/patches/patch-ab12
-rw-r--r--multimedia/gopchop/patches/patch-ac13
3 files changed, 10 insertions, 23 deletions
diff --git a/multimedia/gopchop/patches/patch-aa b/multimedia/gopchop/patches/patch-aa
index 2cf5b09baec..9a7baa53308 100644
--- a/multimedia/gopchop/patches/patch-aa
+++ b/multimedia/gopchop/patches/patch-aa
@@ -1,12 +1,12 @@
-$NetBSD: patch-aa,v 1.3 2005/06/06 15:12:07 wiz Exp $
+$NetBSD: patch-aa,v 1.4 2009/03/06 10:35:22 wiz Exp $
---- src/widgets.cpp.orig 2005-05-01 09:03:14.000000000 +0200
+--- src/widgets.cpp.orig 2009-03-02 23:27:15.000000000 +0000
+++ src/widgets.cpp
@@ -130,6 +130,7 @@ void setup_gtk_stuff()
/* figure out where our pixmaps are */
- add_pixmap_directory(PACKAGE_DATA_DIR "/pixmaps");
+ add_pixmap_directory(PACKAGE_DATA_DIR "/pixmaps/" PACKAGE_NAME);
+ add_pixmap_directory(PACKAGE_DATA_DIR "/pixmaps/gopchop");
- add_pixmap_directory(PACKAGE_SOURCE_DIR "/pixmaps");
/* create our main window */
+ main_window = GTK_WIDGET(create_main_window());
diff --git a/multimedia/gopchop/patches/patch-ab b/multimedia/gopchop/patches/patch-ab
index 081e0ad4df5..0c1e8353d6f 100644
--- a/multimedia/gopchop/patches/patch-ab
+++ b/multimedia/gopchop/patches/patch-ab
@@ -1,9 +1,9 @@
-$NetBSD: patch-ab,v 1.3 2006/06/27 22:11:43 wiz Exp $
+$NetBSD: patch-ab,v 1.4 2009/03/06 10:35:22 wiz Exp $
---- configure.orig 2006-06-27 21:59:36.000000000 +0000
+--- configure.orig 2009-03-02 23:01:57.000000000 +0000
+++ configure
-@@ -24815,13 +24815,6 @@ cat >>confdefs.h <<\_ACEOF
- #define ARCH_X86
+@@ -21446,13 +21446,6 @@ cat >>confdefs.h <<\_ACEOF
+ #define ARCH_X86 /**/
_ACEOF
- case "$host" in
@@ -13,6 +13,6 @@ $NetBSD: patch-ab,v 1.3 2006/06/27 22:11:43 wiz Exp $
- i686-*) OPT_CFLAGS="$CFLAGS -mcpu=pentiumpro";;
- k6-*) OPT_CFLAGS="$CFLAGS -mcpu=k6";;
- esac
- echo "$as_me:$LINENO: checking if $CC supports $OPT_CFLAGS flags" >&5
- echo $ECHO_N "checking if $CC supports $OPT_CFLAGS flags... $ECHO_C" >&6
+ { $as_echo "$as_me:$LINENO: checking if $CC supports $OPT_CFLAGS flags" >&5
+ $as_echo_n "checking if $CC supports $OPT_CFLAGS flags... " >&6; }
SAVE_CFLAGS="$CFLAGS"
diff --git a/multimedia/gopchop/patches/patch-ac b/multimedia/gopchop/patches/patch-ac
deleted file mode 100644
index 2caca1bfa09..00000000000
--- a/multimedia/gopchop/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.3 2006/10/16 00:51:35 wiz Exp $
-
---- autogen.sh.orig 2005-04-28 05:24:34.000000000 +0000
-+++ autogen.sh
-@@ -151,7 +151,7 @@ if test x$AUTOMAKE != x; then
- fi
-
- # if no automake, don't bother testing for aclocal
--test x$AUTOMAKE == x || (aclocal --version) < /dev/null > /dev/null 2>&1 || {
-+test x$AUTOMAKE = x || (aclocal --version) < /dev/null > /dev/null 2>&1 || {
- echo
- echo "**Error**: Missing \`aclocal'. The version of \`automake'"
- echo "installed doesn't appear recent enough."