vorbisgain: moved to contrib

This commit is contained in:
Tim Biermann 2023-08-19 10:57:04 +02:00
parent 7ced774931
commit bf673d9cd0
3 changed files with 0 additions and 32 deletions

View File

@ -1,7 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/vorbisgain
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/vorbisgain.1.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/dunPl4SPxBLnuQNG/7URX+4WzGLGFoyenBopPyfhvF1Li1/j+VX7+ZUn+Xbi5xoDGGJ6xzwJ8cGJfPqPFYd/QU=
SHA256 (Pkgfile) = 0cec9dfd494f2aab83f1edaaa3cf358f78dc2e6def1aea58d9a4b2ffe187e391
SHA256 (.footprint) = 9283df8b04b6e28f85d5ea132a5fcabbe6d1492bf66884c177817cfc11a610d2
SHA256 (vorbisgain-0.37.tar.gz) = dd6db051cad972bcac25d47b4a9e40e217bb548a1f16328eddbb4e66613530ec

View File

@ -1,20 +0,0 @@
# Description: Computes replaygain information for Ogg Vorbis files.
# URL: https://sjeng.org/vorbisgain.html
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: libvorbis
name=vorbisgain
version=0.37
release=2
source=(http://sjeng.org/ftp/vorbis/$name-$version.tar.gz)
build() {
cd $name-$version
sh configure \
--prefix=/usr \
--mandir=/usr/share/man
make
make DESTDIR=$PKG install
}