diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2024-01-22 19:48:53 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-01-22 19:58:36 +0000 |
commit | da41a5ff5e3d465d83b97f090c8e0676de4c3e27 (patch) | |
tree | 548cd93df4d17674054280f0cfcf787dba97daa1 | |
parent | 56a1bfe5a41ac45bd7f4009a5b5fbcb94ff97a32 (diff) |
audio/gnormalize: Deprecate and set expiration date to 2024-02-29
Last release in 2008, upstream is dead, depends on deprecated library
GTK2 and uses legacy workarounds that can potentially cause lossy
conversions. Redirect users to audio/rsgain and audio/cyanrip
PR: 276185
Approved by: portmgr (maintainer timeout, 2+ weeks)
-rw-r--r-- | audio/gnormalize/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/gnormalize/Makefile b/audio/gnormalize/Makefile index 589c9bf13669..a70ba7b5337e 100644 --- a/audio/gnormalize/Makefile +++ b/audio/gnormalize/Makefile @@ -8,6 +8,9 @@ MAINTAINER= darcsis@gmail.com COMMENT= Alternative for replaygain WWW= https://gnormalize.sourceforge.net/ +DEPRECATED= Last release in 2008, upstream is dead, depends on deprecated library GTK2 and uses legacy workarounds that can potentially cause lossy conversions. Consider using audio/rsgain and audio/cyanrip +EXPIRATION_DATE=2024-02-29 + RUN_DEPENDS+= p5-Gtk2>=0:x11-toolkits/p5-Gtk2 \ wavegain:audio/wavegain |