sox: dropped

This commit is contained in:
Tim Biermann 2022-12-22 09:51:52 +00:00
parent c67e9ffd6c
commit 9697904940
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 56 deletions

View File

@ -1,27 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
lrwxrwxrwx root/root usr/bin/play -> sox
lrwxrwxrwx root/root usr/bin/rec -> sox
-rwxr-xr-x root/root usr/bin/sox
lrwxrwxrwx root/root usr/bin/soxi -> sox
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/sox.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libsox.a
-rwxr-xr-x root/root usr/lib/libsox.la
lrwxrwxrwx root/root usr/lib/libsox.so -> libsox.so.3.0.0
lrwxrwxrwx root/root usr/lib/libsox.so.3 -> libsox.so.3.0.0
-rwxr-xr-x root/root usr/lib/libsox.so.3.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/sox.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/
lrwxrwxrwx root/root usr/share/man/man1/play.1.gz -> sox.1.gz
lrwxrwxrwx root/root usr/share/man/man1/rec.1.gz -> sox.1.gz
-rw-r--r-- root/root usr/share/man/man1/sox.1.gz
-rw-r--r-- root/root usr/share/man/man1/soxi.1.gz
drwxr-xr-x root/root usr/share/man/man3/
-rw-r--r-- root/root usr/share/man/man3/libsox.3.gz
drwxr-xr-x root/root usr/share/man/man7/
-rw-r--r-- root/root usr/share/man/man7/soxformat.7.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF39B9uKG+kCG/icreHZUiuqct+NIGjlpT/88LuWCkrUNRfxd2XZDednEryN6aXqhEYvQxWeFI9JBtqcojqWjJwAg=
SHA256 (Pkgfile) = 379b9811f45324afb0e3cf3c83e18a393684f979a46756e18b2c9e464c1c3ad5
SHA256 (.footprint) = 1590bcfcc2ffa6f67dfdeea547c1594473c9bd4dface43b3d91c2af5259f4dde
SHA256 (sox-code-42b3557e13e0fe01a83465b672d89faddbe65f49.zip) = bfe00d1530cd69431d16511ddc83b266889187fd2cad0cd7d2c2c140ab3c4009

View File

@ -1,24 +0,0 @@
# Description: Sound eXchange, the Swiss Army knife of audio manipulation
# URL: http://sox.sourceforge.net/
# Maintainer: Steffen Nurpmeso, steffen at sdaoden dot eu
name=sox
version=20211029
release=1
xtarget=sox-code-42b3557e13e0fe01a83465b672d89faddbe65f49
source=(https://sourceforge.net/code-snapshots/git/s/so/${name}/code.git/\
${xtarget}.zip)
build() {
cd "${xtarget}"
sed -i'' -e /^AX_APPEND/d configure.ac
autoreconf -vis
./configure --prefix=/usr --disable-openmp
make
make DESTDIR="${PKG}" install
}
# s-sh-mode