| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=375656
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
No more late night commits, I promise.
Submitted by: vanilla@
Notes:
svn path=/head/; revision=363296
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
| |
PR: 191141
Submitted by: venture37
Approved by: general blanket
Notes:
svn path=/head/; revision=358309
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=344898
|
|
|
|
|
|
|
|
|
| |
- Convert LIB_DEPENDS to new style
- Drop ipv6 from CATEGORIES
- Remove ancient CONFLICTS and now useless LATEST_LINK
Notes:
svn path=/head/; revision=340692
|
|
|
|
|
|
|
|
|
| |
- Adapt plists.
With hat on: kde
Notes:
svn path=/head/; revision=334045
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
multimedia)
Notes:
svn path=/head/; revision=327747
|
|
|
|
|
|
|
| |
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=324744
|
|
|
|
|
|
|
|
| |
While here, directly depend on qt4-corelib, per makc@'s original commit in
the area51 repository.
Notes:
svn path=/head/; revision=322189
|
|
|
|
|
|
|
| |
Approved by: multimedia (bapt, kwm)
Notes:
svn path=/head/; revision=317561
|
|
|
|
|
|
|
|
|
|
| |
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
Notes:
svn path=/head/; revision=314960
|
|
|
|
|
|
|
|
|
| |
- Trim Makefile header.
Feature safe: yes
Notes:
svn path=/head/; revision=307431
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=301783
|
|
|
|
|
|
|
| |
Review by: bapt, David Naylor (kde team)
Notes:
svn path=/head/; revision=298557
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=291538
|
|
|
|
|
|
|
| |
- Update phonon-vlc to 0.4.1.
Notes:
svn path=/head/; revision=283635
|
|
|
|
|
|
|
| |
Submitted by: Raphael Kubo da Costa <kubito at gmail.com> via area51
Notes:
svn path=/head/; revision=273229
|
|
|
|
|
|
|
| |
- Update phonon-vlc to 0.3.2.
Notes:
svn path=/head/; revision=271645
|
|
|
|
| |
Notes:
svn path=/head/; revision=265645
|
|
|
|
|
|
|
|
|
| |
Remove md5 while I'm here
Pointy hat to: jsa
Notes:
svn path=/head/; revision=264719
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=258511
|
|
The VLC backend for Phonon.
WWW: http://www.videolan.org/vlc/
WWW: http://phonon.kde.org
Notes:
svn path=/head/; revision=258175
|