1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134
|
projectm (2.1.0+dfsg-1) unstable; urgency=low
* New upstream release: 2.1.0
- Fixed several memory leaks (when projectM gets destroyed,
or when a preset gets destroyed)
- Resolved some parser errors and an embarrasing evaluation bug
(in particular, 2^x does not equal x^2)
- +/- keys support to edit the ratings
- libvisual / gstreamer compatibility
- Various cmake build fixes and improvements
- Patches for better Linux distribution integration
* Switch to compat-level 9
* Update dfsg-free projectM generator script
* Drop all patches: Applied upstream
* Install libvisual-plugin into multiarch dir
* Set font-settings as build-time parameters
* Make debian/copyright DEP-5 compliant
-- Matthias Klumpp <matthias@tenstral.net> Mon, 21 May 2012 14:25:49 +0200
projectm (2.0.1+dfsg-12) unstable; urgency=low
* Make parser handle cases like "1.0-1.0-2.0"
* Fix wrong sqr and sigmoid functions
* Unbind FBO when done (might fix some OGL errors)
-- Matthias Klumpp <matthias@tenstral.net> Sun, 01 Jan 2012 18:31:08 +0100
projectm (2.0.1+dfsg-11) unstable; urgency=low
[ Reinhard Tartler ]
* use Breaks: libprojectm-data instead Conflicts
[ Matthias Klumpp ]
* Fix FTBFS with recent PulseAudio versions (Closes: #646492)
* Adjust path to projectM header (Closes: #642498)
* Allow DM upload
* Fix FTBFS on multiarch Debian config (files were placed wrong)
-- Matthias Klumpp <matthias@tenstral.net> Sun, 20 Nov 2011 21:14:58 +0100
projectm (2.0.1+dfsg-10) unstable; urgency=low
* Use DejaVu font instead of Bistream-Vera (Closes: #630557)
* Update my email-address
* Update projectM-Qt dev package dependencies
* Fix projectM linking (LP: #819025)
* Rebuild for libglew1.5 -> libglew1.6 transition
-- Matthias Klumpp <matthias@tenstral.net> Mon, 01 Aug 2011 19:40:08 +0200
projectm (2.0.1+dfsg-9) unstable; urgency=low
* Fix incorrect token parsing in presetfactory
projectM-pulseaudio hangs whilst trying to parse
the idle preset due to incorrect token parsing in
libprojectm2 (Closes: #627616).
Thanks to Adam Guthrie for the patch!
* Adjusted VCS links
-- Matthias Klumpp <matthias@nlinux.org> Thu, 09 Jun 2011 13:38:29 +0200
projectm (2.0.1+dfsg-8) unstable; urgency=low
* Team upload.
* Add patch to fix FTBFS with GCC4.6 (Closes: #624898, LP: #771045).
* Bump Standards.
-- Alessio Treglia <alessio@debian.org> Fri, 06 May 2011 14:24:11 +0200
projectm (2.0.1+dfsg-7) unstable; urgency=low
[ Matthias Klumpp ]
* Bump debhelper version dependency
* Make more use of dh-auto commands
* Patch projectM cmake script to find FreeType
* Set LC_NUMERIC to "C" in libprojectM (LP: #737915)
[ Alessio Treglia ]
* Correct team's name.
[ Reinhard Tartler ]
* add myself to uploaders
* normalize fields with wrap-and-sort(1)
* apply best practices for dpkg source format 3.0 (quilt)
-- Reinhard Tartler <siretart@tauware.de> Wed, 23 Mar 2011 20:38:38 +0100
projectm (2.0.1+dfsg-6) experimental; urgency=low
* Added some missing setter methods for Clementine (Closes: #600653)
-- Matthias Klumpp <matthias@nlinux.org> Fri, 19 Nov 2010 20:30:12 +0100
projectm (2.0.1+dfsg-5) unstable; urgency=low
* Added patches to make projectM find the right fonts
* Do not crash if fonts are not found
* Re-enabled FTGL support
-- Matthias Klumpp <matthias@nlinux.org> Tue, 28 Sep 2010 18:50:15 +0200
projectm (2.0.1+dfsg-4) unstable; urgency=low
* Disable FTGL support (LP: #634925)
(caused projectM to crash on some machines)
-- Matthias Klumpp <matthias@nlinux.org> Sat, 18 Sep 2010 19:02:50 +0200
projectm (2.0.1+dfsg-3) unstable; urgency=low
* Generate valid pc file for libprojectM (Closes: #591011)
* Update debian/watch file
* Replaced section 'libs' with 'sound' in libvisual-projectm
(Solves override disparity)
-- Matthias Klumpp <matthias@nlinux.org> Sat, 31 Jul 2010 18:41:14 +0200
projectm (2.0.1+dfsg-2) unstable; urgency=low
* Prevent projectM-pulseaudio from crashing if graphics
are not supported (Closes: #590706)
* Check if PulseAudio is running in projectM-pulseaudio
* Improve projectM error handling
* Replace libprojectm-data with projectm-data
* Bump standards version to 3.9.1
-- Matthias Klumpp <matthias@nlinux.org> Thu, 29 Jul 2010 18:11:52 +0200
projectm (2.0.1+dfsg-1) experimental; urgency=low
* Initial release (Closes: #565355, #588529)
-- Matthias Klumpp <matthias@nlinux.org> Thu, 01 Jul 2010 14:58:41 +0200
|