summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2005-03-21 17:16:23 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2005-03-21 17:16:23 +0000
commit3815668e7777a681b44e0c8dbbefdaedd9ee8a4d (patch)
treeaeabdcbe0b962493fc86163e87f2e68c5959fd03 /multimedia
parentec97a965ae025d186ef55e7c38607e6bf7409bd0 (diff)
downloadpkgsrc-3815668e7777a681b44e0c8dbbefdaedd9ee8a4d.tar.gz
fix this on systems without getopt_long (solaris)
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/libtheora/distinfo4
-rw-r--r--multimedia/libtheora/patches/patch-ab17
-rw-r--r--multimedia/libtheora/patches/patch-ac16
3 files changed, 36 insertions, 1 deletions
diff --git a/multimedia/libtheora/distinfo b/multimedia/libtheora/distinfo
index 34d3692d761..6ad13012c08 100644
--- a/multimedia/libtheora/distinfo
+++ b/multimedia/libtheora/distinfo
@@ -1,6 +1,8 @@
-$NetBSD: distinfo,v 1.4 2005/02/24 11:24:03 agc Exp $
+$NetBSD: distinfo,v 1.5 2005/03/21 17:16:23 dmcmahill Exp $
SHA1 (libtheora-1.0alpha4.tar.bz2) = dc22c91dce11983d25bafd5f54b41def67e84ecc
RMD160 (libtheora-1.0alpha4.tar.bz2) = 0b637934cad94a32ec96d5ae9b26996b3d4480b3
Size (libtheora-1.0alpha4.tar.bz2) = 1755132 bytes
SHA1 (patch-aa) = 742cbb3aef9f9e0efebaa60fd97f5302c1c24d6f
+SHA1 (patch-ab) = 2d0d8e6e8aa87531c6af7ce77a3ddd266b117a1d
+SHA1 (patch-ac) = 390ec107d7da1dd50584c348bb12ae82038412f1
diff --git a/multimedia/libtheora/patches/patch-ab b/multimedia/libtheora/patches/patch-ab
new file mode 100644
index 00000000000..c0ad26aee95
--- /dev/null
+++ b/multimedia/libtheora/patches/patch-ab
@@ -0,0 +1,17 @@
+$NetBSD: patch-ab,v 1.1 2005/03/21 17:16:23 dmcmahill Exp $
+
+--- examples/Makefile.am.orig 2004-09-24 14:25:14.000000000 -0400
++++ examples/Makefile.am 2005-03-21 09:49:46.465883000 -0500
+@@ -12,8 +12,10 @@
+
+ dump_video_SOURCES = dump_video.c
+-dump_video_LDADD = $(LDADD)
++dump_video_LDADD = $(GETOPT_OBJS) $(LDADD)
++dump_video_DEPENDENCIES = $(GETOPT_OBJS)
+
+ player_example_SOURCES = player_example.c
+-player_example_LDADD = $(LDADD) $(SDL_LIBS) $(VORBIS_LIBS)
++player_example_LDADD = $(GETOPT_OBJS) $(LDADD) $(SDL_LIBS) $(VORBIS_LIBS)
++dump_video_DEPENDENCIES = $(GETOPT_OBJS)
+
+ encoder_example_SOURCES = encoder_example.c
diff --git a/multimedia/libtheora/patches/patch-ac b/multimedia/libtheora/patches/patch-ac
new file mode 100644
index 00000000000..e3255aa95cb
--- /dev/null
+++ b/multimedia/libtheora/patches/patch-ac
@@ -0,0 +1,16 @@
+$NetBSD: patch-ac,v 1.1 2005/03/21 17:16:23 dmcmahill Exp $
+
+--- examples/Makefile.in.orig 2004-12-15 15:06:17.000000000 -0500
++++ examples/Makefile.in 2005-03-21 09:51:44.713507000 -0500
+@@ -218,7 +218,9 @@
+ LDADD = ../lib/libtheora.la $(OGG_LIBS)
+ dump_video_SOURCES = dump_video.c
+-dump_video_LDADD = $(LDADD)
++dump_video_LDADD = $(GETOPT_OBJS) $(LDADD)
++dump_video_DEPENDENCIES = $(GETOPT_OBJS)
+ player_example_SOURCES = player_example.c
+-player_example_LDADD = $(LDADD) $(SDL_LIBS) $(VORBIS_LIBS)
++player_example_LDADD = $(GETOPT_OBJS) $(LDADD) $(SDL_LIBS) $(VORBIS_LIBS)
++player_example_DEPENDENCIES = $(GETOPT_OBJS)
+ encoder_example_SOURCES = encoder_example.c
+ EXTRA_encoder_example_SOURCES = getopt.c getopt1.c getopt.h