pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/libtheora fix this on systems without getop...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6e4eed39ac40
branches:  trunk
changeset: 490838:6e4eed39ac40
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Mon Mar 21 17:16:23 2005 +0000

description:
fix this on systems without getopt_long (solaris)

diffstat:

 multimedia/libtheora/distinfo         |   4 +++-
 multimedia/libtheora/patches/patch-ab |  17 +++++++++++++++++
 multimedia/libtheora/patches/patch-ac |  16 ++++++++++++++++
 3 files changed, 36 insertions(+), 1 deletions(-)

diffs (54 lines):

diff -r 083cf3a4dfe6 -r 6e4eed39ac40 multimedia/libtheora/distinfo
--- a/multimedia/libtheora/distinfo     Mon Mar 21 15:19:28 2005 +0000
+++ b/multimedia/libtheora/distinfo     Mon Mar 21 17:16:23 2005 +0000
@@ -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 -r 083cf3a4dfe6 -r 6e4eed39ac40 multimedia/libtheora/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/libtheora/patches/patch-ab     Mon Mar 21 17:16:23 2005 +0000
@@ -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 -r 083cf3a4dfe6 -r 6e4eed39ac40 multimedia/libtheora/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/libtheora/patches/patch-ac     Mon Mar 21 17:16:23 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index