summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-06-26 18:10:20 +0000
committergrant <grant@pkgsrc.org>2004-06-26 18:10:20 +0000
commit25c5780aa3486a4f5e008c093906e775545a7a2a (patch)
tree9850add4b7a31435babb8451e9947498f9c519a4 /multimedia
parent89af912d1c1268fa9fd093c2f31bcf1f580d42c5 (diff)
downloadpkgsrc-25c5780aa3486a4f5e008c093906e775545a7a2a.tar.gz
move smpeg-xmms to multimedia/
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/Makefile3
-rw-r--r--multimedia/smpeg-xmms/DESCR3
-rw-r--r--multimedia/smpeg-xmms/Makefile24
-rw-r--r--multimedia/smpeg-xmms/PLIST5
-rw-r--r--multimedia/smpeg-xmms/distinfo5
-rw-r--r--multimedia/smpeg-xmms/patches/patch-aa29
6 files changed, 68 insertions, 1 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile
index 520e434a10d..d4d1f22074c 100644
--- a/multimedia/Makefile
+++ b/multimedia/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2004/06/26 18:05:45 grant Exp $
+# $NetBSD: Makefile,v 1.54 2004/06/26 18:10:20 grant Exp $
#
COMMENT= Multimedia utilities
@@ -65,6 +65,7 @@ SUBDIR+= openquicktime
SUBDIR+= realplayer
SUBDIR+= realplayer-codecs
SUBDIR+= smpeg
+SUBDIR+= smpeg-xmms
SUBDIR+= transcode
SUBDIR+= trplayer
SUBDIR+= vlc
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;
+ }