aboutsummaryrefslogtreecommitdiff
path: root/multimedia/vlc
Commit message (Collapse)AuthorAgeFilesLines
* 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
* multimedia/vlc: fix package without pkgngWilliam Grzybowski2013-10-271-2/+2
| | | | | | | | | | - Fix package without pkgng PR: ports/183356 Submitted by: mandree Notes: svn path=/head/; revision=331809
* multimedia/vlc: update to 2.1.0William Grzybowski2013-10-268-258/+138
| | | | | | | | | | - Update to 2.1.0 - Convert lib depends to new format - Allow staging - Remove deprecated PORT_OPTIONS usage Notes: svn path=/head/; revision=331741
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331644
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with m) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331270
* multimedia/x264: Update to 20130827 snapshotKubilay Kocak2013-10-071-0/+1
| | | | | | | | | | | | | - Update to 20130827 snapshot - Add CONFIGURE_ARGS to disable OpenCL, fixes configure failure - Chase library version bump in dependent ports PR: ports/182484 Submitted by: mm Reviewed by: kwm, bapt Notes: svn path=/head/; revision=329667
* Bump PORTEPOCH as vlc-2.0.8.a,3 is < vlc-2.0.8,3 .Juergen Lock2013-09-261-1/+1
| | | | | | | Submitted by: erwin, Thomas Mueller <tmueller@sysgo.com> Notes: svn path=/head/; revision=328387
* Update to 2.0.8a . (bugfix release)Juergen Lock2013-09-252-7/+9
| | | | Notes: svn path=/head/; revision=328300
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | multimedia) Notes: svn path=/head/; revision=327747
* Add LIBSSH2 knob. (default off)Juergen Lock2013-09-171-3/+11
| | | | | | | | PR: ports/182166 Submitted by: pawel Notes: svn path=/head/; revision=327495
* Fix build on recent head with (non-default) PROJM knob. (clang+libc++)Juergen Lock2013-09-141-0/+12
| | | | | | | | Submitted by: Gustau Perez i Querol <gustau.perez@gmail.com> (via private email) Notes: svn path=/head/; revision=327291
* - Update to 2.0.8 .Juergen Lock2013-09-098-32/+114
| | | | | | | | | | | | | | | | - Add subtitle, video, and audio track scrolling to VLC's ncurses.c module. [1] - Add GME knob. (audio/libgme dependency) [2] - Fix build with clang+libc++. [3] PR: ports/181596 [1], ports/181909 [3] Submitted by: Cam Karnes <karnes.cameron@gmail.com> [1] Submitted by: pawel (on -multimedia) [2] Submitted by: "O. Hartmann" <ohartman@zedat.fu-berlin.de>, bapt via pb2 [3] Obtained from: vlc upstream git [1] Notes: svn path=/head/; revision=326824
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-2/+1
| | | | Notes: svn path=/head/; revision=326133
* Fix build with updated net/liveMedia.Juergen Lock2013-08-291-0/+29
| | | | | | | | | PR: ports/181610 Submitted by: Florent Peterschmitt <florent@peterschmitt.fr> Obtained from: vlc upstream git via archlinux Notes: svn path=/head/; revision=325612
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.Gerald Pfeifer2013-08-171-1/+1
| | | | | | | | | | | | | | | | | Right now this is a noop in the former case and a noop in the latter case unless lang/gcc44 has been installed explicitly. This puts a bit more emphasis on standardizing on a canonical version "current" GCC and makes it easier to update that canonical version by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port. That is, USE_GCC=yes means "use a decent/modern version of GCC" without having to worry about details. Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324851
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Convert to new perl frameworkAndrej Zverev2013-08-041-2/+2
| | | | | | | Approved by: bapt@ (multimedia@) Notes: svn path=/head/; revision=324226
* Update to 2.0.7 .Juergen Lock2013-07-262-5/+4
| | | | | | | Thanks to: madpilot and Fabian Keil for testing! Notes: svn path=/head/; revision=323739
* Update to Opus 1.0.3:Christian Weisgerber2013-07-151-1/+1
| | | | | | | | | | | * new surround API * fixes for a few minor glitches during mode switching * fixes a regression in the FEC code introduced in 1.0.2 Chase libopus bump in dependent ports. Notes: svn path=/head/; revision=323078
* Fix build of gnash [1] and vlc [2] after libva update.Guido Falsi2013-07-061-0/+13
| | | | | | | | | PR: ports/180118 [2] Submitted by: Geraud CONTINSOUZAS <geraud@gcu.info> Approved by: dinoex [1], nox [2] Notes: svn path=/head/; revision=322412
* Update multimedia/ffmpeg1 to 1.2.1Martin Matuska2013-06-251-1/+1
| | | | | | | | PR: ports/177145 Submitted by: Alexander Kojevnikov <alexander@kojevnikov.com> Notes: svn path=/head/; revision=321725
* Fix build after audio/flac 1.3.0 update.Christian Weisgerber2013-06-101-0/+13
| | | | | | | | PR: 179449 Submitted by: Arrigo Marchiori <ardovm@yahoo.it> (fix) Notes: svn path=/head/; revision=320469
* * Major update to FLAC 1.3.0, including shared library bumps.Christian Weisgerber2013-06-091-1/+1
| | | | | | | | | * Chase the update in dependent ports. PR: 179072 Notes: svn path=/head/; revision=320405
* The FreeBSD x11 team proudly presentsNiclas Zeising2013-05-251-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | an zeising, kwm, miwi, bapt, eadler production: Xorg 7.7 Starring: xserver 1.12.4 (new xorg only) Mesa 8.0.4, including libGL, libGLU and dri (new xorg only) libX11 1.5.0 libxcb 1.9 libdrm 2.4.42 (new xorg only) freeglut 2.8.1 Also starring: Updates to drivers and other libraries and utilities Additional notes: Change pkgconf to be a build dependency. Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use this. Trim makefile headers. Take maintanership of x11/xcb-proto, ok'd by ashish. If you are running WITH_NEW_XORG=, you need to rebuild all installed drivers, see UPDATING for more information. Various fixes to make ports compile. PR: ports/177942 Exp-run by: miwi Approved by: portmgr (miwi) Thanks to all who helped testing! Notes: svn path=/head/; revision=319055
* Chase textproc/libebml, multimedia/libmatroska update.Emanuel Haupt2013-05-061-1/+1
| | | | | | | Approved by: multimedia (bapt, kwm) Notes: svn path=/head/; revision=317561
* Chase security/libgcrypt updateEmanuel Haupt2013-05-031-0/+1
| | | | Notes: svn path=/head/; revision=317220
* - adoption of USESJason Helfman2013-05-011-1/+1
| | | | | | | Approved by: portmgr (bapt@) Notes: svn path=/head/; revision=317038
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising Notes: svn path=/head/; revision=316662