Ravenports generated: 04 Feb 2024 03:31
[ravenports.git] / bucket_C6 / libtheora
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               libtheora
4 VERSION=                1.1.1
5 REVISION=               1
6 KEYWORDS=               multimedia
7 VARIANTS=               standard
8 SDESC[standard]=        Theora video compression codec
9 HOMEPAGE=               https://www.theora.org/
10 CONTACT=                nobody
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            https://downloads.xiph.org/releases/theora/
14 DISTFILE[1]=            libtheora-1.1.1.tar.bz2:main
15 DF_INDEX=               1
16 SPKGS[standard]=        complete
17                         primary
18                         dev
19
20 OPTIONS_AVAILABLE=      none
21 OPTIONS_STANDARD=       none
22
23 BUILD_DEPENDS=          libogg:dev:standard
24 BUILDRUN_DEPENDS=       libogg:primary:standard
25
26 USES=                   libtool fbsd10fix mbsdfix
27
28 LICENSE=                BSD3CLAUSE:primary
29 LICENSE_FILE=           BSD3CLAUSE:{{WRKSRC}}/COPYING
30 LICENSE_SCHEME=         solo
31
32 FPC_EQUIVALENT=         multimedia/libtheora
33
34 MUST_CONFIGURE=         gnu
35 CONFIGURE_ARGS=         --disable-sdltest
36                         --disable-examples
37
38 INSTALL_TARGET=         install-strip
39
40 [FILE:755:descriptions/desc.primary]
41 Theora video compression
42
43 Theora is a free and open video compression format from the Xiph.org
44 Foundation. Like all our multimedia technology it can be used to
45 distribute film and video online and on disc without the licensing and
46 royalty fees or vendor lock-in associated with other formats.
47
48 Theora scales from postage stamp to HD resolution, and is considered
49 particularly competitive at low bitrates. It is in the same class as
50 MPEG-4/DiVX, and like the Vorbis audio codec it has lots of room for
51 improvement as encoder technology develops.
52
53 Theora is in full public release as of November 3, 2008. The bitstream
54 format for Theora I was frozen Thursday, 2004 July 1. All bitstreams
55 encoded since that date will remain compatible with future releases.
56
57
58 [FILE:102:distinfo]
59 b6ae1ee2fa3d42ac489287d3ec34c5885730b1296f0801ae577a35193d3affbc      1903175 libtheora-1.1.1.tar.bz2
60
61
62 [FILE:126:manifests/plist.primary]
63 lib/
64  libtheora.so.0
65  libtheora.so.0.3.10
66  libtheoradec.so.1
67  libtheoradec.so.1.1.4
68  libtheoraenc.so.1
69  libtheoraenc.so.1.1.2
70
71
72 [FILE:213:manifests/plist.dev]
73 include/theora/
74  codec.h
75  theora.h
76  theoradec.h
77  theoraenc.h
78 lib/
79  libtheora.a
80  libtheora.so
81  libtheoradec.a
82  libtheoradec.so
83  libtheoraenc.a
84  libtheoraenc.so
85 lib/pkgconfig/
86  theora.pc
87  theoradec.pc
88  theoraenc.pc
89
90
91 [FILE:815:patches/patch-Makefile.in]
92 --- Makefile.in.orig    2009-10-01 18:04:07 UTC
93 +++ Makefile.in
94 @@ -164,7 +164,7 @@ AUTOMAKE_OPTIONS = foreign 1.6 dist-zip
95  @THEORA_ENABLE_EXAMPLES_TRUE@EXAMPLES_DIR = examples
96  @THEORA_ENABLE_EXAMPLES_FALSE@EXAMPLES_DIR = 
97  
98 -SUBDIRS = lib include doc tests m4 $(EXAMPLES_DIR)
99 +SUBDIRS = lib include m4
100  
101  # we include the whole debian/ dir in EXTRA_DIST because there's a problem
102  # with autotools and HFS+ MacOSX file systems that caused debian/Makefile.am
103 @@ -200,7 +200,7 @@ DIST_COMMON = README AUTHORS COPYING Mak
104         missing mkinstalldirs theora-uninstalled.pc.in theora.pc.in \
105         theoradec-uninstalled.pc.in theoradec.pc.in \
106         theoraenc-uninstalled.pc.in theoraenc.pc.in
107 -DIST_SUBDIRS = lib include doc tests m4 examples
108 +DIST_SUBDIRS = lib include m4
109  all: config.h
110         $(MAKE) $(AM_MAKEFLAGS) all-recursive
111  
112