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
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