From 1e92b3c3df25053224ad9468dee895eddb46090d Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sun, 24 Sep 2023 09:32:52 +0200 Subject: [PATCH] twolame: dropped unmaintained port --- twolame/.footprint | 17 ----------------- twolame/.signature | 5 ----- twolame/Pkgfile | 21 --------------------- 3 files changed, 43 deletions(-) delete mode 100644 twolame/.footprint delete mode 100644 twolame/.signature delete mode 100644 twolame/Pkgfile diff --git a/twolame/.footprint b/twolame/.footprint deleted file mode 100644 index 5db964021..000000000 --- a/twolame/.footprint +++ /dev/null @@ -1,17 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/twolame -drwxr-xr-x root/root usr/include/ --rw-r--r-- root/root usr/include/twolame.h -drwxr-xr-x root/root usr/lib/ --rw-r--r-- root/root usr/lib/libtwolame.a --rwxr-xr-x root/root usr/lib/libtwolame.la -lrwxrwxrwx root/root usr/lib/libtwolame.so -> libtwolame.so.0.0.0 -lrwxrwxrwx root/root usr/lib/libtwolame.so.0 -> libtwolame.so.0.0.0 --rwxr-xr-x root/root usr/lib/libtwolame.so.0.0.0 -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/twolame.pc -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/twolame.1.gz diff --git a/twolame/.signature b/twolame/.signature deleted file mode 100644 index ce6f4ac17..000000000 --- a/twolame/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3zjab/WfbA7esRZ//SX3XH/JSw9oxLezV1N4aC5K5gWhuMwIDkUyGfsir3jmDVKCYPe7PjiTwy+z/70i7d9ruAc= -SHA256 (Pkgfile) = e35adb7203cfa74b13cadf503c17d4029b05fdc2984208d8065d3165733dde7c -SHA256 (.footprint) = e33c2d365fff6d3b2c5c80f0cd39237f6f45d010c75d8ed8e6904f3c495a44fc -SHA256 (twolame-0.4.0.tar.gz) = cc35424f6019a88c6f52570b63e1baf50f62963a3eac52a03a800bb070d7c87d diff --git a/twolame/Pkgfile b/twolame/Pkgfile deleted file mode 100644 index 93f27fe84..000000000 --- a/twolame/Pkgfile +++ /dev/null @@ -1,21 +0,0 @@ -# Description: An optimized MPEG Audio Layer 2 (MP2) encoder. -# URL: https://www.twolame.org/ -# Maintainer: unmaintained -# Depends on: libsndfile - -name=twolame -version=0.4.0 -release=1 -source=(https://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz) - -build() { - cd $name-$version - - sed -i -e '/WARNING_CFLAGS/s:-Werror::' configure - - ./configure --prefix=/usr - make - make DESTDIR=$PKG install - - rm -r $PKG/usr/share/doc -}