From e48dbda133cc8224876189d335df7b09fe9e6777 Mon Sep 17 00:00:00 2001 From: grant Date: Sat, 26 Jun 2004 18:10:20 +0000 Subject: move smpeg-xmms to multimedia/ --- multimedia/smpeg-xmms/DESCR | 3 +++ multimedia/smpeg-xmms/Makefile | 24 ++++++++++++++++++++++++ multimedia/smpeg-xmms/PLIST | 5 +++++ multimedia/smpeg-xmms/distinfo | 5 +++++ multimedia/smpeg-xmms/patches/patch-aa | 29 +++++++++++++++++++++++++++++ 5 files changed, 66 insertions(+) create mode 100644 multimedia/smpeg-xmms/DESCR create mode 100644 multimedia/smpeg-xmms/Makefile create mode 100644 multimedia/smpeg-xmms/PLIST create mode 100644 multimedia/smpeg-xmms/distinfo create mode 100644 multimedia/smpeg-xmms/patches/patch-aa (limited to 'multimedia/smpeg-xmms') diff --git a/multimedia/smpeg-xmms/DESCR b/multimedia/smpeg-xmms/DESCR new file mode 100644 index 00000000000..9fe0266a56d --- /dev/null +++ b/multimedia/smpeg-xmms/DESCR @@ -0,0 +1,3 @@ +MPEG video plugin for XMMS, using SDL/smpeg as backend. Supports hardware +acceleration in XFree 4.x (if available), fullscreen, resizeable window, +VCD support, aspected ratio when resizing the window, etc. diff --git a/multimedia/smpeg-xmms/Makefile b/multimedia/smpeg-xmms/Makefile new file mode 100644 index 00000000000..8e9ebe52db1 --- /dev/null +++ b/multimedia/smpeg-xmms/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1 2004/06/26 18:10:20 grant Exp $ +# + +DISTNAME= smpeg-xmms-0.3.5 +PKGREVISION= 3 +CATEGORIES= multimedia +MASTER_SITES= ftp://ftp.xmms.org/xmms/plugins/smpeg-xmms/ + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://www.xmms.org/ +COMMENT= MPEG video plugin using SDL/smpeg as the backend + +GNU_CONFIGURE= YES +USE_BUILDLINK3= YES +USE_GNU_TOOLS+= make +USE_LIBTOOL= YES + +.include "../../multimedia/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/multimedia/smpeg-xmms/PLIST b/multimedia/smpeg-xmms/PLIST new file mode 100644 index 00000000000..ddd39f1e8b4 --- /dev/null +++ b/multimedia/smpeg-xmms/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1 2004/06/26 18:10:20 grant Exp $ +lib/xmms/Input/libsmpeg_xmms.a +lib/xmms/Input/libsmpeg_xmms.la +lib/xmms/Input/libsmpeg_xmms.so +@comment in xmms: @dirrm lib/xmms/Input diff --git a/multimedia/smpeg-xmms/distinfo b/multimedia/smpeg-xmms/distinfo new file mode 100644 index 00000000000..feaa9cf9bcb --- /dev/null +++ b/multimedia/smpeg-xmms/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2004/06/26 18:10:20 grant 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/multimedia/smpeg-xmms/patches/patch-aa b/multimedia/smpeg-xmms/patches/patch-aa new file mode 100644 index 00000000000..9b38232603f --- /dev/null +++ b/multimedia/smpeg-xmms/patches/patch-aa @@ -0,0 +1,29 @@ +$NetBSD: patch-aa,v 1.1 2004/06/26 18:10:20 grant 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; + } -- cgit v1.2.3