~ubuntu-branches/ubuntu/wily/kid3/wily

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Package Import Robot
  • Author(s): Mark Purcell, Patrick Matthäi, Mark Purcell
  • Date: 2013-11-30 15:44:59 UTC
  • mfrom: (1.1.16) (2.1.18 sid)
  • Revision ID: package-import@ubuntu.com-20131130154459-s6lpalx8yy2zq7gx
Tags: 3.0.2-1
* New upstream release 

[ Patrick Matthäi ]
* New upstream release.
  - Add new libreadline-dev build dependency.
* Don't explicitly request xz compression - dpkg 1.17 does this by default.
* Bump Standards-Version to 3.9.5 (no changes needed).
* Fix Vcs-Browser control field.

[ Mark Purcell ]
* Switch to dh - reduce debian/rules bloat
* kid3 Replaces kid3-qt - low popcon, reduce archive bloat
* Fix vcs-field-not-canonical
* debian/compat -> 9
* Update Description:

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
*** Compile for KDE 4
10
10
 
11
 
cmake .
 
11
cmake . -DWITH_APPS=KDE
12
12
make
13
13
make install
14
14
 
15
15
*** Compile for Qt 4 (no KDE)
16
16
 
17
 
cmake . -DCMAKE_BUILD_TYPE=Release -DWITH_KDE=OFF
 
17
cmake . -DCMAKE_BUILD_TYPE=Release -DWITH_APPS=Qt
18
18
make
19
19
make install
20
20