aboutsummaryrefslogtreecommitdiff
path: root/multimedia/vlc
Commit message (Collapse)AuthorAgeFilesLines
* - Replace security/gnutls with security/gnutls3 and update to 3.2.15Tijl Coosemans2014-07-231-3/+3
| | | | | | | | | | | | | | | - Bump PORTREVISION on all ports that depend on security/gnutls and adjust all ports that depend on security/gnutls3 - Update mail/anubis to version 4.2 which supports gnutls 3.x - Update mail/libvmime to a development snapshot (recommended by upstream developers) PR: 191274 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=362645
* Fix build with GME knob.Juergen Lock2014-07-221-0/+1
| | | | | | | PR: 192044 Notes: svn path=/head/; revision=362585
* Update to 2.1.5 - changelog is here:Juergen Lock2014-07-213-6/+5
| | | | | | | https://www.videolan.org/developers/vlc-branch/NEWS Notes: svn path=/head/; revision=362477
* - Fix LIRC knob so that liblirc_client is actually found again.Juergen Lock2014-07-201-1/+3
| | | | | | | - Bump PORTREVISION. Notes: svn path=/head/; revision=362339
* audio/rhythmbox: drop :keeplaTijl Coosemans2014-07-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | multimedia/banshee: add USES=libtool and INSTALL_TARGET=install-strip multimedia/libmtp: add USES=libtool and INSTALL_TARGET=install-strip multimedia/libaacs: - USES=libtool pathfix - Add INSTALL_TARGET=install-strip - Avoid USE_AUTOTOOLS - Remove plist target, superseded by makeplist multimedia/libbluray: - USES=libtool pathfix - Add INSTALL_TARGET=install-strip - Avoid USE_AUTOTOOLS - Remove plist target, superseded by makeplist - Use OPTIONS_SUB - Replace patch with post-patch command Bump dependent ports Notes: svn path=/head/; revision=362200
* - Fix build with MUSEPACK knob.Juergen Lock2014-07-121-2/+3
| | | | | | | | | | - Replace another occurence of /usr/local with LOCALBASE. PR: 191836 Submitted by: mikhail.rokhin@gmail.com Notes: svn path=/head/; revision=361631
* Add a global OPUS_DESCTijl Coosemans2014-07-111-1/+0
| | | | Notes: svn path=/head/; revision=361536
* - Add USES=libtool to devel/upnp and bump dependent portsTijl Coosemans2014-07-111-1/+1
| | | | | | | | | | - Add USES=pathfix and INSTALL_TARGET=install-strip - Add a patch to fix definitions of ITHREAD_MUTEX_* Approved by: portmgr (implicit, bump unstaged port) Notes: svn path=/head/; revision=361520
* Fix compilation on i386 when OPTIMIZED_CFLAGS option is off.Tijl Coosemans2014-06-101-0/+1
| | | | | | | PR: 190614 Notes: svn path=/head/; revision=357305
* Update libdvbpsi to 1.2.0Baptiste Daroussin2014-06-091-1/+1
| | | | | | | | | | Strip binaries USES=libtool Use options helpers Chase library change Notes: svn path=/head/; revision=357163
* Fix pkg-plist when NLS option is off.Tijl Coosemans2014-06-031-122/+122
| | | | | | | Reported by: Thomas Mueller <tmueller@sysgo.com> Notes: svn path=/head/; revision=356312
* - Remove libproxy dependency. I cannot find any references to it.Tijl Coosemans2014-06-029-314/+421
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add libidn dependency. It is always picked up when detected by configure. - Add libxml2 dependency (USE_GNOME=libxml2). It's actually an optional dependency but it is used by several other plugins. - Replace OSVERSION+clang tests with USES=compiler:c11. - Replace post-patch command with USES=pathfix. - Add some more --enable-* flags to CONFIGURE_ARGS to make sure configure doesn't silently ignore problems with dependencies. - Add some more --disable-* flags to CONFIGURE_ARGS to make sure configure doesn't auto-enable them. - Specify the correct location of KDE Solid files in CONFIGURE_ARGS. ("Play with VLC" option when you insert a CD/DVD.) - Add ac_cv_search_pthread_rwlock_init=-pthread to CONFIGURE_ARGS to override the test for libpthread. It detects pthread_rwlock_init in our libc and assumes no threading library is needed, but libc doesn't have a real pthread implementation. - Add the gnutls3 include directory to CPPFLAGS before LOCALBASE/include which may contain gnutls2 headers. - Rename some options so more descriptions from bsd.options.desc.mk can be used. - Add OPTIMIZED_CFLAGS to OPTIONS_DEFAULT. Remove custom CFLAGS so this option only controls the "optimizations" configure option which is enabled by default by upstream. - Remove REALAUDIO from OPTIONS_DEFAULT. Old codec. - Remove SDL from OPTIONS_DEFAULT. This is an alternative way to render video. The X11 option is better for this. - Remove SKINS from OPTIONS_DEFAULT. - Remove X264 from OPTIONS_DEFAULT. It's an encoder, not a decoder and vlc is typically used as a player not as a video server. - Remove SERVER_ONLY and NO_DVD options. Their implementation doesn't work with modern options framework. - Add a patch to fix some issues in the configure script, e.g. don't add -L/usr/local/lib to LDFLAGS. This ends up in the wrong place on the linker command line causing installed vlc libraries to be linked in instead of freshly built ones. - With patched configure some options like A52 need include/library search paths now. - Some options have pkgconfig files now so remove include/library search paths where possible. - Separate KATE option from OGG. - Use option helpers for LIBRSVG2, LUA, OGG, QT4, SDL, V4L and X11. - Implement NCURSES option with USES=ncurses. - Add VDPAU option. - Drop perl5 dependency. - Drop old hacks like -fPIC, -I${WRKSRC}/include, LIBS="-lc", PTHREAD_LIBS. - Add missing dependencies to SKINS option (libminizip, xorg) - Patch the right file with WITH_CDROM_DEVICE and WITH_DVD_DEVICE. - Only use auto-plist for the plugins directory. Use regular pkg-plist, PORTDATA and PORTDOCS for everything else. This is a lot simpler and makes it easier to detect library version changes. - Delete some unneeded patches. Approved by: bapt Notes: svn path=/head/; revision=356249
* Commit correct patch.Koop Mast2014-05-291-25/+20
| | | | | | | Noticed by: nwhitehorn@ Notes: svn path=/head/; revision=355741
* Fix compile on ppc.Koop Mast2014-05-291-0/+25
| | | | | | | | PR: ports/188278 Submitted by: nwhitehorn@ Notes: svn path=/head/; revision=355735
* Convert vlc to USES=libtoolBaptiste Daroussin2014-05-261-3/+4
| | | | | | | | | Because vlc uses a dynamic plist that dynamic plist should be created after the removal of the .la files hence move this target into add-plist-data (this is a dirty workaround) and one more reason why dynamic plist are evil libvlc.so.X number has changed (hidden by dynamic plist, told you this is evil) bump all consumers of libvlc.so Notes: svn path=/head/; revision=355463
* Fix build with new luaBaptiste Daroussin2014-05-261-1/+1
| | | | | | | Submitted by: dankm (via irc) Notes: svn path=/head/; revision=355458
* Replace lang/lua with the new lang/lua51Baptiste Daroussin2014-05-261-4/+3
| | | | | | | | | | | lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1 Make the default lua lua52 Make all lua ports using USES=lua Approved by: portmgr (implicit) Notes: svn path=/head/; revision=355360
* Switch Opus to USES=libtool.Christian Weisgerber2014-05-251-1/+1
| | | | | | | | | Bump dependent ports. [1] Approved by: portmgr (implicit) [1] Notes: svn path=/head/; revision=355266
* - Update multimedia/libdvdread to 4.9.9Ganael LAPLANCHE2014-05-131-1/+1
| | | | | | | | | | | - Bump dependent ports' PORTREVISIONS and update LIB_DEPENDS [1] - multimedia/libdvdnav: remove dependency to (now removed) dvdread-config - sysutils/vstrip: remove useless dependency to multimedia/libdvdread Approved by: portmgr (implicit) [1] Notes: svn path=/head/; revision=353931
* - Update to 2.3.1 (from audio/libshout2)Sunpoet Po-Chuan Hsieh2014-05-051-2/+2
| | | | | | | | | | | | - Use USES=libtool - Strip shared library - Bump PORTREVISION for audio/libshout shlib change and dependency change from audio/libshout2 to audio/libshout [1] Approved by: portmgr (bapt) [1] Notes: svn path=/head/; revision=353022
* - Backport upstream fix for .mkv playback stutter using oss audio.Juergen Lock2014-04-272-0/+38
| | | | | | | | | | | - Bump PORTREVISION. PR: ports/186093 Submitted by: "Marko Cupa&#263;" <marko.cupac@mimar.rs> (PR) Obtained from: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c1622c2c6e0e15a38fef723086ca8bf75a75b46b Notes: svn path=/head/; revision=352445
* Update to 2.1.4 - changelog is here:Juergen Lock2014-04-272-4/+5
| | | | | | | https://www.videolan.org/developers/vlc-branch/NEWS Notes: svn path=/head/; revision=352430
* - Update libaacs to 0.7.0Thomas Zander2014-04-271-1/+1
| | | | | | | | | | | | | | | | - Add LICENSE - USES tar:bzip2 - Update libbluray 0.5.0 - Unbreak JAVA option - USES tar:bzip2 - Bump PORTREVISION in depdendent ports due to shared lib version bump PR: ports/188573 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer) Approved by: thierry (mentor) Notes: svn path=/head/; revision=352423
* - Stop depending on bitstream-vera, add explicit fontconfig/freetypeJuergen Lock2014-04-251-13/+5
| | | | | | | | | | | | dependencies. [1] - Switch to USES= tar:xz. - Bump PORTREVISION. PR: ports/187857 [1] Submitted by: rakuco [1] Notes: svn path=/head/; revision=352153
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-1/+1
| | | | | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs) Notes: svn path=/head/; revision=347809
* - Chase libmtp moveMax Brazhnikov2014-03-101-1/+1
| | | | Notes: svn path=/head/; revision=347732
* Chase libmad changesBaptiste Daroussin2014-02-051-1/+1
| | | | Notes: svn path=/head/; revision=342735
* Add FREERDP knob (default off) [1] and add patch to fix build with it. [2]Juergen Lock2014-02-042-1/+55
| | | | | | | | | | | | PR: ports/186452 [1] PR: ports/185848 [2] PR: ports/186413 [3] Submitted by: madpilot [1] Submitted by: Ferenc Gal <gferenc88@gmail.com> [2] Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> [3] Notes: svn path=/head/; revision=342613
* - Update libdvdread and libdvdnav to 4.2.1Ganael LAPLANCHE2014-02-031-0/+1
| | | | | | | - Bump dependent ports' revisions Notes: svn path=/head/; revision=342392
* Fix typo.Mathieu Arnold2014-01-271-1/+1
| | | | | | | | | PR: ports/185031 Submitted by: Anton Sayetsky Sponsored by: Absolight Notes: svn path=/head/; revision=341382
* Spell NOTIFY gtk20 dependency as NOTIFY_USE= GNOME=gtk20.Juergen Lock2013-12-201-2/+2
| | | | | | | | PR: ports/184614 Submitted by: kwm (via irc earlier) Notes: svn path=/head/; revision=337086
* multimedia/vlc: add missing lib depend for NOTIFYWilliam Grzybowski2013-12-201-1/+2
| | | | | | | Reported by: Ajtim (via email) Notes: svn path=/head/; revision=337023
* multimedia/vlc: update to 2.1.2William Grzybowski2013-12-193-19/+3
| | | | Notes: svn path=/head/; revision=336896
* Update opus to 1.1, which includes:Christian Weisgerber2013-12-181-1/+1
| | | | | | | | | | | | | | | | | * new analysis code and tuning that significantly improves encoding quality, especially for variable-bitrate (VBR), * automatic detection of speech or music to decide which encoding mode to use, * surround with good quality at 128 kbps for 5.1 and usable down to 48 kbps, * and speed improvements on all architectures. Chase shared library bump. PR: 184956 Notes: svn path=/head/; revision=336843
* multimedia/vlc: add -fPIC fixing build with liveMediaWilliam Grzybowski2013-12-111-0/+1
| | | | | | | Reported by: olgeni Notes: svn path=/head/; revision=336233
* Add patch to fix build with freetype 2.5.1+Koop Mast2013-12-101-0/+15
| | | | Notes: svn path=/head/; revision=336053
* - Stagify;Thierry Thomas2013-12-011-10/+7
| | | | | | | | | | | | | | | | | - it seems that we can now use the targets supplied by upstream, so that the port installs now as intended and like on the other platforms; - switch to shared libraries, so that we shall be able to apply minor upgrades without rebuilding its consumers; - chase this upgrade in mplayer and vlc. PR: ports/184035 Submitted by: /me Notes: svn path=/head/; revision=335446
* multimedia/vlc: USE_GL only if X11 is enabledWilliam Grzybowski2013-11-301-2/+2
| | | | | | | Submitted by: olgeni Notes: svn path=/head/; revision=335336
* Fix build with LIBSSH2 knob.Juergen Lock2013-11-271-0/+1
| | | | | | | Reported by: hselasky Notes: svn path=/head/; revision=335073
* multimedia/vlc: update to 2.1.1William Grzybowski2013-11-184-42/+3
| | | | | | | Changes: http://www.videolan.org/developers/vlc-branch/NEWS Notes: svn path=/head/; revision=334173
* multimedia/vlc: fix install path for pkg config filesWilliam Grzybowski2013-11-101-1/+4
| | | | | | | PR: ports/183846 Notes: svn path=/head/; revision=333434
* Fix build on 9.2+/i386 by adding -fomit-frame-pointer to the clangJuergen Lock2013-11-081-0/+1
| | | | | | | | | | case (which is default on amd64 anyway.) Submitted by: beefy1 via pkg-fallout, dim Tested by: callumgibson@optusnet.com.au Notes: svn path=/head/; revision=333267
* multimedia/vlc: fix seek error with OSSWilliam Grzybowski2013-11-042-1/+18
| | | | Notes: svn path=/head/; revision=332777
* multimedia/vlc: enable OSSWilliam Grzybowski2013-11-022-8/+27
| | | | | | | | - Enable OSS again (thanks to RĂ©mi Denis-Courmont) - Add PULSEAUDIO back as an option Notes: svn path=/head/; revision=332541
* multimedia/vlc: fix typo in MAD optionWilliam Grzybowski2013-10-311-1/+1
| | | | | | | PR: ports/183503 Notes: svn path=/head/; revision=332254
* multimedia/vlc: disable OSSWilliam Grzybowski2013-10-291-10/+9
| | | | | | | | | - Disable OSS (it is broken in vlc 2.1.0 and FreeBSD #9760) - Use pulse audio - Remove deprecated sqlite feature Notes: svn path=/head/; revision=331964
* multimedia/vlc: fix SAMBA optionWilliam Grzybowski2013-10-281-10/+7
| | | | | | | | | | | - SAMBA option never worked before due to wrong feature name and lack of pkg config file - Remove deprecated options Reported by: Kevin Oberman Notes: svn path=/head/; revision=331892
* multimedia/vlc: remove extra patches for FreeBSD 8.0William Grzybowski2013-10-283-171/+0
| | | | | | | | | - The oldest supported release is 8.3 Reported by: tijl Notes: svn path=/head/; revision=331859
* multimedia/vlc: fix schroedinger check and use options helpersWilliam Grzybowski2013-10-281-469/+196
| | | | | | | | | | - Fix schroedinger lib check - Use options helpers - Remove FreeBSD < 8.x check (deprecated) - Remove a few options and embed them inside X11 Notes: svn path=/head/; revision=331855