2015-10-25 12:04:34 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Adapt to new vlc path. Bump PKGREVISION.
|
2015-09-02 00:23:07 by Mark Davies | Files touched by this commit (2) |
Log message:
Update phonon-backend-vlc to 0.8.2
* Restore build support with Qt <= 5.2 in the Qt 5 build.
* VLC 2.2 compatibility - VLC 2.2 changed the time when PulseAudio streams
are constructed, rendering the Phonon PulseSupport non-functional as it
injects stream-dependent properties through the environment which needs
to happen close to stream creation to avoid timing issues. The changed
stream creation time makes it impossible to provide high-level PulseAudio
control while also allowing Phonon applications to construct multiple
AudioOutputs in a very short time frame. To allow core functionality from
working under these circumstances Phonon PulseSupport integration is
disabled when built against VLC >= 2.2 leading to the following known
regressions:
* Changing the volume through the PulseAudio stream itself is not
propagated to Phonon AudioOutputs, meaning the application can not
reflect volume changes done through other applications (e.g. a volume
mixer).
* Changing the muteness through the PulseAudio stream is not propagated
either.
* The PulseAudio media.role property (as well as derived properties) is
always set to 'video' making all Phonon application use the video
category for output device selection (e.g. as seen in the Phonon KCM).
* Revised the logic used to come up with an icon name for libvlc. If the
application has QApplication::windowIcon set with an QIcon constructed
through QIcon::fromTheme(string) the actual icon name will be used.
Otherwise the lower-case version of QCoreApplication::applicationName is
used.
* Setting the libvlc app id is now only dependent on
QCoreApplication::applicationName being set (previously it was also
dependent on QCoreApplication::applicationVersion). This change was made
to accomodate the fact that most applications neglect to set a version.
|
2015-04-25 16:23:48 by Tobias Nygren | Files touched by this commit (868) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
Recursive revbump following MesaLib update, categories g through n.
|
2014-11-30 04:07:09 by Mark Davies | Files touched by this commit (2) |
Log message:
Update phonon-backend-vls to 0.8.1
Code style improvements.
VLC 2.2 compatibility
Changing the volume through the PulseAudio stream itself is not propagated
to Phonon AudioOutputs, meaning the application can not reflect volume
changes done through other applications (e.g. a volume mixer).
Changing the muteness through the PulseAudio stream is not propagated
either.
The PulseAudio media.role property (as well as derived properties) is
always set to 'video' making all Phonon application use the video category
for output device selection (e.g. as seen in the Phonon KCM).
Revised the logic used to come up with an icon name for libvlc.
Setting the libvlc app id is now only dependent on
QCoreApplication::applicationName being set (previously it was also
dependent on QCoreApplication::applicationVersion). This change was made to
accomodate the fact that most applications neglect to set a version.
Prevent cross-thread pause attempts on unpausable media as libvlc
internally will call stop when a player can not be paused. This could cause
a deadlock when using the paused-play feature with internet streams.
|
2014-08-12 09:58:48 by Mark Davies | Files touched by this commit (2) |
Log message:
Update to phonon-backend-vlc 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.
* Prevent a crash when when GUIs call setCdTrack on a not-yet-ready
MediaPlayer.
|
2014-02-13 00:18:57 by Matthias Scheler | Files touched by this commit (1568) |
Log message:
Recursive PKGREVISION bump for OpenSSL API version bump.
|
2014-02-01 03:07:12 by Mark Davies | Files touched by this commit (2) |
Log message:
Update to phonon-backend-vlc 0.7.1
When cmake fails to detect the LibVLC version via pkg-config, it will
now try to look it up through the header.
Support for Intel compilers on Windows was added.
MetaObject compliation will now reliably pick the correct interface API
version to build against preventing features being unavailable or unused.
|
2013-11-09 23:58:08 by Mark Davies | Files touched by this commit (2) |
Log message:
Update to phonon-backend-vlc 0.7.0
* Support VLC 2.1.0's upcoming appid API setting more application
information for PulseAudio.
* Reduce performance overhead in audio/video-less setups by not loading
dummy plugins at all and removing unnecessary dynamic loading logic.
* Internal API redesign to ensure important abstract code is executed.
* Partially backed new MediaController subtitle API (explicit font setting
is not working as expected in VLC 2.0)
* Implement equalizer Effect support. This is only going to appear in
VLC 2.2, so the feature remains not present when built against lower
versions.
* When building against VLC 2.1 the new video title API is used to disable
displaying the video title when a video starts to play. This is going to
replace the manually set argument for libvlc_new in the long run.
* Phonon VLC is now the highest rated backend due to its high quality.
This means that whenever an additional backend is installed and the user
did not choose a preferred backend Phonon VLC will be used by default.
Bug Fixes
* Stride calculation for surface painting is done correctly now (affects
VideoWidget inside QProxyWidget)
* Queued tracks are now correctly played when the current track is about
to end.
* DirectSound and CoreAudio are no longer marked as advanced devices. This
makes auto-selection of devices work on Windows and OSX.
* Track selection on AudioCds via the MediaController is now working as
intended.
* Prevent libpa crashes due to empty user-agent information.
* Reduce scope of non-reentrant PulseAudio envrionment setup. Limited due
to missing API backing in libvlc.
* Subtitle selection now uses correct index mapping preventing off-by-one
issues.
|
2013-06-06 14:55:24 by Thomas Klausner | Files touched by this commit (1687) |
Log message:
Bump PKGREVISION for libXft changes for NetBSD native X support on
NetBSD 6, requested by tron.
|
2013-06-05 00:17:35 by Matthias Scheler | Files touched by this commit (1946) |
Log message:
Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
|