Commit Graph

47 Commits

Author SHA1 Message Date
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
jolan
c932352c93 add mozilla plugin support, tested on amd64
now you can view fun stuff like http://www.borat.tv/reportings3.php
directly in firefox
2006-12-24 01:57:16 +00:00
jolan
06e809edbe update to 0.8.6 2006-12-23 13:31:30 +00:00
jolan
0920699ffd update to 0.8.5 2006-11-03 15:15:07 +00:00
jolan
765bc897fa - add back GUI support now that wxwidgets has been updated
- nuke semi-pointless no_dvd flavor
- mark as SHARED_ONLY
2006-10-13 02:08:22 +00:00
steven
64522860ee there is no win32-codecs package, so refer to the port instead.
from Alex Holst <a@mongers.org>
2006-07-23 11:44:27 +00:00
jolan
a31a7ba6c7 enable matroska (.mka/.mkv) and musepack (.mpc) support 2006-03-22 01:33:06 +00:00
jolan
49f1788e41 add win32 codec support 2005-12-24 09:01:17 +00:00
jolan
7a0e9b5743 add back altivec support 2005-12-22 04:45:38 +00:00
jolan
404172462a update to 0.8.4a 2005-12-22 03:45:36 +00:00
jolan
968bd68026 reference libdvd, not libdvdcss 2005-11-03 19:50:06 +00:00
jolan
1479134daf update to 0.8.2
main diff from jsg@ with some tweaks from me
2005-07-31 19:07:10 +00:00
jolan
a25265c1b2 enable theora support, bump pkgname 2005-07-09 00:36:43 +00:00
jolan
8d2bbfc6c9 move a52 support out of the !no_dvd case since some non-dvd stuff uses
it, it's also a dependency of a dependency so we'll have it around
anyway

bump PKGNAME
2005-06-23 00:54:40 +00:00
naddy
262de91006 * Fix build after removal of inter-library dependencies from ffmpeg.
* Use -pthread instead of -lpthread in configure.
* Fix a few pointer to int casts.

From: Jacob Meuser <jakemsr@jakemsr.com>
2005-02-20 03:28:27 +00:00
jolan
700c2eefd1 oopsies 2004-12-17 01:12:53 +00:00
jolan
0ebc0d2f90 update to 0.8.1 2004-12-16 07:40:20 +00:00
espie
7cc16df2ed new style fragment/plist 2004-09-15 19:23:50 +00:00
jolan
e8a46fe37d update to 0.7.2 2004-07-10 01:49:42 +00:00
jolan
e316731724 enable faad support, bump pkgname 2004-04-28 01:30:53 +00:00
jolan
fd5fae38bf update to 0.7.1 2004-04-18 00:42:14 +00:00
naddy
35911cf0ee @dirrm shared directories 2003-12-15 21:08:44 +00:00
jolan
10c8ff31dd enable use of graphics/libdvbpsi 2003-10-18 01:13:17 +00:00
jolan
89b94481a3 - don't install the plugin which reads divx subtitles from a file. it
isn't built correctly which causes problems on macppc and it isn't
  popular/useful anyway.  this will be properly fixed "soon".
- remove NOT_FOR_ARCHS=powerpc as it seems to "work" on my ibook
  (to the extent that it can without accelerated video and problematic
   audio)
- use SED_PLIST, rather than the dirty FLAVOR+=${MACHINE_ARCH} hack, it
  makes the index entry look prettier.
- adjust PLIST accordingly, and also add the logo plugin (useless?)
- adjust LIB_DEPENDS for the liba52 change and logo plugin

thanks to drahn@ for help, hints, & suggestions
2003-08-16 20:36:12 +00:00
jolan
477c238764 Update to 0.6.2. 2003-08-15 14:25:59 +00:00
jolan
090c6cd5eb update to 0.6.1 2003-08-02 10:29:28 +00:00
jolan
d5b5639580 import of videolan client 0.6.0:
VLC (VideoLAN Client) is a highly portable multimedia player for various
audio and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, ogg, ...) as
well as DVDs, and various streaming protocols.
2003-07-20 21:09:29 +00:00