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
|
libvisual-plugins (0.4.0.dfsg.1-2) unstable; urgency=low
* Merged Ubuntu Changes
* Remove libasound-dev from build dep on KFreeBSD-amd64 and
hurd-i386 (Closes: #451112)
* debian/patches/02_64-bit_JESS_fix.patch (Closes: #400810) applied
from -1ubuntu3 merge
* Changed Maintainer (Closes: #451213)
-- Brandon Holtsclaw <brandon@imbrandon.com> Fri, 23 Nov 2007 07:31:40 +0000
libvisual-plugins (0.4.0.dfsg.1-1ubuntu3) gutsy; urgency=low
[ Richard James Edmands ]
[Patches by David Leverton]
* debian/patches/02_64-bit_JESS_fix.patch:
- Fix a crasher with JESS on 64-bit (LP: #103393, LP: #109409, LP: #85163)
* debian/patches/03_build_against_gl_fixes.patch:
- Fixes the makefiles to make sure GL visualizations get built against libGL
(LP: #115502)
* debian/patches/04_lv_analyzer_build_fix.patch:
- Fixes configure so that lv_analyzer actually gets built
[Richard Edmands]
* debian/patches/01_disable-gforce-dfsg.patch:
- Converted the old g-force disable change to a patch
* debian/patches/05_fix_po.patch:
- Fixed so translations work properly
* debian/rules:
- Disabling gdkpixbuf plugin as it is just a blank visualization
- Enable Debugging (LP: #150781)
* debian/control:
- Bumped Standards version to 3.7.2
- Remove build-dep on libgdk-pixbuf-dev as it is no longer needed
[ Christopher James Halse Rogers ]
* debian/90_autoreconf:
- Run autoreconf to activate the build-system fixes.
- Move all of Debian's auto* changes from the .diff.gz to this patch.
* By combined power of above, close (LP: #123934). Thanks very much for your
work!
-- Christopher James Halse Rogers <raof@ubuntu.com> Wed, 10 Oct 2007 22:00:24 +1000
libvisual-plugins (0.4.0.dfsg.1-1ubuntu2) gutsy; urgency=low
* debian/control: Update maintainer fields according to debian-
maintainer-field spec.
-- Martin Pitt <martin.pitt@ubuntu.com> Wed, 15 Aug 2007 08:07:55 +0000
libvisual-plugins (0.4.0.dfsg.1-1ubuntu1) edgy; urgency=low
* Sync with Debian
* debian/control:
+ Change x11proto-gl-dev Build-Depends to libgl1-mesa-dev and
libglu1-mesa-dev
+ Add Replaces/Conflicts on libvisual0.4-plugins
-- Sebastian Dröge <slomo@ubuntu.com> Sat, 29 Jul 2006 15:26:31 +0200
libvisual-plugins (0.4.0.dfsg.1-1) unstable; urgency=low
* New upstream release.
- builds with gcc-4.x (Closes: #343006)
* Remove libasound-dev from build dep on KFreeBSD-i386 (Closes: #336855)
-- David Schleef <ds@schleef.org> Fri, 19 May 2006 16:43:11 -0700
libvisual-plugins (0.2.0.dfsg.1-1) unstable; urgency=low
* New package
- removed plugins/actor/G-Force directory because it contains
code that is not DFSG-free.
- This package does not compile with gcc-4.0, thus the need to
force an older compiler. There is C++ code in here, although
the interface is completely C-based. Since these are plugins,
they don't export anything that depends on the C++ ABI, but
there could theoretically be problems if an application that
uses a different C++ ABI loads these plugins, thus causing two
libstdc++ .so's to be loaded simultaneously.
-- David Schleef <ds@schleef.org> Thu, 08 Sep 2005 19:25:56 -0700
|