aboutsummaryrefslogtreecommitdiff
path: root/multimedia/phonon-vlc
Commit message (Collapse)AuthorAgeFilesLines
* - Add Qt 4 knob and slave port to multimedia/vlc with appropriate CONFLICTS.Juergen Lock2015-03-281-1/+2
| | | | | | | | | | | | | | - Remove SIDPLAY knob from vlc as it's now broken: /usr/bin/ld: /usr/local/lib/sidplay/builders/libresid-builder.a(resid-builder.o): relocation R_X86_64_32S against `_ZTV12ReSIDBuilder' can not be used when making a shared object; recompile with -fPIC - Unbreak phonon-vlc by switching it to using vlc-qt4 slave port. [1] - Bump PORTREVISIONs. Reported by: makc [1] Notes: svn path=/head/; revision=382558
* Update to 0.8.2.Raphael Kubo da Costa2014-12-262-4/+4
| | | | Notes: svn path=/head/; revision=375656
* Merge from KDE/FreeBSD in preparation for KDE SC 4.14:Max Brazhnikov2014-10-193-12/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | common changes: - don't use deprecated USE_KDE4=kdehier - drop deprecated @dirrmtry and use absolute path instead of @cwd databases/akonadi: - Update to 1.13.0 - add upstream patch to really avoid building Akonadi's unit tests devel/grantlee: - update to 0.5.1 devel/libkgapi: - update to 2.2.0 devel/libkolab: - update to 0.5.3 multimedia/phonon and multimedia/phonon-designerplugin: - update to 4.8.1 multimedia/phonon-gstreamer: - update to 4.8.0 - switch from GStreamer 0.10.x to 1.x multimedia/phonon-vlc: - update to 0.8.0 Notes: svn path=/head/; revision=371190
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Unbreak `make fetch'.Raphael Kubo da Costa2014-07-291-1/+1
| | | | | | | | | No more late night commits, I promise. Submitted by: vanilla@ Notes: svn path=/head/; revision=363296
* Update to 0.7.2.Raphael Kubo da Costa2014-07-282-4/+3
| | | | | | | | | | | | | | | * Initialize libvlc with appropriate arguments on OS X * Prevent libvlc 2.2 argument warnings by not using the deprecated --album-art argument when building against 2.2. This argument will be removed entirely in a future feature release as its presence only reflected the libvlc default behavior anyway. * Ensure playback is terminated when encountering an invalid queued MediaSource [#330154]. * Prevent a crash when when GUIs call setCdTrack on a not-yet-ready MediaPlayer [#329121]. Notes: svn path=/head/; revision=363244
* multimedia/phonon-vlc: convert USE_XZJohn Marino2014-06-181-2/+1
| | | | | | | | | PR: 191141 Submitted by: venture37 Approved by: general blanket Notes: svn path=/head/; revision=358309
* Convert vlc to USES=libtoolBaptiste Daroussin2014-05-261-1/+1
| | | | | | | | | 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
* 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
* - Bump PORTREVISION after KDE4_PREFIX changeMax Brazhnikov2014-02-181-0/+1
| | | | Notes: svn path=/head/; revision=344898
* - Update Phonon ports to 4.7.1, vlc backend to 0.7.1Max Brazhnikov2014-01-222-14/+6
| | | | | | | | | - Convert LIB_DEPENDS to new style - Drop ipv6 from CATEGORIES - Remove ancient CONFLICTS and now useless LATEST_LINK Notes: svn path=/head/; revision=340692
* - Replace QT_.*_REL with QT_.* in PLIST_SUB.Alberto Villa2013-11-171-3/+3
| | | | | | | | | - Adapt plists. With hat on: kde Notes: svn path=/head/; revision=334045
* Update to 0.7.0.Raphael Kubo da Costa2013-11-102-6/+5
| | | | | | | | | | | | | | Release notes: http://community.kde.org/Phonon/Releases/VLC/0.7.0 This commit introduces a new build-time dependency on pkg-config, necessary to properly detect libvlc. A patch to correctly support the non-pkg-config code path has been submitted upstream. Note that multimedia/vlc needs to be at least at version 2.1.0_6,4 (r333434) for phonon-vlc to manage to find libvlc and actually build. Notes: svn path=/head/; revision=333439
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-0/+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
* - Explicitly depend on qt4-corelib, which was otherwise pulled indirectly byRaphael Kubo da Costa2013-10-151-5/+3
| | | | | | | | | | | the other Qt dependencies. - Support staging. Commits by makc@ and Schaich Alonso <alonsoschaich@fastmail.fm>, pulled from our area51 repository. Notes: svn path=/head/; revision=330418
* 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
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Update to 0.6.2.Raphael Kubo da Costa2013-07-022-6/+5
| | | | | | | | While here, directly depend on qt4-corelib, per makc@'s original commit in the area51 repository. Notes: svn path=/head/; revision=322189
* Chase textproc/libebml, multimedia/libmatroska update.Emanuel Haupt2013-05-061-0/+1
| | | | | | | Approved by: multimedia (bapt, kwm) Notes: svn path=/head/; revision=317561
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* - Update to 0.6.1.Alberto Villa2012-11-143-9/+4
| | | | | | | | | - Trim Makefile header. Feature safe: yes Notes: svn path=/head/; revision=307431
* - Update to 0.6.0.Alberto Villa2012-09-022-8/+7
| | | | | | | | | | | | | | | | | - Pet portlint. An overview of the changes: * OpenGL surface painting now works properly (used in, for example, Gwenview); * fixed the hue adjustment; * fixes to errors found by the static code analysis tool Krazy; * fixes for compatibility with newer VLC versions; * Blu-Ray support; * QML support; * lots of fixes for crashes, memory leaks, etc. Notes: svn path=/head/; revision=303538
* Remove soversion from LIB_DEPENDS: phonon-vlc supports both vlc-1.* and vlc-2.*Max Brazhnikov2012-07-311-1/+1
| | | | Notes: svn path=/head/; revision=301783
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-2/+1
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* Update KDE related ports:Max Brazhnikov2012-05-254-14/+17
| | | | | | | | | | | | | databases/akonadi to 1.7.2 devel/libdbusmenu-qt to 0.9.2 devel/qtscriptgenerator to 0.2.0 multimedia/phonon to 4.6.0 multimedia/phonon-gstreamer to 4.6.0 multimedia/phonon-vlc to 0.5.0 sysutils/qzeitgeist to 0.8.0 Notes: svn path=/head/; revision=297370
* - Bump PORTREVISION to chase the update of multimedia/libvpxAshish SHUKLA2012-02-161-0/+1
| | | | Notes: svn path=/head/; revision=291538
* - Disable platform plugins in phonon and add dependency on qzeitgeist.Alberto Villa2011-10-162-4/+4
| | | | | | | - Update phonon-vlc to 0.4.1. Notes: svn path=/head/; revision=283635
* Update to 0.4.0Max Brazhnikov2011-04-262-3/+3
| | | | | | | Submitted by: Raphael Kubo da Costa <kubito at gmail.com> via area51 Notes: svn path=/head/; revision=273229
* - Update phonon, phonon-gstreamer and phonon-xine to 4.4.4.Alberto Villa2011-03-253-6/+18
| | | | | | | - Update phonon-vlc to 0.3.2. Notes: svn path=/head/; revision=271645
* Update to 0.3.1Max Brazhnikov2010-12-032-4/+4
| | | | Notes: svn path=/head/; revision=265645
* Chase vlc shlib version bumpMax Brazhnikov2010-11-172-2/+2
| | | | | | | | | Remove md5 while I'm here Pointy hat to: jsa Notes: svn path=/head/; revision=264719
* Fix LIB_DEPENDSMax Brazhnikov2010-07-301-1/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=258511
* Add new port multimedia/phonon-vlc:Max Brazhnikov2010-07-244-0/+41
The VLC backend for Phonon. WWW: http://www.videolan.org/vlc/ WWW: http://phonon.kde.org Notes: svn path=/head/; revision=258175