aboutsummaryrefslogtreecommitdiff
path: root/multimedia/phonon/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-0/+1
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845 Notes: svn path=/head/; revision=441503
* Update phonon to 4.9.1Tobias C. Berner2017-01-261-2/+2
| | | | | | | | | | | | * https://community.kde.org/Phonon/Releases/Core * The backend have not [yet] been releaesed. Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D9335 Notes: svn path=/head/; revision=432527
* Update Phonon to 4.9.0.Raphael Kubo da Costa2016-09-041-2/+2
| | | | | | | | | | | | | | | | | | | | Release notes: - https://community.kde.org/Phonon/Releases/Core/4.9.0 - https://community.kde.org/Phonon/Releases/GStreamer/4.9.0 - https://community.kde.org/Phonon/Releases/VLC/0.9.0 This release fixes the build with the upcoming Qt 5.6, which was failing like this: /usr/bin/c++ -O2 -pipe -fstack-protector -fno-strict-aliasing -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -Woverloaded-virtual -fno-common -fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden -Wno-return-type-c-linkage CMakeFiles/cmTC_08ed6.dir/check_qt_visibility.cpp.o -o cmTC_08ed6 CMakeFiles/cmTC_08ed6.dir/check_qt_visibility.cpp.o:(.qtversion[qt_version_tag]+0x0): undefined reference to `qt_version_tag' Most of the work was done by tcberner@. PR: 211916 Notes: svn path=/head/; revision=421340
* Switch to USES=pathfix.Raphael Kubo da Costa2016-09-041-1/+1
| | | | Notes: svn path=/head/; revision=421324
* Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks andTobias C. Berner2016-08-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plasma5 ports At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When working on the ports for KDE Frameworks and Plasma5 it seemed to be more reasonable to create a new kde.mk instead of adding an bsd.kde5.mk. The kde.mk in this review is a stripped down version of the one we are using in the KDE Test repositories plasma5 branch [1] to only contain the parts relevant to the current KDE4 ports in the portstree [2]. Changes to the KDE Ports needed by this: Replace USE_KDE4 by USE_KDE [3] Add USES=kde:4 [4] [1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk [2] The version in the plasma5 branch also handles frameworks/plasma5 and handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt Ports -- I chose to leave this out for now, as the diff is already large enough. [3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we want is already specified as argument to kde:<arg> [4] For KDE Frameworks and Plasma5 ports this would be kde:5 PR: 210667 Approved by: portmgr, mat (mentor), rakuco (mentor) Reviewed by: mat, rakuco Differential Revision: https://reviews.freebsd.org/D6961 Notes: svn path=/head/; revision=420774
* Remove expired misc/kdehier4 and update all of its consumers to not ↵Rene Ladan2016-05-251-1/+1
| | | | | | | | | | | | | | | | reference it any longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy. PR: 209014 (partial) Submitted by: myself Approved by: portmgr (bapt) Differential Revision: https://reviews.freebsd.org/D6542 Notes: svn path=/head/; revision=415864
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Update to 4.8.3.Raphael Kubo da Costa2014-12-261-3/+2
| | | | Notes: svn path=/head/; revision=375654
* Add patch sent upstream to export the right symbols in ObjectDescriptionModel.Raphael Kubo da Costa2014-10-191-0/+1
| | | | | | | | | | We basically need to revert a workaround inherited from a Qt commit from 2010 for a clang bug that has been fixed for many years. This workaround coupled with proper support for -fvisibility=hidden I added to Phonon a while ago was causing build problems in misc/qt4-qtdemo. Notes: svn path=/head/; revision=371209
* Merge from KDE/FreeBSD in preparation for KDE SC 4.14:Max Brazhnikov2014-10-191-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Update to 4.7.2.Raphael Kubo da Costa2014-07-281-2/+1
| | | | | | | | | | | | | | | | This is a minor bug fix release: * Fix CMake 3 compatibility by synchronizing the FindQt4.cmake module from kdelibs git. * Prevent possible internal infinite loop call chains when trying to handle backend construction in simulation mode (i.e. without actual backend being installed on the system). * When not building with PHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT, make sure that the relative Qt paths are set according to whether the build is meant for Qt4 or 5. Previously this would always install to a path for qt5. Notes: svn path=/head/; revision=363240
* Switch from USE_XZ=yes to USES=tar:xz.Raphael Kubo da Costa2014-06-171-2/+1
| | | | | | | | PR: 191126 Submitted by: venture37@geeklan.co.uk Notes: svn path=/head/; revision=358185
* - 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-221-9/+4
| | | | | | | | | - Convert LIB_DEPENDS to new style - Drop ipv6 from CATEGORIES - Remove ancient CONFLICTS and now useless LATEST_LINK Notes: svn path=/head/; revision=340692
* - Fix plist when WITH_DEBUG is set.Alberto Villa2013-11-131-12/+9
| | | | | | | | | - Add LICENSE. - Use LIB_DEPENDS new format. - Use OPTIONS helpers. Notes: svn path=/head/; revision=333638
* Update to 4.7.0.Raphael Kubo da Costa2013-11-101-8/+2
| | | | | | | | | Get rid of the sed calls in the Makefile I abhor: the first one has been replaced with an actual patch in files/ now that the file being patched has changed, and the second one is not necessary anymore. Notes: svn path=/head/; revision=333437
* - Explicitly depend on qt4-corelib, which was otherwise pulled indirectly byRaphael Kubo da Costa2013-10-151-8/+8
| | | | | | | | | | | 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=330416
* 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
* Remove WITH_QT_PHONON check, qt4-phonon was removed in r313054.Raphael Kubo da Costa2013-07-021-4/+0
| | | | Notes: svn path=/head/; revision=322187
* - 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
* Merge from area51 repository:Max Brazhnikov2013-02-041-22/+7
| | | | | | | | - Trip Makefile header - Convert to new options framework / rename option Notes: svn path=/head/; revision=311634
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-3/+2
| | | | | | | 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-251-15/+9
| | | | | | | | | | | | | 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
* Update to 4.5.1.Raphael Kubo da Costa2011-11-101-5/+4
| | | | | | | | Approved by: avilla (mentor) Feature safe: yes Notes: svn path=/head/; revision=285461
* - Disable platform plugins in phonon and add dependency on qzeitgeist.Alberto Villa2011-10-161-12/+18
| | | | | | | - Update phonon-vlc to 0.4.1. Notes: svn path=/head/; revision=283635
* - Update to 4.5.0.Alberto Villa2011-04-071-17/+32
| | | | Notes: svn path=/head/; revision=272336
* - Update phonon, phonon-gstreamer and phonon-xine to 4.4.4.Alberto Villa2011-03-251-3/+3
| | | | | | | - Update phonon-vlc to 0.3.2. Notes: svn path=/head/; revision=271645
* Update to 4.4.2Max Brazhnikov2010-06-091-3/+2
| | | | Notes: svn path=/head/; revision=256222
* Allow build on 6.xMax Brazhnikov2010-05-211-1/+2
| | | | Notes: svn path=/head/; revision=254748
* - Resurrect multimedia/phonon[-gstreamer] portsDima Panov2010-05-111-0/+66
| | | | | | | | | - Update all Phonon parts to 4.4.1 With hat on: kde@ Notes: svn path=/head/; revision=254124
* - Remove multimedia/phononDima Panov2009-09-111-53/+0
| | | | | | | | | multimedia/phonon is deprecated and superseded by multimedia/qt4-phonon Approved by: miwi, tabthorpe (mentors) Notes: svn path=/head/; revision=241221
* fix EXPIRATION_DATE (set it really to one month),Max Brazhnikov2009-08-111-1/+2
| | | | | | | fix spaces. Notes: svn path=/head/; revision=239328
* Mark ignore (superseded by multimedia/qt4-phonon), set expiration date to ↵Max Brazhnikov2009-08-061-0/+3
| | | | | | | one month Notes: svn path=/head/; revision=239020
* - Restore PORTREVISIONMartin Wilke2009-04-021-0/+1
| | | | | | | Reported by: Ronald Klop <ronald@realworks.nl> Notes: svn path=/head/; revision=231496
* The KDE FreeBSD team is proud to announce the release of KDE 4.2.2Martin Wilke2009-04-021-2/+1
| | | | | | | | | | | | | for FreeBSD. The official KDE 4.2.2 release changelog can be found at: http://www.kde.org/announcements/changelogs/changelog4_2_1to4_2_2.php. Also mark some ports MAKE_JOBS_SAFE. New Ports: misc/kde4-l10n-sk - Slovak Notes: svn path=/head/; revision=231468
* bump PORTREVISION after cmake updateMax Brazhnikov2009-03-241-0/+1
| | | | Notes: svn path=/head/; revision=230897
* Fix MASTER_SITE_SUBDIR and make fetchable.Ion-Mihai Tetcu2009-03-091-1/+1
| | | | | | | Reported by: QAT Bot on IRC. Notes: svn path=/head/; revision=229719
* Update KDE to 4.2.1.Max Brazhnikov2009-03-091-8/+7
| | | | | | | | | | multimedia/phonon port has been split into phonon itself, phonon-xine and phono-gstreamer backends. After updating phonon port you have to install at least one backend. phonon-xine backend is recommended for KDE. Notes: svn path=/head/; revision=229712
* bump PORTREVISIONMax Brazhnikov2009-02-091-0/+1
| | | | Notes: svn path=/head/; revision=227870
* The KDE FreeBSD team is proud to announce the release of KDE 4.2.0Martin Wilke2009-02-081-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for FreeBSD. The official KDE 4.2.0 (Codename: "The Answer") release notes can be found at: http://kde.org/announcements/4.2/index.php. New supported languages include Arabic, Icelandic, Basque, Hebrew, Romanian, Tajik and several Indian languages (Bengali India, Gujarati, Kannada, Maithili, Marathi) indicating a rise in popularity in this part of Asia. New ports for KDE 4.2.0: arabic/kde4-l10n Arabic hebrew/kde4-l10n Hebrew misc/kde4-l10n-bn_IN Bengali (India) misc/kde4-l10n-eu Basque misc/kde4-l10n-gu Gujarati misc/kde4-l10n-is Icelandic misc/kde4-l10n-kn Kannada misc/kde4-l10n-mai Maithili misc/kde4-l10n-mr Marathi misc/kde4-l10n-ro Romanian misc/kde4-l10n-tg Tajik math/eigen2 Lightweight library for vector and matrix math graphics/kipi-plugins-kde4 KDE4 kipi graphics plugins sysutils/policykit-kde PolicyKit manager for KDE Unfortunately FreeBSD 6.4 support is dropped. We'd like to say thanks for feedback and help to: Matt Tosto, Kris Moore, stickibit, David Johnson, Markus Brueffer, David Naylor, Thomas Schlesinger, Warren Liddell, Thomas Abthorpe, Diego Depaoli, Mats Andreassen, portmgr for exp-run and repocopies. Notes: svn path=/head/; revision=227819
* kde@freebsd team is pleased to announce KDE 4.1.4, the last bugfix release ↵Max Brazhnikov2009-01-131-2/+10
| | | | | | | | | | | | | | | | | in 4.1.x series. You have only two weeks to play with it -- KDE 4.2.0 is coming ;) Great thanks for those who helped us with testing 4.1.2 and 4.1.3 during long-long ports ice-age. For lists of bugfixes and improvements please see: http://www.kde.org/announcements/changelogs/changelog4_1_1to4_1_2.php http://www.kde.org/announcements/changelogs/changelog4_1_2to4_1_3.php http://www.kde.org/announcements/changelogs/changelog4_1_3to4_1_4.php Approved by: miwi (mentor) Notes: svn path=/head/; revision=225995
* The KDE FreeBSD team is proud to announce the release of KDE 4.1.0Martin Wilke2008-08-091-0/+39
for FreeBSD. The official KDE 4.1.0 release notes can be found at http://www.kde.org/announcements/4.1/. Some note: * Prefix KDE4 will be install into a custom prefixes namely ${LOCALBASE}/kde4. KDE4 and KDE3 can co-exist * Sound For sound to work, it is necessary to have dbus and hal enabled in your system. Please see the respective documentation on how to enable these. For more Informations see the HEADS UP at ports@ and kde-freebsd@ or our wiki page http://wiki.freebsd.org/KDE4/Install. Have fun! Notes: svn path=/head/; revision=218272