notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: multimedia/phonon-vlc/Makefile

Number of commits found: 67

Sunday, 3 Dec 2023
22:17 Tobias C. Berner (tcberner) search for other commits by this committer
framework: move 'phonon4' from qt.mk to kde.mk as 'phonon'

To depend on phonon, you now need

USES=	kde:<ver>
USE_KDE=phonon

if you want to depend on the backend, also add

USE_KDE=	phonon-backend
commit hash: b2a438e1ba2f1f806519a925c2f241d2f4675c65 commit hash: b2a438e1ba2f1f806519a925c2f241d2f4675c65 commit hash: b2a438e1ba2f1f806519a925c2f241d2f4675c65 commit hash: b2a438e1ba2f1f806519a925c2f241d2f4675c65 b2a438e
21:12 Tobias C. Berner (tcberner) search for other commits by this committer
multimedia/phonon-vlc: flavorize for Qt5 and Qt6

- Only build the settings binary for the Qt5 flavor
- Only install localizations for the Qt5 flavor
- Sub-packages will improve this in the future
commit hash: abb0715471a4ff65cbf26e2006f00e8afd47d4df commit hash: abb0715471a4ff65cbf26e2006f00e8afd47d4df commit hash: abb0715471a4ff65cbf26e2006f00e8afd47d4df commit hash: abb0715471a4ff65cbf26e2006f00e8afd47d4df abb07154
Saturday, 4 Nov 2023
00:48 Jason E. Hale (jhale) search for other commits by this committer
multimedia/phonon: Update to 4.12.0

multimedia/phonon-designerplugin: Update to 4.12.0
multimedia/phonon-vlc: Update to 0.12.0
commit hash: 021f5c74a690a73122d30e2eddf4595c7229ee63 commit hash: 021f5c74a690a73122d30e2eddf4595c7229ee63 commit hash: 021f5c74a690a73122d30e2eddf4595c7229ee63 commit hash: 021f5c74a690a73122d30e2eddf4595c7229ee63 021f5c7
Tuesday, 15 Aug 2023
19:06 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: make ecm a build-only dependency in kde@ maintained ports
commit hash: c6274ee9420519be57df53b3f56ad80e6592dc8f commit hash: c6274ee9420519be57df53b3f56ad80e6592dc8f commit hash: c6274ee9420519be57df53b3f56ad80e6592dc8f commit hash: c6274ee9420519be57df53b3f56ad80e6592dc8f c6274ee
Tuesday, 25 Apr 2023
15:17 Christian Weisgerber (naddy) search for other commits by this committer
audio/opus: bump consumers after update to 1.4
commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 feb1fa3
Sunday, 11 Sep 2022
10:20 Felix Palmen (zirias) search for other commits by this committer
Mk/Uses: always use colon for build/run suffix

Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee ddae4e9
Saturday, 10 Sep 2022
18:15 Tobias C. Berner (tcberner) search for other commits by this committer
multimedia/phonon: update WWW
commit hash: 86634bd1ee3600dd31baf31ad386e06f68eff3b4 commit hash: 86634bd1ee3600dd31baf31ad386e06f68eff3b4 commit hash: 86634bd1ee3600dd31baf31ad386e06f68eff3b4 commit hash: 86634bd1ee3600dd31baf31ad386e06f68eff3b4 86634bd
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Sunday, 9 May 2021
11:09 Max Brazhnikov (makc) search for other commits by this committer
multimedia/phonon-vlc: update to 0.11.3

- Remove stale url and point WWW to the source repo
commit hash: 51ad094f93d3e1c99006f4a2cd7205007f884521 commit hash: 51ad094f93d3e1c99006f4a2cd7205007f884521 commit hash: 51ad094f93d3e1c99006f4a2cd7205007f884521 commit hash: 51ad094f93d3e1c99006f4a2cd7205007f884521 51ad094
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Saturday, 6 Feb 2021
15:08 tcberner search for other commits by this committer
multimedia/phohon-vlc: update to 0.11.2
Original commitRevision:564225 
Friday, 18 Oct 2019
11:54 tcberner search for other commits by this committer
multimedia/phonon: update to 4.11.1

- multimedia/phonon -> 4.11.1
- multimedia/phonon-designerplugin -> 4.11.1
- multimedia/phonon-vlc -> 0.11.1
Original commitRevision:514715 
Thursday, 29 Aug 2019
05:03 tcberner search for other commits by this committer
multimedia/phonon: update to 4.11.0

- update backends:
  * multimedia/phonon-gstramer to 4.10.0
  * multimedia/phonon-vlc to 0.11.0
