Commit Graph

28 Commits

Author SHA1 Message Date
brad
ab1538fe6d Update to VLC 2.0.4.
ok sthen@
2012-10-22 20:18:44 +00:00
sthen
5c0daedd0d update to VLC 2.0.3 plus a few patches from upstream, from Brad. 2012-08-05 09:17:00 +00:00
sthen
06b5966d88 update to VLC 2.0.2, from Brad. 2012-07-06 12:51:11 +00:00
ajacoutot
8f4dc25866 Don't redirect errors to /dev/null and don't return true(1)
unconditionally. Instead, don't check for the existence of index.theme.
This will allow us to catch errors that may be happening because of a
missing dependency in the chain.

Some hidden issues may appear, in which case please contact me.

discussed with and ok blind jasper@
2012-06-15 08:30:18 +00:00
ajacoutot
f5d16d73ad Enable the Media Library now that SQLite is in base.
from Brad (maintainer)
2012-05-31 07:04:38 +00:00
ajacoutot
0b9609d6c9 Finally unbreak and enable RTP/RTSP support \o/
from Brad (maintainer)
2012-05-28 18:44:26 +00:00
ajacoutot
90aa524662 Adjust after libdvdcss/libdvdnav/libdvdread updates.
from Brad, ok sthen@
2012-05-03 06:51:24 +00:00
ajacoutot
094095fd22 Major update to vlc-2.0.1.
More details at http://www.videolan.org/vlc/releases/2.0.1.html

tested on i386, amd64, sparc64
from Brad (maintainer)
2012-04-23 13:47:08 +00:00
sthen
b39c53935b - Remove patches for QT4/MKV modules which are unnecessary.
- Remove patch for tdestroy() wrapper now that tdelete() has been fixed.
- Remove @comment's from the PLIST which are no longer necessary.

From Brad
2012-02-17 22:07:16 +00:00
sthen
8823bce600 SECURITY update to VLC 1.1.13; fixes a buffer overflow in the TiVo demuxer.
Also install .la files for libvlc/libvlccore. From Brad (maintainer).
2011-12-23 15:01:59 +00:00
ajacoutot
bdb6392800 Add a dependency on x11/gtk+2,-guic. 2011-12-03 23:34:04 +00:00
phessler
7ccc4d7c1c Update to VLC 1.1.12
Most of the bits from Brad, a minor runtime fix by me.

Tested on amd64, i386, macppc

OK dhill@, rpointel@, sthen@, jasper@
2011-11-16 13:33:15 +00:00
dcoppa
3737b33c1a Get rid of the use of libtool's --tag=disable-static and only delete
the archives for the plugins.

From Brad; OK sthen@
2011-05-11 09:08:07 +00:00
dcoppa
e977dcf529 - Disable the Musepack decoder and rely upon FFmpeg.
- Re-enable the faad-based AAC decoder. There is a bug with VLC that
  causes some streamed AAC content when being transcoded (to at least
  Vorbis) to sound like its only at half or quarter speed.
- Just delete the .la files.

From Brad

OK sthen@
2011-05-06 08:18:54 +00:00
dcoppa
6b4a6ec9c4 Remove dependencies on the FLAC and libtheora libraries and their
respective VLC decoders and rely upon the FFmpeg based decoders
instead; from Brad

@comment .la archives: they're useless because now vlc is built
using tag=disable-static

OK sthen@
2011-05-04 14:58:39 +00:00
dcoppa
bafe2933a4 Make use of libtool's tag=disable-static option to remove the unused
static archives for the plugins and libraries.

From Brad. OK sthen@
2011-04-04 07:43:22 +00:00
sthen
0e20780610 "Drop the use of faad / liba52 / libdca / libmad and libmpeg2 for decoding
AAC / AC3 / DTS / MPEG Audio and MPEG/MPEG2 in favour of FFmpeg's libavcodec
decoders which nowdays are just as good and in some cases like AC3 / DTS
are better."  From Brad (maintainer). ok dcoppa@
2011-04-03 21:41:38 +00:00
sthen
65b9350bd9 sundry cleanups;
from Brad (maintainer):
- Fix sys/mount.h detection so VCD/libcdio support can be enabled.
- bump AUTOCONF_VERSION to 2.64.
- some Makefile cleaning up.

from me, ok Brad:
- garbage-collect share/locale dir
- collect REVISIONs together
2010-09-17 12:15:20 +00:00
sthen
5ed5681579 Build with libnotify support. From Brad. 2010-05-16 08:37:48 +00:00
sthen
f7df7b9bfa Build v4l2 support, which can work with uvideo(4). From Brad. 2010-05-09 00:16:26 +00:00
edd
af996e26bb Update to vlc-1.0.6 from maintainer Brad Smith.
OK dcoppa@, sthen@.
2010-05-05 08:43:35 +00:00
ajacoutot
861a799ae0 Use @unexec-delete instead of @unexec for the *-update-* goos.
prodded by espie@
discussed with espie@ sthen@ landry@
2009-12-21 20:46:00 +00:00
jakemsr
9452aa9236 * FFmpeg headers moved
* FFmpeg LIB_DEPENDS/WANTLIB changes
* remove bogus @bin marker in PLIST (wxvlc is a symlink)
* bump PKGNAME-main
* img_convert()/img_resample() based filters disabled due to FFmpeg
  changes

feedback/ok brad@
2008-07-09 02:17:12 +00:00
sthen
7b22162fa2 SECURITY update vlc to 0.8.6h
- fixes *many* null pointer deref, error handling failures, leaks,
use-after-free and double-free found by Coverity

- fixes some MPEG2 TS audio packet loss

- numerous security fixes in 0.8.6g

- fixes some memory leaks

Also: mark altivec FLAVOR as broken; ajacoutot reports that the
altivec-enabled binary fails to start.

ok ajacoutot
2008-06-09 22:55:43 +00:00
bernd
5f08d468f9 Fix nonexistent vlc menu icon.
ok brad@, martynas@
2008-05-16 05:54:09 +00:00
jakemsr
5759613568 maintainence update to 0.8.6d
from brad@
2007-12-11 11:07:54 +00:00
bernd
ae44ba59fa Add missing @pkgpath marker to unbreak updates. 2007-11-25 14:21:57 +00:00
jakemsr
d514f9d146 - add support for Esound and aRTs audio output, as pseudo_flavors
and subpackages
- move the mozilla plugin to a subpackage
- enable altivec support as a flavor
- ffmpeg and wxWidgets lib_depends/wantlib updates

help/ok ajacoutot@
2007-11-11 01:37:54 +00:00