summaryrefslogtreecommitdiff
path: root/graphics/smpeg-xmms
diff options
context:
space:
mode:
authorsnj <snj>2004-03-12 05:25:41 +0000
committersnj <snj>2004-03-12 05:25:41 +0000
commit49021e0b621bbdcb534c2776e306672bf3c02969 (patch)
treee49bf19162ac5b38dedbb6329b4dddb0e162ea6e /graphics/smpeg-xmms
parent03d4213135896a511027ceb3f75355bc880cede2 (diff)
downloadpkgsrc-49021e0b621bbdcb534c2776e306672bf3c02969.tar.gz
Fix build with gcc3 and use bl3.
Diffstat (limited to 'graphics/smpeg-xmms')
-rw-r--r--graphics/smpeg-xmms/Makefile18
-rw-r--r--graphics/smpeg-xmms/distinfo3
-rw-r--r--graphics/smpeg-xmms/patches/patch-aa29
3 files changed, 40 insertions, 10 deletions
diff --git a/graphics/smpeg-xmms/Makefile b/graphics/smpeg-xmms/Makefile
index 352fc8ba140..a78e3a07e80 100644
--- a/graphics/smpeg-xmms/Makefile
+++ b/graphics/smpeg-xmms/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/02/14 17:21:43 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2004/03/12 05:25:41 snj Exp $
#
DISTNAME= smpeg-xmms-0.3.5
@@ -11,14 +11,14 @@ HOMEPAGE= http://www.xmms.org/
COMMENT= MPEG video plugin using SDL/smpeg as the backend
GNU_CONFIGURE= YES
-USE_BUILDLINK2= YES
-USE_LIBTOOL= YES
+USE_BUILDLINK3= YES
USE_GNU_TOOLS+= make
+USE_LIBTOOL= YES
-.include "../../devel/smpeg/buildlink2.mk"
-.include "../../devel/glib/buildlink2.mk"
-.include "../../x11/gtk/buildlink2.mk"
-.include "../../devel/SDL/buildlink2.mk"
-.include "../../audio/xmms/buildlink2.mk"
-.include "../../mk/pthread.buildlink2.mk"
+.include "../../devel/smpeg/buildlink3.mk"
+.include "../../devel/glib/buildlink3.mk"
+.include "../../x11/gtk/buildlink3.mk"
+.include "../../devel/SDL/buildlink3.mk"
+.include "../../audio/xmms/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/smpeg-xmms/distinfo b/graphics/smpeg-xmms/distinfo
index 42b08a2696f..c552fac7d33 100644
--- a/graphics/smpeg-xmms/distinfo
+++ b/graphics/smpeg-xmms/distinfo
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/04/10 13:32:34 jmmv Exp $
+$NetBSD: distinfo,v 1.2 2004/03/12 05:25:41 snj Exp $
SHA1 (smpeg-xmms-0.3.5.tar.gz) = e67a22cf99a9238be0652fe503b2fa37ae0c1379
Size (smpeg-xmms-0.3.5.tar.gz) = 141182 bytes
+SHA1 (patch-aa) = 506d41ca8e6b197526fc913c92a529046178cad3
diff --git a/graphics/smpeg-xmms/patches/patch-aa b/graphics/smpeg-xmms/patches/patch-aa
new file mode 100644
index 00000000000..ee56085b854
--- /dev/null
+++ b/graphics/smpeg-xmms/patches/patch-aa
@@ -0,0 +1,29 @@
+$NetBSD: patch-aa,v 1.1 2004/03/12 05:25:41 snj Exp $
+
+--- configure.orig 2004-03-11 21:16:37.000000000 -0800
++++ configure 2004-03-11 21:17:54.000000000 -0800
+@@ -2701,16 +2701,16 @@ int main (int argc, char *argv[])
+ }
+ else
+ {
+- printf("\n*** 'smpeg-config --version' returned %d.%d.%d, but the
+-minimum version\n", $smpeg_major_version, $smpeg_minor_version,
++ printf("\n*** 'smpeg-config --version' returned %d.%d.%d, but the "
++"minimum version\n", $smpeg_major_version, $smpeg_minor_version,
+ $smpeg_micro_version);
+- printf("*** of SMPEG required is %d.%d.%d. If smpeg-config is
+-correct, then it is\n", major, minor, micro);
++ printf("*** of SMPEG required is %d.%d.%d. If smpeg-config is "
++"correct, then it is\n", major, minor, micro);
+ printf("*** best to upgrade to the required version.\n");
+- printf("*** If smpeg-config was wrong, set the environment variable
+-SMPEG_CONFIG\n");
+- printf("*** to point to the correct copy of smpeg-config, and remove
+-the file\n");
++ printf("*** If smpeg-config was wrong, set the environment variable "
++"SMPEG_CONFIG\n");
++ printf("*** to point to the correct copy of smpeg-config, and remove "
++"the file\n");
+ printf("*** config.cache before re-running configure\n");
+ return 1;
+ }