libtheora 1.0 alpha 4, open video codec

from Vladimir Tamara Patino
This commit is contained in:
jolan 2005-07-09 00:35:02 +00:00
parent 328f838195
commit 31796e92f8
7 changed files with 96 additions and 0 deletions

View File

@ -0,0 +1,30 @@
# $OpenBSD: Makefile,v 1.1.1.1 2005/07/09 00:35:02 jolan Exp $
COMMENT= "open video codec"
DISTNAME= libtheora-1.0alpha4
CATEGORIES= multimedia
HOMEPAGE= http://www.theora.org/
MAINTAINER= Vladimir Tamara Patino <vtamara@pasosdejesus.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
LIB_DEPENDS= vorbis.4,vorbisenc.2,vorbisfile.4::audio/libvorbis
WANTLIB= ogg
CONFIGURE_STYLE=gnu
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libtheora
${INSTALL_DATA} ${WRKSRC}/doc/{color.html,vp3-format.txt} \
${PREFIX}/share/doc/libtheora
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (libtheora-1.0alpha4.tar.gz) = 75f436a980b80f8b8102ee182ddb8748
RMD160 (libtheora-1.0alpha4.tar.gz) = 1eca6dba519c8af94fa27c4112d3d3ec41aa54d3
SHA1 (libtheora-1.0alpha4.tar.gz) = 524416a44bcc159bfe53893bb37983046b97522c
SIZE (libtheora-1.0alpha4.tar.gz) = 2045695

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2005/07/09 00:35:02 jolan Exp $
--- Makefile.in.orig Wed Dec 15 14:06:17 2004
+++ Makefile.in Fri Jul 8 19:03:16 2005
@@ -206,7 +206,7 @@ target_cpu = @target_cpu@
target_os = @target_os@
target_vendor = @target_vendor@
AUTOMAKE_OPTIONS = foreign 1.6 dist-zip dist-bzip2
-SUBDIRS = lib include doc examples debian
+SUBDIRS = lib include
EXTRA_DIST = COPYING autogen.sh win32 libtheora.spec libtheora.spec.in \
theora-uninstalled.pc.in

View File

@ -0,0 +1,35 @@
$OpenBSD: patch-configure,v 1.1.1.1 2005/07/09 00:35:02 jolan Exp $
--- configure.orig Wed Dec 15 14:06:19 2004
+++ configure Fri Jul 8 19:11:17 2005
@@ -20181,7 +20181,7 @@ rm -f conftest.err conftest.$ac_objext \
fi
-
+if false; then
# Check whether --with-sdl-prefix or --without-sdl-prefix was given.
if test "${with_sdl_prefix+set}" = set; then
withval="$with_sdl_prefix"
@@ -20474,11 +20474,11 @@ echo "$as_me: WARNING: *** Unable to fin
rm -f conf.sdltest
+fi
-
-
+if false; then
for ac_header in sys/soundcard.h soundcard.h machine/soundcard.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
@@ -20632,7 +20632,7 @@ echo "$as_me: WARNING: OSS audio support
fi
done
-
+fi
if test x$HAVE_SDL = xyes -a x$HAVE_OSS = xyes; then
BUILDABLE_EXAMPLES="$BUILDABLE_EXAMPLES player_example"

View File

@ -0,0 +1,2 @@
Open video codec being developed by the Xiph.org Foundation as part of
their Ogg project.

View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2005/07/09 00:35:02 jolan Exp $
@lib lib/libtheora.so.1.0

View File

@ -0,0 +1,11 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/07/09 00:35:02 jolan Exp $
%%SHARED%%
include/theora/
include/theora/theora.h
lib/libtheora.a
lib/libtheora.la
lib/pkgconfig/
lib/pkgconfig/theora.pc
share/doc/libtheora/
share/doc/libtheora/color.html
share/doc/libtheora/vp3-format.txt