Good morning in the Lord Tested on i386 and amd64
I wonder if the version of the library (SHARED_LIBS) is correct (3.1) since in other OSs the original of the library is used (0.3.1). Shouldn't we use 0.3.1 ? Best regards. God illuminate us. -- Dios, gracias por tu amor infinto. http://www.primarilypublicdomain.org/letter/ -- Vladimir Támara Patiño. http://www.geocities.com/v-tamara Index: Makefile =================================================================== RCS file: /cvs/ports/multimedia/libtheora/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Makefile 2007/09/16 03:24:28 1.8 +++ Makefile 2007/10/15 15:53:46 @@ -1,9 +1,9 @@ # $OpenBSD: Makefile,v 1.8 2007/09/16 03:24:28 merdely Exp $ -COMMENT= open video codec -DISTNAME= libtheora-1.0alpha7 +COMMENT= "open video codec" +DISTNAME= libtheora-1.0beta2 CATEGORIES= multimedia -SHARED_LIBS= theora 2.0 +SHARED_LIBS= theora 3.1 MASTER_SITES= http://downloads.xiph.org/releases/theora/ @@ -20,8 +20,10 @@ # uses Ogg headers LIB_DEPENDS= ogg.>=5::audio/libogg +LIBS=-lcompat USE_LIBTOOL= Yes SEPARATE_BUILD= concurrent CONFIGURE_STYLE=gnu +CONFIGURE_ENV="LIBS=-lcompat" .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/multimedia/libtheora/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- distinfo 2007/04/05 16:20:07 1.4 +++ distinfo 2007/10/15 15:53:46 @@ -1,5 +1,5 @@ -MD5 (libtheora-1.0alpha7.tar.gz) = Ve48bbPgkn55GDCYkaj1Kw== -RMD160 (libtheora-1.0alpha7.tar.gz) = EpcMjQVbYEJiWp8fxjTENwgnEWo= -SHA1 (libtheora-1.0alpha7.tar.gz) = g527fvDLHD+/z3iNzs+edVBCdJE= -SHA256 (libtheora-1.0alpha7.tar.gz) = 9cdzDe0Cc6hhWxK0ajK4ALvLnoYeOhiqkrHAYpgaL+8= -SIZE (libtheora-1.0alpha7.tar.gz) = 2002542 +MD5 (libtheora-1.0beta2.tar.gz) = jh7jyrSq9hyJUSHUXcyvcQ== +RMD160 (libtheora-1.0beta2.tar.gz) = y8VPjWIDsfF342KU1SfE9s4bvtE= +SHA1 (libtheora-1.0beta2.tar.gz) = pPVuo8aJF7zgbb2XbzIf5DNK+Qk= +SHA256 (libtheora-1.0beta2.tar.gz) = j7UgwzNGJFTKn7nfMowW65XGxSmLbl/YGT5pEm++nEc= +SIZE (libtheora-1.0beta2.tar.gz) = 1961709 Index: patches/patch-doc_Makefile_in =================================================================== RCS file: /cvs/ports/multimedia/libtheora/patches/patch-doc_Makefile_in,v retrieving revision 1.2 diff -u -r1.2 patch-doc_Makefile_in --- patches/patch-doc_Makefile_in 2006/07/21 11:24:07 1.2 +++ patches/patch-doc_Makefile_in 2007/10/15 15:53:46 @@ -1,12 +1,12 @@ -$OpenBSD: patch-doc_Makefile_in,v 1.2 2006/07/21 11:24:07 steven Exp $ ---- doc/Makefile.in.orig Wed Jun 28 23:08:22 2006 -+++ doc/Makefile.in Wed Jun 28 23:08:34 2006 -@@ -215,7 +215,7 @@ target_cpu = @target_cpu@ - target_os = @target_os@ - target_vendor = @target_vendor@ - SUBDIRS = #python +$OpenBSD$ +--- doc/Makefile.in.orig Fri Sep 28 05:48:10 2007 ++++ doc/Makefile.in Fri Sep 28 05:48:19 2007 +@@ -176,7 +176,7 @@ build_vendor = @build_vendor@ + builddir = @builddir@ + datadir = @datadir@ + datarootdir = @datarootdir@ -docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION) +docdir = $(datadir)/doc/$(PACKAGE) - built_docs = - static_docs = vp3-format.txt color.html \ - draft-barbato-avt-rtp-theora-01.xml \ + dvidir = @dvidir@ + exec_prefix = @exec_prefix@ + host = @host@ Index: patches/patch-examples_Makefile_in =================================================================== RCS file: /cvs/ports/multimedia/libtheora/patches/patch-examples_Makefile_in,v retrieving revision 1.2 diff -u -r1.2 patch-examples_Makefile_in --- patches/patch-examples_Makefile_in 2006/07/21 11:24:07 1.2 +++ patches/patch-examples_Makefile_in 2007/10/15 15:53:46 @@ -1,12 +1,11 @@ -$OpenBSD: patch-examples_Makefile_in,v 1.2 2006/07/21 11:24:07 steven Exp $ ---- examples/Makefile.in.orig Tue Jun 20 15:06:55 2006 -+++ examples/Makefile.in Wed Jun 28 23:06:56 2006 -@@ -290,7 +290,7 @@ encoder_example$(EXEEXT): $(encoder_exam - $(LINK) $(encoder_example_LDFLAGS) $(encoder_example_OBJECTS) $(encoder_example_LDADD) $(LIBS) +$OpenBSD$ +--- examples/Makefile.in.orig Fri Sep 28 23:11:26 2007 ++++ examples/Makefile.in Fri Sep 28 23:12:10 2007 +@@ -299,7 +299,6 @@ encoder_example$(EXEEXT): $(encoder_example_OBJECTS) $ + $(encoder_example_LINK) $(encoder_example_OBJECTS) $(encoder_example_LDADD) $(LIBS) player_example$(EXEEXT): $(player_example_OBJECTS) $(player_example_DEPENDENCIES) @rm -f player_example$(EXEEXT) -- $(LINK) $(player_example_LDFLAGS) $(player_example_OBJECTS) $(player_example_LDADD) $(LIBS) -+# $(LINK) $(player_example_LDFLAGS) $(player_example_OBJECTS) $(player_example_LDADD) $(LIBS) - - mostlyclean-compile: - -rm -f *.$(OBJEXT) +- $(player_example_LINK) $(player_example_OBJECTS) $(player_example_LDADD) $(LIBS) + png2theora$(EXEEXT): $(png2theora_OBJECTS) $(png2theora_DEPENDENCIES) + @rm -f png2theora$(EXEEXT) + $(png2theora_LINK) $(png2theora_OBJECTS) $(png2theora_LDADD) $(LIBS) Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/multimedia/libtheora/pkg/PLIST,v retrieving revision 1.3 diff -u -r1.3 PLIST --- pkg/PLIST 2006/07/21 11:24:07 1.3 +++ pkg/PLIST 2007/10/15 15:53:46 @@ -6,9 +6,12 @@ lib/libtheora.la lib/pkgconfig/ lib/pkgconfig/theora.pc +man/cat3f/ +man/man3f/ share/doc/libtheora/ share/doc/libtheora/color.html share/doc/libtheora/doxygen-build.stamp -share/doc/libtheora/draft-barbato-avt-rtp-theora-01.txt -share/doc/libtheora/draft-barbato-avt-rtp-theora-01.xml +share/doc/libtheora/draft-ietf-avt-rtp-theora-00.txt +share/doc/libtheora/draft-ietf-avt-rtp-theora-00.xml share/doc/libtheora/vp3-format.txt +share/nls/pl_PL.ISO_8859-2/
