Version: 0.10.1-bp150.1.3
* Tue Feb 27 2018 wbauer@tmo.at
- Update to 0.10.1:
* Fix build with VLC < 3.0
- Drop fix-build-with-vlc2.patch, merged upstream
* Fri Feb 23 2018 wbauer@tmo.at
- Update to 0.10.0:
* Changes
+ Mimetype support list has been synced with latest VLC
* Bug Fixes
+ The health of our users is very dear to us, so we've lowered
the default volume to 75% to not blow their ears out in the
event of failure or badly configured frontend software
+ Volume application has been revised and now applies less
aggressively. This gives PulseAudio a change to apply/restore
its own default volume.
+ Volume application and correct role forwarding into VLC
finally make the PulseAudio notification volume apply
properly to notifications issued via Phonon (VLC 3 only).
* VLC 3.0 API Pickup
+ New player role is being used to set the output category on a
PulseAudio level. This fixes a long-standing bug where VLC
based audio would always be categorized as video.
+ Various deprecation porting.
- Add fix-build-with-vlc2.patch to make it compile with VLC 2.x
* Sun Feb 18 2018 wbauer@tmo.at
- Update to 0.9.1
* Fix building against older Phonon versions
* Prevent compilation errors by avoiding preprocessor macros that
could conflict with VLC's own names (kde#364582)
* Removed excess warnings from the OS X video widget
* Introduced a workaround for a double-release bug in the OS X
video widget introduced in Qt 5.8.0.
- Call vlc-cache-gen on package installation like in
phonon4qt5-backend-vlc
- Drop fix-build-with-older-phonon.patch, merged upstream
* Thu Dec 07 2017 dimstar@opensuse.org
- Escape the usage of %{VERSION} when calling out to rpm.
RPM 4.14 has %{VERSION} defined as 'the main packages version'.
* Fri May 13 2016 wbauer@tmo.at
- Require VLC 2.1.0 at least for building, support for 2.0.x has
been removed upstream
* Mon May 09 2016 wbauer@tmo.at
- Added fix-build-with-older-phonon.patch to fix building against
older phonon versions
- Also change required phonon version to 4.7.0, that's the minimum
supported nowadays
* Sat Apr 23 2016 wbauer@tmo.at
- Remove now unused automoc4 BuildRequires
* Sat Apr 23 2016 wbauer@tmo.at
- Update to 0.9.0
* No changelog provided
* Mon Apr 04 2016 wbauer@tmo.at
- Conflict with newer VLC versions to prevent problems or even
crashes (boo#968905)
* Thu Aug 27 2015 sor.alexei@meowr.ru
- Update to 0.8.2:
* Fix compilation with Qt 5.2+.
- Own /usr/share/kde4/services/phononbackends/ directory as no
phonon-backend-gstreamer requirement owns it.
- Correct Phonon ABI version.
* Wed Nov 05 2014 hrvoje.senjan@gmail.com
- Update to 0.8.1:
* Code style improvements.
* 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.
- Bump phonon (Build)Requires to 4.8.2
* Sun Oct 26 2014 vindex17@outlook.it
- Remove version from "phonon-backend" symbol
* Sun Oct 19 2014 hrvoje.senjan@gmail.com
- Update to 0.8.0
* Version bump
* Tue Aug 12 2014 hrvoje.senjan@gmail.com
- Update to 0.7.80
* 0.8 beta: PA interaction improvements, documentation fixes and
standard bugfixes
- Bump phonon (Build)Requires to 4.7.80
* Fri Jun 20 2014 hrvoje.senjan@gmail.com
- Update to 0.7.2
* Bugfix release, no changelog provided
* Fri Dec 06 2013 hrvoje.senjan@gmail.com
- Update to 0.7.1:
* Bugfix release, no changelog provided
- Bump required phonon version to 4.7.1
- Fix Source URL
* Tue Nov 19 2013 hrvoje.senjan@gmail.com
- Relax vlc-noX requirement, for making it easier to install VLC from
alternative repositories (bnc#851063)
* Mon Nov 04 2013 hrvoje.senjan@gmail.com
- Update to official 0.7.0 release
* No source changes since last update
- Add Source URL
* Mon Nov 04 2013 hrvoje.senjan@gmail.com
- Update to 0.7.0~git20131104
* Buildsystem fixes since previous snapshot
* Version bump to 0.7.0
* Sun Oct 06 2013 hrvoje.senjan@gmail.com
- Make phonon-backend-vlc require exact vlc-noX package version
as vlc version it was compiled against