This is posted under the Experimentation/Customization/Optimization (and this is an EXPERIMENTAL > Topic: Rules for posting in this forum).
As told > Amarok 2.2 – Reloaded, revamped, rethinked, reeverything!. The Amarok 2.2 is having the equalizer but it needs the phonon snapshot from the trunk (development) > http://websvn.kde.org/trunk/kdesupport/phonon/.
Downloading the sources from the trunk:
Inserting them to the Ubuntu phonon sources > http://packages.ubuntu.com/karmic/phonon. Editing a bit:
Building packages...Downgrading (only the phonon-backend-xine is needed at here):
Testing - seems to enable the equalizer.
An example package can be found > PPA for Rog131 >> Package name contains: phonon Published in Karmic
Earlier / More:
> xine backend equalizer plugin [patch]
> Bug: 448245 Kubuntu Karmic Amarok no graphic equalizer
> Topic: Amarok 2.2 Beta 1
> Re: amarok don't have any equalizer
(edit - adding)
The PPA package version number is lower than the official package because:
- then you can't install it by accident.
- some day the ubuntu will release an update. Time will show if it is 4.3.2, 4.4 or something else.
Earlier:
> How to downgrade packages (forcing version)
> Topic: SOLVED: How to keep a program from being updated in Kpackagekit or apt?
Example:
Downloading the phonon-backend-xine package and installing (downgrading) it:
Pinning the version to the 4.3.1~svn1037991 - Alt + F2 and
Dropping there:
Testing:
and the result:
When i want to upgrade - i remove the pin file: /etc/apt/preferences - and upgrade.
As told > Amarok 2.2 – Reloaded, revamped, rethinked, reeverything!. The Amarok 2.2 is having the equalizer but it needs the phonon snapshot from the trunk (development) > http://websvn.kde.org/trunk/kdesupport/phonon/.
Downloading the sources from the trunk:
Code:
svn co svn://anonsvn.kde.org/home/kde/trunk/kdesupport/phonon/
...
A phonon/qt7/mediaobject.mm
A phonon/CMakeLists.txt
A phonon/COPYING.LIB
Checked out revision 1037991
A phonon/qt7/mediaobject.mm
A phonon/CMakeLists.txt
A phonon/COPYING.LIB
Checked out revision 1037991
phonon (4:4.3.1~svn1037991~karmic~ppa1) karmic; urgency=low
* svn1037991 release
- removing patches: r950739_fullscreen_hidecursor
and 924144_encoding_local_files_fix
+ edit patch: disable_phonon_build
* svn1037991 release
- removing patches: r950739_fullscreen_hidecursor
and 924144_encoding_local_files_fix
+ edit patch: disable_phonon_build
Commit Log for Tue Oct 20 17:08:51 2009
Downgraded the following packages:
phonon-backend-xine (4:4.3.1-4ubuntu1) to
4:4.3.1~svn1037991~karmic~ppa1
Downgraded the following packages:
phonon-backend-xine (4:4.3.1-4ubuntu1) to
4:4.3.1~svn1037991~karmic~ppa1
Testing - seems to enable the equalizer.
An example package can be found > PPA for Rog131 >> Package name contains: phonon Published in Karmic
Earlier / More:
> xine backend equalizer plugin [patch]
> Bug: 448245 Kubuntu Karmic Amarok no graphic equalizer
> Topic: Amarok 2.2 Beta 1
> Re: amarok don't have any equalizer
(edit - adding)
The PPA package version number is lower than the official package because:
- then you can't install it by accident.
- some day the ubuntu will release an update. Time will show if it is 4.3.2, 4.4 or something else.
Earlier:
> How to downgrade packages (forcing version)
> Topic: SOLVED: How to keep a program from being updated in Kpackagekit or apt?
Example:
Downloading the phonon-backend-xine package and installing (downgrading) it:
Code:
sudo dpkg -i /home/rog/Documents/phonon-backend-xine_4.3.1~svn1037991~karmic~ppa1_i386.deb
[sudo] password for rog:
dpkg: warning: downgrading phonon-backend-xine from 4:4.3.1-4ubuntu1 to 4:4.3.1~svn1037991~karmic~ppa1.
(Reading database ... 293212 files and directories currently installed.)
Preparing to replace phonon-backend-xine 4:4.3.1-4ubuntu1 (using .../phonon-backend-xine_4.3.1~svn1037991~karmic~ppa1_i386.deb) ...
Unpacking replacement phonon-backend-xine ...
Setting up phonon-backend-xine (4:4.3.1~svn1037991~karmic~ppa1) ...
dpkg: warning: downgrading phonon-backend-xine from 4:4.3.1-4ubuntu1 to 4:4.3.1~svn1037991~karmic~ppa1.
(Reading database ... 293212 files and directories currently installed.)
Preparing to replace phonon-backend-xine 4:4.3.1-4ubuntu1 (using .../phonon-backend-xine_4.3.1~svn1037991~karmic~ppa1_i386.deb) ...
Unpacking replacement phonon-backend-xine ...
Setting up phonon-backend-xine (4:4.3.1~svn1037991~karmic~ppa1) ...
Code:
kdesudo kate /etc/apt/preferences
Code:
Package: phonon-backend-xine Pin: version 4.3.1~svn1037991* Pin-Priority: 1001
Code:
sudo apt-get update
Code:
sudo apt-get -s dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
phonon-backend-xine
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
phonon-backend-xine
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
Comment