Commit Graph

177 Commits

Author SHA1 Message Date
espie
a403475928 update to 0.8.4 (has been out for a while, actually) 2007-06-04 19:33:17 +00:00
ajacoutot
ed9e06f6c2 - improve powerpc support:
properly detect cpu at configure time
  enable ppc specific code where possible (i.e. where altivec is not needed)
- reorder dependencies and fix WANTLIB
2007-06-01 00:36:43 +00:00
ajacoutot
7bc3fa8dca - fix CONFIGURE_ARGS
"oops..." pvalchev@
2007-05-29 23:06:58 +00:00
pvalchev
3736065d30 fix altivec support on powerpc and add an altivec flavour; ok ajacoutot 2007-05-29 05:33:16 +00:00
jakemsr
769fbed936 - update LIB_DEPENDS after graphics/ffmpeg update
- use pkg-config to get ffmpeg headers and libraries
2007-05-25 16:16:37 +00:00
jakemsr
1acdbada7a update WANTLIB and LIB_DEPENDS after graphics/ffmpeg update 2007-05-25 16:13:48 +00:00
jakemsr
e797a18c6f - update WANTLIB and LIB_DEPENDS after graphics/ffmpeg update
- use pkg-config to get libavcodec libraries
2007-05-25 16:03:57 +00:00
jakemsr
19c8a95596 WANTLIB changes after graphics/ffmpeg update 2007-05-25 16:00:13 +00:00
steven
50e6aa7e93 update to 0.99.5
ok brad
2007-05-22 08:11:08 +00:00
jasper
38d0d9bcbd unbreak gstreamer-gnome
"go for it" espie@
2007-05-18 21:44:54 +00:00
naddy
fbc62ec63c chase wantlib changes from curl update 2007-05-14 22:24:26 +00:00
jasper
792365ca97 move popt into LIB_DEPENDS
spotted by Mikolaj Kucharski

ok espie@
2007-05-14 05:51:43 +00:00
bernd
f888a25c16 Don't depend on the qt3 'mt' FLAVOR. This FLAVOR doesn't do anything
and will be removed shortly. Bump PKGNAMEs.

Discussed with and ok espie@.
Bulk build testing by steven@, thanks!
2007-05-09 11:31:43 +00:00
naddy
c032f9228c Fix a quoting error in the configure script. (Nesting double and backquotes
is tricky and set -o posix changes the behavior.)

Sync WANTLIB while here.
2007-05-01 20:20:48 +00:00
naddy
fe7df72024 regen patches 2007-05-01 20:05:10 +00:00
ajacoutot
7639dedbd5 - USE_X11 is needed whatever the FLAVOR
no package change
2007-04-30 10:49:22 +00:00
ajacoutot
44e900f813 - use xenocara expat
ok bernd@
2007-04-30 10:09:14 +00:00
ajacoutot
2789e2ec04 - regen distinfo to base64 encoded
spotted by martynas@
2007-04-27 06:27:20 +00:00
ajacoutot
867e47f00d - use -pthread instead of -lpthread when linking
- kill a hardcoded /usr/X11R6 in configure
- generate x264.pc with proper libraries (add -m, use -pthread instead
of -lpthread)

from jakemsr (Jacob Meuser)
2007-04-23 10:20:48 +00:00
robert
e7ac3640cd - Fix heap overflow in DMO loader. (CVE-2007-1246)
pulled from xine SVN by Brad <brad@comstyle.com>
2007-04-14 11:57:39 +00:00
ajacoutot
dccafead5c Add x264. 2007-04-08 18:52:59 +00:00
ajacoutot
322e9cca1b - enable x264 support
- add missing xenocara LIBS (and remove obsolete)
- regen patches while here

"go for it" naddy@
2007-04-08 17:34:54 +00:00
ajacoutot
803ba42b08 Import x264-20070325
x264 is a free library for encoding H264/AVC video streams.

This program requires a processor with recent instructions (MMX/SSE for
i386, AltiVec for powerpc).

Encoder features:
 * CAVLC/CABAC
 * Multi-references
 * Intra: all macroblock types (16x16, 8x8, and 4x4 with all predictions)
 * Inter P: all partitions (from 16x16 down to 4x4)
 * Inter B: partitions from 16x16 down to 8x8 (including skip/direct)
 * Ratecontrol: constant quantizer, single or multipass ABR, optional VBV
 * Scene cut detection
 * Adaptive B-frame placement
 * B-frames as references / arbitrary frame order
 * 8x8 and 4x4 adaptive spatial transform
 * Lossless mode
 * Custom quantization matrices
 * Parallel encoding of multiple slices
 * Interlacing