Original commitRevision:510138 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Saturday, 16 Mar 2019
21:32 tcberner search for other commits by this committer
multimedia/phonon, multimedia/phonon-gestreamer,
multimedia/phonon-designerplugin: remove flavorse (Qt4 deprecation)
Original commitRevision:495961 
Wednesday, 16 Jan 2019
11:13 tijl search for other commits by this committer
Fix Qt5 symbol version scripts to put the catch-all clause first.  When
a symbol matches multiple clauses the last one takes precedence.  If the
catch-all is last it captures everything.  In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API.  This only affects lld because GNU ld always gives the
catch-all lowest priority.

Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium.  Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3]  The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one.  If there's no such non-weak symbol the call
in the weak wrapper resolves to the weak wrapper itself creating an infinite
call loop that overflows the stack and causes a crash.  Some of the
allocation functions are variants of C++ new and delete and it probably
depends on the compiler whether these variants are used in other parts of
Qt5Webengine.

Remove the weak wrappers (make them Linux specific).  This isn't binary
compatible but we are already breaking that with the changes to the symbol
versions.

[1]
https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4
[2]
https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5
[3]
https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5

Bump all ports that depend on Qt5.

PR:		234070
Exp-run by:	antoine
Approved by:	kde (adridg)
Original commitRevision:490472 
Thursday, 10 Jan 2019
21:02 tcberner search for other commits by this committer
multimedia/phonon: update to 4.10.2

- multimedia/phonon to 4.10.2
- multimedia/phonon-designerplugin to 4.10.2
- multimedia/phonon-vlc to 0.10.2
Original commitRevision:489898 
Thursday, 3 Jan 2019
14:14 riggs search for other commits by this committer
Chase update of multimedia/vlc to 3.x and retirement of multimedia/vlc3
Original commitRevision:489178 
Wednesday, 2 Jan 2019
13:23 riggs search for other commits by this committer
Remove qt4 flavor due to removal of multimedia/vlc-qt4

Approved by:	tcberner
Original commitRevision:489082 
Tuesday, 1 Jan 2019
13:15 tcberner search for other commits by this committer
multimedia/phonon*@qt4: fix automoc4 depencency after r488807
Original commitRevision:488883 
Sunday, 30 Dec 2018
17:15 tcberner search for other commits by this committer
More GCC-related fixes in kde@ ports

PR:		234461
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Original commitRevision:488723 
Tuesday, 25 Dec 2018
20:25 tcberner search for other commits by this committer
Change cmake default behaviour to outsource.

Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
Original commitRevision:488341 
Sunday, 16 Dec 2018
16:49 rene search for other commits by this committer
Use regular DEPRECATED and EXPIRATION_DATE variables in an "if FLAVOR" block
instead of flavoring the variables themselves. This caused too much hassle
for Tools/scripts/rmport.

Discussed with:	tcberner
Original commitRevision:487601 
Friday, 14 Dec 2018
18:57 tijl search for other commits by this committer
Switch to vlc3 now that vlc has been marked deprecated.

PR:		234017
Approved by:	kde (tcberner)
Original commitRevision:487458 
Sunday, 2 Dec 2018
15:41 rene search for other commits by this committer
Mark QT4 ports/functionality for removal on 2019-03-15

While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.

Submitted by:	tcberner
Reviewed by:	adridg, jhale, rene, tcberner
Approved by:	portmgr (implicit, flavor hook)
Differential Revision:	https://reviews.freebsd.org/D17741
Original commitRevision:486467 
Thursday, 28 Jun 2018
17:39 tcberner search for other commits by this committer
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk

