Accepting request 261898 from KDE:Extra
1 OBS-URL: https://build.opensuse.org/request/show/261898 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kaffeine?expand=0&rev=55
This commit is contained in:
parent
f1fcc905f2
commit
06720f0c82
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 15 14:32:20 UTC 2014 - wbauer@tmo.at
|
||||
|
||||
- fix ksuseinstall to install libxine2-codecs, libxine1 is not used any more since 12.2
|
||||
(boo#858018)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 21 08:08:50 UTC 2013 - tittiatcoke@gmail.com
|
||||
|
||||
|
@ -99,7 +99,7 @@
|
||||
+ {
|
||||
+ return;
|
||||
+ }
|
||||
+ if( KSUSEInstall::installCapabilities( QStringList() << "libxine1-codecs",
|
||||
+ if( KSUSEInstall::installCapabilities( QStringList() << "libxine2-codecs",
|
||||
+ KSUSEInstall::FullInstallRequired, window()))
|
||||
+ { // TODO use the items
|
||||
+ KGuiItem restartNowGuiItem( KStandardGuiItem::yes());
|
||||
|
Loading…
Reference in New Issue
Block a user