based on an original submission by Nikns Siankin <nikns at secure dot lv>
help and ok naddy@ steven@
2007-04-08 17:31:01 +00:00
espie
195dd0b84f fix build for xenocara. Bump pkgname, since I'm not 100% this builds exactly
the same.
2007-04-07 16:29:15 +00:00
espie
c92adc53b1 with xenocara, GL needs -lm to link.
Fix auto-detection issue, no package bump needed.
This builds and packages again.
2007-04-07 15:54:06 +00:00
espie
9eafbbfb35 base64 checksums. 2007-04-05 16:19:55 +00:00
ajacoutot
4727f6e9ac - update to mkvtoolnix-2.0.2
ok jolan@
2007-03-21 12:02:45 +00:00
ajacoutot
b3ddcc7d34 - update to libmatroska-0.8.1
ok jolan@
2007-03-21 12:00:28 +00:00
ajacoutot
ed980022d5 Add mkvtoolnix. 2007-03-19 12:24:32 +00:00
ajacoutot
270d4d6c99 Import mkvtoolnix-2.0.0
MKVToolnix: cross-platform tools for Matroska.
With these tools one can get information about (mkvinfo) Matroska files,
extract tracks/data from (mkvextract) Matroska files and create
(mkvmerge) Matroska files from other media files.

Available flavors:
        no_x11 - do not build the wxGTK2 frontend

ok jolan@ simon@
2007-03-19 12:23:42 +00:00
espie
888e9a5285 update to gstreamer core/base-plugins. 0.10.12. 2007-03-17 21:35:31 +00:00
kurt
1815263596 adjust LIB_DEPENDS due to disabling swscale support in ffmpeg.
ok pvalchev@
2007-03-02 23:42:41 +00:00
steven
fb780e4061 fix WANTLIB for sidplay package.
ok espie@
2007-02-15 08:07:39 +00:00
steven
db79367ae4 WANTLIB fixes, mostly needed by recent cairo update 2007-02-11 00:56:57 +00:00
bernd
40f1272bd7 Missing @conflict marker for mplex.
(mplex already has the @conflict marker.)
2007-02-08 11:31:16 +00:00
steven
5f1f70efcc +ffmpeg2theora 2007-01-27 17:56:45 +00:00
steven
bd7c5ec2a9 import ffmpeg2theora 0.17
ffmpeg2theora is a simple command line tool to convert media files to
.ogg with Theora video and Vorbis audio streams. It supports reading any
file format that ffmpeg can decode.

from Moritz Grimm <mlist at scapa.dnsalias.net>
2007-01-27 17:56:14 +00:00
robert
123618b723 update to version 1.0.3rc2;
from Nikns Siankin <nikns@secure.lv>
2007-01-23 10:39:01 +00:00
espie
94b7017db6 fix subrip command line parsing, and tweak the output name slightly, to
allow for simpler automation.
2007-01-22 17:43:10 +00:00
espie
d04ac7e6e8 typo in manpage 2007-01-22 17:39:28 +00:00
espie
150b76cccb oops, forgot to set NO_REGRESS.
No pkg change -> no bump
2007-01-22 13:57:53 +00:00
espie
faf05b31cd +dvdcpy, +subrip 2007-01-22 13:56:35 +00:00
espie
0f4805b64e subtitle extraction, part of ogmrip. Contains the two commands that
bridge the gap between mplayer/gocr and full text subtitle extraction,
some manpages, and a sample shell script that can perform subtitle
extraction.
2007-01-22 13:55:42 +00:00
espie
a514d2921a dvdcpy is originally part of ogmrip, but I'm not a fan of this gnome opaque
thingy. It can be used on its own, compiles very simply, and this package
even comes with a manpage.

dvdcpy can be used to copy part of a dvd structure to a hard disk.
2007-01-22 12:05:01 +00:00
espie
3e5bce6fbc +ogmtools 2007-01-16 11:16:18 +00:00
espie
f3a249a9ce simple ogg media file manipulation tools. 2007-01-16 11:15:36 +00:00
espie
ad528ea5f6 +gstreamer-0.10 2007-01-13 12:56:48 +00:00
espie
19aff3d9dd finish the `bad plugins' cut into small pieces 2007-01-13 11:23:38 +00:00
espie
c50cd9fae3 describes `ugly' plugins 2007-01-12 00:51:46 +00:00
espie
4468180d0a document good plugins 2007-01-12 00:29:35 +00:00