diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-09-29 23:31:01 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-09-30 02:22:46 +0000 |
commit | f42ebec46b9cb6608f4840bd049319ea48315c0b (patch) | |
tree | 58525af31ec0d3034fddae2612bcc5781e5470cb | |
parent | 63f98377dc581ada4cbc12440346b6a24d1e058c (diff) | |
download | ports-f42ebec46b9cb6608f4840bd049319ea48315c0b.tar.gz ports-f42ebec46b9cb6608f4840bd049319ea48315c0b.zip |
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/libtremor/Makefile | 29 | ||||
-rw-r--r-- | audio/libtremor/distinfo | 3 | ||||
-rw-r--r-- | audio/libtremor/pkg-descr | 2 | ||||
-rw-r--r-- | audio/libtremor/pkg-plist | 8 |
6 files changed, 1 insertions, 43 deletions
@@ -7867,3 +7867,4 @@ 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 audio/ample||2023-09-30|Has expired: Abandonware, last release over 19 years ago audio/ccaudio2||2023-09-30|Has expired: Abandonware, no development since 2011 +audio/libtremor||2023-09-30|Has expired: Obsolete, we only support hardware with a fpu and other decoding libraries offer better performance diff --git a/audio/Makefile b/audio/Makefile index 3499327b6b3a..8fb6c75aa95a 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -400,7 +400,6 @@ SUBDIR += libsonic SUBDIR += libsoxr SUBDIR += libspecbleach - SUBDIR += libtremor SUBDIR += libvorbis SUBDIR += libxmp SUBDIR += lilv diff --git a/audio/libtremor/Makefile b/audio/libtremor/Makefile deleted file mode 100644 index f301d2106c70..000000000000 --- a/audio/libtremor/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -PORTNAME= libtremor -PORTVERSION= 1.2.1.s20180319 -CATEGORIES= audio - -MAINTAINER= ports@FreeBSD.org -COMMENT= Integer-only fully Ogg Vorbis compliant decoder library -WWW= https://xiph.org/vorbis/ - -DEPRECATED= Obsolete, we only support hardware with a fpu and other decoding libraries offer better performance -EXPIRATION_DATE=2023-09-30 - -LICENSE= BSD3CLAUSE - -LIB_DEPENDS= libogg.so:audio/libogg - -USES= autoreconf libtool pathfix pkgconfig -USE_LDCONFIG= yes - -USE_GITLAB= yes -GL_SITE= https://gitlab.xiph.org -GL_ACCOUNT= xiph -GL_PROJECT= tremor -GL_TAGNAME= 7c30a66346199f3f09017a09567c6c8a3a0eedc8 - -GNU_CONFIGURE= yes - -INSTALL_TARGET= install-strip - -.include <bsd.port.mk> diff --git a/audio/libtremor/distinfo b/audio/libtremor/distinfo deleted file mode 100644 index 909d89126080..000000000000 --- a/audio/libtremor/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1687532740 -SHA256 (xiph-tremor-7c30a66346199f3f09017a09567c6c8a3a0eedc8_GL0.tar.gz) = 1b1bc4998c3af606abaa2ac90d6f63a28d4969abab35f6d098b35e9089962bcd -SIZE (xiph-tremor-7c30a66346199f3f09017a09567c6c8a3a0eedc8_GL0.tar.gz) = 149017 diff --git a/audio/libtremor/pkg-descr b/audio/libtremor/pkg-descr deleted file mode 100644 index 427fcbce9ad8..000000000000 --- a/audio/libtremor/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -The Tremor decoder library is an integer-only fully Ogg Vorbis compliant -software decoder library. diff --git a/audio/libtremor/pkg-plist b/audio/libtremor/pkg-plist deleted file mode 100644 index 16d6493a305a..000000000000 --- a/audio/libtremor/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -include/tremor/config_types.h -include/tremor/ivorbiscodec.h -include/tremor/ivorbisfile.h -lib/libvorbisidec.a -lib/libvorbisidec.so -lib/libvorbisidec.so.1 -lib/libvorbisidec.so.1.0.3 -libdata/pkgconfig/vorbisidec.pc |