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
espie
0b5e1cbcfa
document the plugins somewhat.
2007-01-11 23:37:56 +00:00
espie
3b59aeeb88
do not install the sunaudiosink until it works for real.
2007-01-11 23:14:11 +00:00
espie
2858f0757e
use rcd0c as default dvd device
2007-01-11 23:06:14 +00:00
espie
572844fd0b
+plugins-bad
2007-01-11 18:13:16 +00:00
espie
1f55826faf
more plugins, these ones termed `poor quality' by the gstreamer people,
...
but sometimes useful...
2007-01-11 18:12:36 +00:00
espie
3bf6ff0ed5
make sure sidplay is linked with stdc++
2007-01-11 00:23:26 +00:00
espie
a64110594a
more clean-up: re-add dvdread and mpeg plugins.
...
add correct annotations for full install, tweak some lib depends.
add run depends from all subpackages to their respective main packages
so that they can use the correct message files.
2007-01-10 12:58:31 +00:00
espie
730d32f086
start cutting plugins into separate packages
2007-01-10 02:14:04 +00:00
espie
3f82f069ae
add shoutcast and libcaca plugins
2007-01-10 01:41:02 +00:00
espie
d777c5184d
a few plugins more: dv, gdk_pixbuf, jpeg, png, taglib
2007-01-10 00:34:49 +00:00
espie
dcfeebd2dc
all of gstreamer is happy with SEPARATE_BUILD.
...
patch it to compile and build the sunaudio plugin.
Not really functional yet, though...
2007-01-09 23:22:56 +00:00
espie
582c732d01
reactivate speex and flac as separate plugins
2007-01-09 22:01:27 +00:00
espie
0d030e5c1e
start repackaging into independent packages
2007-01-09 21:33:25 +00:00
espie
d24ae63131
fix nits: core package name, and cdda dependencies
2007-01-09 20:43:46 +00:00
espie
860003f9bb
gstreamer does not make a lot of sense of non-shared architectures.
...
Explicitly disable all static building, which basically will halve
build time, and set no shared.
2007-01-09 20:00:23 +00:00
espie
e6e2ce4210
split out plugins into several subpackages according to dependencies.
2007-01-08 23:13:55 +00:00
espie
99fcd054d3
add the core package manually, since cvs import doesn't like the name...
2007-01-08 17:39:53 +00:00
espie
cf773bfbe5
new gstreamer-0.10 that can mostly co-exist with the older gstreamer.
...
Lots of packaging details to figure out yet.
2007-01-08 17:37:27 +00:00
robert
900dc9bfe8
fix a buffer overflow found in the code used to handle RealMedia RTSP
...
streams; bump PKNAME;
from Brad <brad@comstyle.com>
2007-01-02 19:42:59 +00:00
steven
d8b6db8b74
add missing library in LIB_DEPENDS
2006-12-27 12:54:00 +00:00
steven
bfa895a0d1
unbreak by finding pkg-config in the right place
2006-12-22 16:30:17 +00:00
espie
0f5dc96ea1
say goodbye to GNU land.
2006-12-16 12:22:32 +00:00
steven
0c2279a2af
Security fixes:
...
- Heap overflow in libmms (related to CVE-2006-2200)
- Buffer overrun in Real Media input plugin. [bug #1603458 ]
Thanks to Roland Kay for reporting and JW for the patch.
from brad@, tested by bernd@ and me
2006-12-07 09:21:01 +00:00
ajacoutot
c53e4f1e8e
- update to 2.3.0
...
- remove SDL dependency
"go ahead" jasper@
2006-12-06 16:20:30 +00:00
espie
4971ebf88f
update to 0.8.3
2006-12-04 01:20:31 +00:00
pvalchev
898c1b18a8
Remove jakemsr@ from maintainer position, as he has been inactive and
...
email has been bouncing for several months. Jacob, if you get this
and/or get back to things, let us know.
2006-12-02 20:24:17 +00:00
pvalchev
df027a4134
fix altivec test on powerpc, -force_cpusubtype_ALL appears to be a
...
darwin-specific gcc4 option; from ole@grummel.net
2006-11-25 05:40:31 +00:00
steven
3fa7fd5027
USE_X11
2006-11-13 11:20:24 +00:00
espie
010aa243e7
update to kaffeine 0.8.2
2006-10-29 23:36:39 +00:00
espie
cb000b8d06
fix libiconv/libintl detection.
2006-10-29 23:30:50 +00:00
ajacoutot
a90ff81a19
Fix a core dump when trying to configure the "copy" audio codec.
...
Noticed by Olivier Cherrier <oc at symacx dot com>, thanks!
2006-10-20 23:35:17 +00:00
ajacoutot
bf3f57bc69
add avidemux.
2006-10-19 16:23:20 +00:00
ajacoutot
c5907f6de6
Import avidemux, a free video editor.
...
ok pvalchev@
2006-10-19 16:22:06 +00:00
claudio
2a16cd7303
Fix the DVDGetTitleName() function.
...
The function tries to read the title from the DVD but does it in a way
that does not work on OpenBSD. OpenBSD returns EINVAL for reads that are not
a multiple of the blocksize for rcd0c.
ok jolan@
2006-10-12 11:30:41 +00:00
brad
33f483f736
upgrade to xine-lib 1.1.2
...
* Security fixes:
- CVE-2006-2802: possible buffer overflow in the HTTP plugin.
- possible buffer overflow via bad indexes in specially-crafted AVI files
* Fix a potential crash with fixed-size lacing in the Matroska demuxer
* Enable AMD64 mmx/sse support in some plugins (tvtime, libmpeg2, goom...)
* Fix xxmc subpictures (broken since 1.1.1)
* Add support for RealPlayer 10 codecs
WANTLIB tweak from bernd@
testing by steven@ and bernd@
2006-10-12 04:48:14 +00:00
steven
9af94e6962
resolve conflict with kdelibs package
...
ok espie@
2006-08-11 13:28:55 +00:00
espie
49a9142c53
new lib specs
2006-08-03 23:55:10 +00:00
espie
081f45d827
new style specs
2006-08-03 23:15:57 +00:00
espie
100b45279f
convert a few libspecs to new style.
...
Note: no package bump, those are only BUILD dependencies,
the pkg_create code will create the correct wantlib specs.
2006-08-01 10:50:19 +00:00
steven
e31cde7fa1
update to libtheora-1.0alpha7
...
from maintainer Vladimir Tamara Patino
ok jolan@
2006-07-21 11:24:07 +00:00
bernd
c3e1e3a89e
Fix WANTLIB after gtk+2 upgrade.
2006-06-13 13:19:08 +00:00
espie
024e58fe4c
+kaffeine
2006-06-11 10:34:01 +00:00
espie
5ac57c03bf
kaffeine multimedia player, kde frontend for xine.
2006-06-11 10:32:57 +00:00
steven
f35e85fa44
update to libtheora-1.0alpha6
...
from maintainer Vladimir Tamara Patino <vtamara at pasosdejesus.org>
ok jolan@
2006-06-05 12:34:29 +00:00
bernd
2e5f4dd397
Fix some format string vulnerabilities and bump PKGNAME.
...
http://www.open-security.org/advisories/16
from NetBSD
ok jakemsr@
2006-04-22 18:37:28 +00:00
jakemsr
e928aadb18
use the right CFLAGS for pthread linkage
...
ok jolan@
2006-03-28 10:25:09 +00:00
jakemsr
d0c551d490
- fix win32-codecs support. libtool won't allow linking static libs
...
(libi386.a) into shared objects, so we use the source file for
i386_set_ldt() from libi386.
- no need for OSS audio support.
- use the right CFLAGS for pthread linkage.
OK jolan@
2006-03-27 11:04:27 +00:00
jakemsr
a2599d3879
+ xine-lib, xine-ui
2006-03-24 23:07:00 +00:00
jolan
0d994aab81
yeah dont use tarballs that i send you for importing ;)
2006-03-24 22:51:26 +00:00
jakemsr
fbbf07790b
initial import of xine-ui
...
xine-ui is a graphical user interface for xine-lib.
prodded by jolan@
2006-03-24 22:46:37 +00:00
jakemsr
df581e9d78
initial import of xine-lib
...
xine is a free multimedia player. It plays back CDs, DVDs, and VCDs. It
also decodes multimedia files like AVI, MOV, WMV, and MP3 from local
disk drives, and displays multimedia streamed over the Internet. It
interprets many of the most common multimedia formats available - and
some of the most uncommon formats, too.
prodded by jolan@ and bernd@
2006-03-24 22:43:41 +00:00
jolan
679f717c72
+libmatroska
2006-03-22 01:31:43 +00:00
jolan
f9203b7a6c
libmatroska-0.8.0, extensible open standard audio/video container library
2006-03-22 01:30:20 +00:00
jakemsr
19eeabdc6c
- accomodate fr libavcodec changes
...
- bump PKGNAME
2006-03-20 05:52:33 +00:00
jakemsr
48c1287d33
- accomodate for libavcodec changes
...
- bump PKGNAME
OK brad@
2006-03-20 05:51:59 +00:00
espie
71c3d20c01
and don't forget the new patches.
2006-02-19 18:30:12 +00:00
espie
6390ee36c9
fix for newest libdvdread.
...
avoid building lsdvd while here, since it's a dup with the other port
anyways.
2006-02-19 18:29:32 +00:00
espie
75b42e881a
fix build after dvdread bump
2006-02-19 17:42:36 +00:00
bernd
947d86a8ca
MAINTAINER change --> PKGNAME bump!!
2006-02-07 11:57:19 +00:00
xsa
d1913cddd0
drop maintainership on these;
2006-02-07 09:46:27 +00:00
jakemsr
9fd252b027
oops, libmjpegutils is only at version 3.0.
2006-02-03 05:25:21 +00:00
jakemsr
7c7ddf504f
libmjpegutils is now a shared library.
2006-02-03 05:13:05 +00:00
jakemsr
0b6b77bf0c
update to mjpegtools-1.8.0
...
libmjpegutils is now a shared library. see $HOMEPAGE for other
changes.
ok jolan@
2006-02-03 05:08:41 +00:00