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