twolame: dropped unmaintained port

This commit is contained in:
Tim Biermann 2023-09-24 09:32:52 +02:00
parent 9b4e766d15
commit 1e92b3c3df
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 43 deletions

View File

@ -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

View File

@ -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

View File

@ -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
}