#967257 ardour: depends on deprecated GTK 2

#967257#5
Date:
2020-08-04 10:32:37 UTC
From:
To:
This package has Build-Depends on GTK 2 (libgtk2.0-dev), or produces
binary packages with a Depends on GTK 2.

GTK 2 was superseded by GTK 3 in 2011 (see
<https://bugs.debian.org/947713>). It no longer receives any significant
upstream maintenance, and in particular does not get feature development
for new features like UI scaling on high-pixel-density displays (HiDPI)
and native Wayland support. GTK 3 is in maintenance mode and GTK 4 is
approaching release, so it seems like a good time to be thinking about
minimizing the amount of GTK 2 in the archive.

GTK 2 is used by some important productivity applications like GIMP, and
has also historically been a popular UI toolkit for proprietary software
that we can't change, so perhaps removing GTK 2 from Debian will never be
feasible. However, it has reached the point where a dependency on it is
a bug - not a release-critical bug, and not a bug that can necessarily
be fixed quickly, but a piece of technical debt that maintainers should
be aware of.

A porting guide is provided in the GTK 3 documentation:
https://developer.gnome.org/gtk3/stable/migrating.html

Some libraries (for example libgtkspell0) expose GTK as part of their
API/ABI, in which case removing the deprecated dependency requires
breaking API/ABI. For these libraries, in many cases there will already
be a corresponding GTK 3 version (for example libgtkspell3-3-0), in which
case the GTK 2-based library should probably be deprecated or removed
itself. If there is no GTK 3 equivalent, of a GTK 2-based library,
maintainers should talk to the dependent library's upstream developers
about whether the dependent library should break API/ABI and switch
to GTK 3, or whether the dependent library should itself be deprecated
or removed.

A few packages extend GTK 2 by providing plugins (theme engines, input
methods, etc.) or themes, for example ibus and mate-themes. If these
packages deliberately support GTK 2 even though it is deprecated, and
they also support GTK 3, then it is appropriate to mark this mass-filed
bug as wontfix for now. I have tried to exclude these packages from
the mass-bug-filing, but I probably missed some of them.

Regards,
    smcv

#967257#16
Date:
2023-11-06 13:26:51 UTC
From:
To:
Upstream does not want to move to another toolkit, so when GTK 2 is removed, ardour has to go as
well. I guess we should at least keep ardour-lv2-plugins.

It is also the only very popular package that hinders gtkmm2.4 removal so I suggest to reduce it to
build only ardour-lv2-plugins for trixie.

Do we have anything in the archive that comes close to ardour and that we can suggest to people as a
replacement? lmms? qtractor?

#967257#23
Date:
2023-11-06 13:38:56 UTC
From:
To:
Hi,

I have never used ardour, but maybe the following alternatives could be
noteworthy. For audio editing: lmms and kdenlive, although the latter is
more aimed at video editing, but I have used it as well for audio
composition. Alternative DAWs could be puredata and bespokesynth, the
latter is in NEW.

Best,
Andrius

#967257#28
Date:
2023-11-06 14:25:25 UTC
From:
To:

For Arch, upstream considers copying relevant gtk/mm libraries into
Ardour's source tree. Would that work for Debian as well?

#967257#33
Date:
2024-01-07 14:15:53 UTC
From:
To:
Upcoming Ardour 8.3 no longer depends on GTK2.

Current Ardour/git (8.2-34-g4f5a801209) already dropped the dependency.

#967257#38
Date:
2024-02-18 00:22:31 UTC
From:
To:
Ardour 8.3 has been released and no longer depends on deprecated GTK2 as
a modified version is bundled within. https://ardour.org/whatsnew83.html

Considering ardour has been scheduled for autoremoval on 06 March
(#1061203), I highly recommend getting this updated as soon as possible
to avoid this removal. Since the library is now bundled, the dependency
on libgtk2.0-dev can be dropped.

Thanks,
Erich
--
Erich Eickmeyer
Ubuntu MOTU
Project Leader - Ubuntu Studio
Technical Lead - Edubuntu

#967257#43
Date:
2024-02-18 00:43:26 UTC
From:
To:
Apologies, this has *not* been released yet, but will hopefully be
released in the next week, so please keep an eye on uscan.

Regardless, when it does get released, I will likely send out another
email. Additionally, packages have been getting removed prematurely from
Ubuntu prior to removal from Debian, so I'm getting a little
trigger-happy, hence my email.

Again, apologies for jumping the gun here. :)
Erich

#967257#48
Date:
2024-02-24 14:27:38 UTC
From:
To:
Ardour 8.4 has been released and no longer depends on deprecated GTK2
https://ardour.org/whatsnew.html

Please consider updating Ardour before the autoremoval is triggered.

Thanks,

#967257#53
Date:
2024-02-24 18:43:22 UTC
From:
To:
build-essential
gettext
intltool
itstool
libarchive-dev
libasound2-dev
libaubio-dev
libboost-dev
libcairomm-1.0-dev
libcurl4-gnutls-dev
libcwiid-dev
libdbus-1-dev
libfluidsynth-dev
libglibmm-2.4-dev
libhidapi-dev
libjack-dev
liblilv-dev
liblo-dev
liblrdf0-dev
libltc-dev
libpangomm-1.4-dev
libpulse-dev
libqm-dsp-dev
libreadline-dev
librubberband-dev
libsndfile1-dev
libtag1-dev
libusb-1.0-0-dev
libwebsockets-dev
libxinerama-dev
libxrandr-dev
python3
python-is-python3
vamp-plugin-sdk


Various packages listed currently as build-dep are no longer required.
Notably libsuil-dev, but also ladspa-sdk should be removed. Ardour never
directly used libserd/sord/sratom either; and liblilv-dev pulls in lv2-dev.

New dependencies are libxrandr-dev and libglibmm-2.4-dev.

Cheers!
robin

#967257#56
Date:
2024-02-27 11:06:40 UTC
From:
To:
Hello,

Bug #967257 in ardour reported by you has been fixed in the
Git repository and is awaiting an upload. You can see the commit
message below and you can check the diff of the fix at:

https://salsa.debian.org/multimedia-team/ardour/-/commit/1a4ecb96c9a9b444454eddb6a379506c11694097
------------------------------------------------------------------------
Drop B-D on libgtkmm-2.4-dev

Closes: #967257
------------------------------------------------------------------------

(this message was generated automatically)
-- 
Greetings

https://bugs.debian.org/967257

#967257#63
Date:
2024-02-27 11:34:40 UTC
From:
To:
We believe that the bug you reported is fixed in the latest version of
ardour, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 967257@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org> (supplier of updated ardour package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)
Format: 1.8
Date: Tue, 27 Feb 2024 12:03:29 +0100
Source: ardour
Architecture: source
Version: 1:8.4.0+ds1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Closes: 967257
Changes:
 ardour (1:8.4.0+ds1-2) unstable; urgency=medium
 .
   * Drop B-D on libgtkmm-2.4-dev (Closes: #967257)
   * Drop more unnecessary B-Ds.
     Thanks to Robin Gareus <robin@gareus.org>
   * Drop versioned B-Ds satisfied by old-old-stable
   * B-D on libglibmm, libreadline, libxinerama and libxrandr.
     Thanks to Robin Gareus <robin@gareus.org>
Checksums-Sha1:
 2ff494a13674b10c7154485033b41a54e65972ce 2990 ardour_8.4.0+ds1-2.dsc
 d580ee7c2fa45f1088cca955ddf0f8a2fc6589b7 372228 ardour_8.4.0+ds1-2.debian.tar.xz
Checksums-Sha256:
 70b3c2e87b91ee49e7bb59272fa67b4b19e7aa1a00dd8b0c28968afeba343c64 2990 ardour_8.4.0+ds1-2.dsc
 16e5c3b53e3b88748ed404c45d01640ab3eb78c55ca58b95dc4e46507cb9dbb6 372228 ardour_8.4.0+ds1-2.debian.tar.xz
Files:
 556ea7440a85d0bc74a6bae6527a7b87 2990 sound optional ardour_8.4.0+ds1-2.dsc
 8a9c00b6b91106ee15ad9bb6726bced7 372228 sound optional ardour_8.4.0+ds1-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEdAXnRVdICXNIABVttlAZxH96NvgFAmXdwe0ACgkQtlAZxH96
NvioYQ/+M7/d1Av8r0bZMqLdIq10zHs/n2yZrRZbHAEa8MXXNzegA1JMbScjlQQr
Disd/5ZXKtl8SC7Mye3QsT71jKFrpDB05r3XifKUvIGErdbL84tuUEfuCv4xoQQi
YkvsBf2/WYjOWrfz9AZGF5hiTZzn5QP37kzSrnTWFHTAh4Amlhpen5Ihd7bun5JZ
ov8hEWO8259qf2REgsUFNTNM6yeasX+dpIs0XHm7LoJ1Mv0BNbd7TOyk+n2NynQH
zDfDj9ud3znqT7vwGPPZegvIj6Oh5OsGcFB3k8jLTZNXMpt5hjS4qYpFjTFg1oKI
NRoHQHasSfEgKSs6a6fPVcUdFajBDUuaxNNQ7b3nMFGzhe0I6EWfVGWr5y3w20nt
W698wtnnJYlL2MdeU5GmLocI8rBiZUF3JgnNsPGm670wZHPMBpG5fJmeN7z9Bbz0
hRmmQGIejli/AHwJvu5WZ58iUY4Eqlue8URpIsjiyHd+OOI/pwU+libVm/VnpXfx
wGHcUOhMy5iPCRfQcISReM4nb2w6Fqip6+R6zksSjQUHI0zTwXT93zylX902x7sh
x6gtPEcPQy3Lwbv4Jcak4V10mzxT02kal5j6tGtcTnlHt6lFN4+ASu1i8tH7yVGV
R6Gl5wQXObr6Xi1xd7+iEeZojPgA5PMlFojGfnElE+0BL9o4VBA=
=tWdw
-----END PGP SIGNATURE-----