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