aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-29 23:28:40 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-30 02:22:46 +0000
commit53cd65fc55017e5b84806e9ab2a5c08fac015791 (patch)
tree00fbf6176f020b4f4e0a14850b669fce9abf14d0
parentc79462cc5740be8abe06939dbe6ed5c077a99fe1 (diff)
downloadports-53cd65fc55017e5b84806e9ab2a5c08fac015791.tar.gz
ports-53cd65fc55017e5b84806e9ab2a5c08fac015791.zip
audio/aacgain: Remove expired port
2023-09-30 audio/aacgain: Obsolete way of handling volume adjustment, consider using audio/rsgain
-rw-r--r--MOVED1
-rw-r--r--audio/Makefile1
-rw-r--r--audio/aacgain/Makefile23
-rw-r--r--audio/aacgain/distinfo2
-rw-r--r--audio/aacgain/files/patch-faad2_libfaad_common.h19
-rw-r--r--audio/aacgain/pkg-descr7
6 files changed, 1 insertions, 52 deletions
diff --git a/MOVED b/MOVED
index 0f97aa9dcd41..b26bc075a55a 100644
--- a/MOVED
+++ b/MOVED
@@ -7864,3 +7864,4 @@ x11-fonts/sourcecodepro-ttf|x11-fonts/source-code-pro-ttf|2023-09-30|Move x11-fo
x11-fonts/sourceserifpro-ttf|x11-fonts/source-serif-ttf|2023-09-30|Move x11-fonts/sourceserifpro-ttf to x11-fonts/source-serif-ttf
www/pserv||2023-09-30|Has expired: Abandonware, last release in 2005. Consider migrating to www/apache24 , www/lighttpd or www/nginx
www/polipo||2023-09-30|Has expired: No longer maintained upstream
+audio/aacgain||2023-09-30|Has expired: Obsolete way of handling volume adjustment, consider using audio/rsgain
diff --git a/audio/Makefile b/audio/Makefile
index f7cc9d97ca8c..d717469d4199 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -4,7 +4,6 @@
SUBDIR += HVSC-Update
SUBDIR += Maaate
SUBDIR += a2jmidid
- SUBDIR += aacgain
SUBDIR += abcde
SUBDIR += abcselect
SUBDIR += abgate-lv2
diff --git a/audio/aacgain/Makefile b/audio/aacgain/Makefile
deleted file mode 100644
index 781ecacb6b5b..000000000000
--- a/audio/aacgain/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-PORTNAME= aacgain
-PORTVERSION= 1.8
-PORTREVISION= 2
-CATEGORIES= audio
-MASTER_SITES= http://aacgain.altosdesign.com/alvarez/
-
-MAINTAINER= multimedia@FreeBSD.org
-COMMENT= Normalizes the volume of MP3 and AAC (MP4/M4A/QuickTime) media files
-WWW= http://aacgain.altosdesign.com/
-
-LICENSE= GPLv2
-
-BROKEN= Unfetchable
-DEPRECATED= Obsolete way of handling volume adjustment, consider using audio/rsgain
-EXPIRATION_DATE=2023-09-30
-
-GNU_CONFIGURE= yes
-USES= gmake libtool tar:bzip2
-PLIST_FILES= bin/aacgain
-
-CXXFLAGS+= --std=c++98
-
-.include <bsd.port.mk>
diff --git a/audio/aacgain/distinfo b/audio/aacgain/distinfo
deleted file mode 100644
index ce0b84335170..000000000000
--- a/audio/aacgain/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (aacgain-1.8.tar.bz2) = 2bb8e27aa8f8434a4861fdbc70adb9cb4b47e1dfe472910d62d6042cb80a2ee1
-SIZE (aacgain-1.8.tar.bz2) = 1188680
diff --git a/audio/aacgain/files/patch-faad2_libfaad_common.h b/audio/aacgain/files/patch-faad2_libfaad_common.h
deleted file mode 100644
index dfb19b59e344..000000000000
--- a/audio/aacgain/files/patch-faad2_libfaad_common.h
+++ /dev/null
@@ -1,19 +0,0 @@
---- faad2/libfaad/common.h.orig 2004-09-08 09:43:12 UTC
-+++ faad2/libfaad/common.h
-@@ -302,6 +302,7 @@ char *strchr(), *strrchr();
- return i;
- }
- #elif (defined(__i386__) && defined(__GNUC__))
-+#if 0
- #define HAS_LRINTF
- // from http://www.stereopsis.com/FPU.html
- static INLINE int lrintf(float f)
-@@ -315,7 +316,7 @@ char *strchr(), *strrchr();
- return i;
- }
- #endif
--
-+#endif
-
- #ifdef __ICL /* only Intel C compiler has fmath ??? */
-
diff --git a/audio/aacgain/pkg-descr b/audio/aacgain/pkg-descr
deleted file mode 100644
index 10818dd4638b..000000000000
--- a/audio/aacgain/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-aacgain is a modification to Glen Sawyer's excellent mp3gain program, and
-supports AAC (MP4/M4A/QuickTime) audio files in addition to MP3 files.
-
-aacgain normalizes the volume of digital music files using the Replay Gain
-algorithm, by modifying the global_gain fields in the AAC samples. Free-
-form metadata tags are added to the file to save undo information, making
-the normalization process reversible.