76 Commits

Author SHA1 Message Date
brad
bdc8db410c Update to VLC 2.0.10.
ok sthen@
2014-03-16 11:38:47 +00:00
brad
114bb9312a Update to VLC 2.0.8a.
ok sthen@
2013-08-19 10:00:15 +00:00
zhuk
79efaab5af Fix problem with VLC trying to run kde4-config.
Noticed and reminded by nigel@
okay brad@ (MAINTAINER) a while ago (Jun 12)
2013-07-04 08:11:08 +00:00
brad
6493b8817e Update to VLC 2.0.7.
ok sthen@
2013-06-03 22:36:00 +00:00
brad
d3834966df Update to VLC 2.0.6.
ok sthen@
2013-04-11 17:58:42 +00:00
brad
81486da6dd Disable the media library support as its buggy at the moment and
causes VLC to crash upon exit especially with some of the malloc
flags being enabled. It isn't a default enabled feature anyway.

ok sthen@
2013-01-03 03:18:21 +00:00
brad
c0cfe96bb6 Update to VLC 2.0.5.
ok ajacoutot@
2012-12-16 21:26:22 +00:00
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
sthen
a4a3fcc8a0 remove @commented entries, no longer needed following tag=disable-static.
from Brad.
2011-04-16 20:18:50 +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
ea4e7186ce - avoid extra CFLAGS changes from the autoconf script
- remove amd64 MMX workaround, no longer needed with gcc4

from Brad.
2010-06-20 13:56:11 +00:00
sthen
f101ef36f7 cleanup from Brad (maintainer) after last commit:
- Correct CPPFLAGS handling
- Remove bogus SUBST_CMD in pre-configure
- Remove bogus gsm LIB_DEPENDS and move it to WANTLIB
2010-06-19 09:46:42 +00:00
dcoppa
d0a569e14d Disable inhibit and screensaver plugins since they cause problems
when the dbus daemon is running

Fix Help->About->Thanks dialog

Unbreak after xulrunner update (patches adapted from archlinux)

OK ajacoutot@, landry@
2010-06-17 07:42:16 +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
espie
8db0112cb6 fix FULLPKGPATH
(ports is locked)
2010-02-26 18:10:51 +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
ebe658d00d - remove artsd and esd backends
- add sndio to WANTLIB
mostly from Brad, thanks
2009-01-16 04:11:18 +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
0307b9a632 add jack subpackage 2008-03-24 04:46:26 +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
jakemsr
b5e800ec10 re-enable liveMedia
tested by streaming MPEG TS via RTP unicast to/from i386 and amd64

from brad@
2007-10-03 04:12:43 +00:00
jakemsr
e866879e19 - pull in libdvbpsi so we can build the MPEG TS (transport stream)
demuxer
- fix no_web flavor LIB_DEPENDS
- update WANTLIB
- bump PKGNAME

ok brad@
2007-09-28 07:59:06 +00:00
ajacoutot
813e44c6f4 - explicitly disable libnotify (or configure will pick it up if installed)
- set AUTOCONF_VERSION to 2.61
- add @exec/@unexec update-desktop-database to PLIST

from Mikolaj Kucharski <mikolaj at kucharski dot name>
2007-06-21 08:12:14 +00:00
ajacoutot
7fdac52af0 - SECURITY update to 0.8.6c (and various bugfixes, memory leaks)
VideoLAN-SA-0702: format string injection in Vorbis, Theora, SAP and CDDA plugins
- remove bogus PLIST entry

from brad
2007-06-18 23:14:20 +00:00
jolan
0d35aa3d25 update to 0.8.6b, from brad 2007-06-05 01:53:04 +00:00
ajacoutot
46f516536e - revert previous commit after several feedbacks about rtsp feeds not
behaving correctly on !i386
2007-04-20 07:21:09 +00:00
ajacoutot
60afd097c3 - add live555 support
from brad
ok robert@
2007-04-19 09:22:09 +00:00
ajacoutot
7a5f3efd4b - enable x264 support
- add missing xenocara LIBS
- regen patches while here

"go for it" naddy@
2007-04-08 17:34:20 +00:00