From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	-https://reviews.freebsd.org/D15540
Original commitRevision:473503 
Thursday, 21 Jun 2018
16:52 tcberner search for other commits by this committer
multimedia/*phonon*: update and flavorize with @qt4/@qt5

Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D14632
Original commitRevision:472983 
Tuesday, 25 Apr 2017
08:20 riggs search for other commits by this committer
Chase ffmpeg 3.3 update (ABI changes)

PR:		218658
Submitted by:	riggs
Original commitRevision:439367 
Saturday, 11 Mar 2017
16:40 rakuco search for other commits by this committer
Update to 0.9.1.

While here, set LICENSE and switch to an out-of-source CMake build.
Original commitRevision:435949 
Sunday, 4 Sep 2016
14:30 rakuco search for other commits by this committer
Update Phonon to 4.9.0.

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
Original commitRevision:421340 
Wednesday, 24 Aug 2016
08:20 tcberner search for other commits by this committer
Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks and
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
Original commitRevision:420774 
Wednesday, 25 May 2016
20:56 rene search for other commits by this committer
Remove expired misc/kdehier4 and update all of its consumers to not 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
Original commitRevision:415864 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Saturday, 28 Mar 2015
21:39 nox search for other commits by this committer
- Add Qt 4 knob and slave port to multimedia/vlc with appropriate CONFLICTS.
- 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]
Original commitRevision:382558 
Friday, 26 Dec 2014
20:20 rakuco search for other commits by this committer
Update to 0.8.2.
Original commitRevision:375656 
Sunday, 19 Oct 2014
15:49 makc search for other commits by this committer
Merge from KDE/FreeBSD in preparation for KDE SC 4.14:

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
Original commitRevision:371190 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Original commitRevision:367888 
Tuesday, 29 Jul 2014
07:00 rakuco search for other commits by this committer
Unbreak `make fetch'.

No more late night commits, I promise.

Submitted by:	vanilla@
Original commitRevision:363296 
Monday, 28 Jul 2014
20:08 rakuco search for other commits by this committer
Update to 0.7.2.

* 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].
Original commitRevision:363244 
Wednesday, 18 Jun 2014
19:39 marino search for other commits by this committer
multimedia/phonon-vlc: convert USE_XZ

PR:		191141
Submitted by:	venture37
Approved by:	general blanket
Original commitRevision:358309 
Monday, 26 May 2014
22:24 bapt search for other commits by this committer
Convert vlc to USES=libtool
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
Original commitRevision:355463 
Monday, 10 Mar 2014
20:55 gerald search for other commits by this committer
Update the default version of GCC used in the Ports Collection from
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)
Original commitRevision:347809 
Tuesday, 18 Feb 2014
14:31 makc search for other commits by this committer
- Bump PORTREVISION after KDE4_PREFIX change
Original commitRevision:344898 
Wednesday, 22 Jan 2014
08:19 makc search for other commits by this committer
- Update Phonon ports to 4.7.1, vlc backend to 0.7.1
- Convert LIB_DEPENDS to new style
- Drop ipv6 from CATEGORIES
- Remove ancient CONFLICTS and now useless LATEST_LINK
Original commitRevision:340692 
Sunday, 10 Nov 2013
20:19 rakuco search for other commits by this committer
Update to 0.7.0.

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.
Original commitRevision:333439 
Saturday, 26 Oct 2013
00:52 gerald search for other commits by this committer
Update to libmpc version 1.0.1 which brings the following fixes:

 - 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)
Original commitRevision:331644 
Tuesday, 15 Oct 2013
17:57 rakuco search for other commits by this committer
- Explicitly depend on qt4-corelib, which was otherwise pulled indirectly by
  the other Qt dependencies.
- Support staging.

Commits by makc@ and Schaich Alonso <alonsoschaich@fastmail.fm>, pulled from
our area51 repository.
Original commitRevision:330418 
Friday, 20 Sep 2013
20:57 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
Original commitRevision:327747 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Tuesday, 2 Jul 2013
17:34 rakuco search for other commits by this committer
Update to 0.6.2.

While here, directly depend on qt4-corelib, per makc@'s original commit in
the area51 repository.
Original commitRevision:322189 
Monday, 6 May 2013
23:01 ehaupt search for other commits by this committer
Chase textproc/libebml, multimedia/libmatroska update.

Approved by:    multimedia (bapt, kwm)
Original commitRevision:317561 
Friday, 22 Mar 2013
20:06 makc search for other commits by this committer
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Original commitRevision:314960 
Wednesday, 14 Nov 2012
22:42 avilla search for other commits by this committer
- Update to 0.6.1.
- Trim Makefile header.

Feature safe:	yes
Original commitRevision:307431 
Sunday, 2 Sep 2012
08:26 avilla search for other commits by this committer
- Update to 0.6.0.
- 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.
Original commitRevision:303538 
Tuesday, 31 Jul 2012
10:38 makc search for other commits by this committer
Remove soversion from LIB_DEPENDS: phonon-vlc supports both vlc-1.* and vlc-2.*
Original commit
Wednesday, 6 Jun 2012
06:44 miwi search for other commits by this committer
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Friday, 25 May 2012
01:53 makc search for other commits by this committer
Update KDE related ports:

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
Original commit
Thursday, 16 Feb 2012
15:57 ashish search for other commits by this committer
- Bump PORTREVISION to chase the update of multimedia/libvpx
Original commit
Sunday, 16 Oct 2011
23:03 avilla search for other commits by this committer
- Disable platform plugins in phonon and add dependency on qzeitgeist.
- Update phonon-vlc to 0.4.1.
Original commit
Tuesday, 26 Apr 2011
20:39 makc search for other commits by this committer
Update to 0.4.0

Submitted by:   Raphael Kubo da Costa <kubito at gmail.com> via area51
Original commit
Friday, 25 Mar 2011
10:14 avilla search for other commits by this committer
- Update phonon, phonon-gstreamer and phonon-xine to 4.4.4.
- Update phonon-vlc to 0.3.2.
Original commit
Friday, 3 Dec 2010
22:23 makc search for other commits by this committer
Update to 0.3.1
Original commit
Wednesday, 17 Nov 2010
21:53 makc search for other commits by this committer
Chase vlc shlib version bump
Remove md5 while I'm here

Pointy hat to:  jsa
Original commit
Friday, 30 Jul 2010
19:56 makc search for other commits by this committer
Fix LIB_DEPENDS

Reported by:    pointyhat
Original commit
Saturday, 24 Jul 2010
21:15 makc search for other commits by this committer
Add new port multimedia/phonon-vlc:

The VLC backend for Phonon.

WWW:    http://www.videolan.org/vlc/
WWW:    http://phonon.kde.org
Original commit

Number of commits found: 67