libtheora 1.0 alpha 4, open video codec
from Vladimir Tamara Patino
This commit is contained in:
parent
328f838195
commit
31796e92f8
30
multimedia/libtheora/Makefile
Normal file
30
multimedia/libtheora/Makefile
Normal 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>
|
4
multimedia/libtheora/distinfo
Normal file
4
multimedia/libtheora/distinfo
Normal 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
|
12
multimedia/libtheora/patches/patch-Makefile_in
Normal file
12
multimedia/libtheora/patches/patch-Makefile_in
Normal 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
|
||||
|
35
multimedia/libtheora/patches/patch-configure
Normal file
35
multimedia/libtheora/patches/patch-configure
Normal 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"
|
2
multimedia/libtheora/pkg/DESCR
Normal file
2
multimedia/libtheora/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
Open video codec being developed by the Xiph.org Foundation as part of
|
||||
their Ogg project.
|
2
multimedia/libtheora/pkg/PFRAG.shared
Normal file
2
multimedia/libtheora/pkg/PFRAG.shared
Normal 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
|
11
multimedia/libtheora/pkg/PLIST
Normal file
11
multimedia/libtheora/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user