mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-08-15 22:40:32 +00:00
Upgraded flac from 1.4.2 to 1.4.3
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#! /bin/bash
|
||||
|
||||
# FLAC
|
||||
# Source: https://downloads.xiph.org/releases/flac/flac-1.4.2.tar.xz
|
||||
# Source: https://downloads.xiph.org/releases/flac/flac-1.4.3.tar.xz
|
||||
#
|
||||
# $BUILD = Directory to temporarily install
|
||||
# $PKGS = Directory to store built packages
|
||||
@ -30,7 +30,7 @@ esac
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--disable-thorough-tests \
|
||||
--docdir=/usr/share/doc/flac-1.4.2 $BUILDTRUPLE ${ECONF} &&
|
||||
--docdir=/usr/share/doc/flac-1.4.3 $BUILDTRUPLE ${ECONF} &&
|
||||
read -p "Compile?" && make -j2 &&
|
||||
|
||||
sudo -S make DESTDIR=$BUILD install &&
|
||||
@ -62,7 +62,7 @@ flac:
|
||||
flac: FLAC was developed by Josh Coalson.
|
||||
EOF
|
||||
sudo -S mv -v /tmp/slack-desc install/ &&
|
||||
sudo -S makepkg -l y -c n $PKGS/flac-1.4.2-$PSUFFIX &&
|
||||
sudo -S makepkg -l y -c n $PKGS/flac-1.4.3-$PSUFFIX &&
|
||||
cd /BMAN
|
||||
cat > /tmp/slack-desc << "EOF"
|
||||
flac-doc: Manuals for flac (Free Lossless Audio Codec)
|
||||
@ -77,6 +77,6 @@ flac-doc: FLAC was developed by Josh Coalson.
|
||||
flac-doc:
|
||||
EOF
|
||||
sudo -S mv -v /tmp/slack-desc install/ &&
|
||||
sudo -S makepkg -l y -c n $PKGS/flac-doc-1.4.2-$NOPSUFFIX
|
||||
sudo -S makepkg -l y -c n $PKGS/flac-doc-1.4.3-$NOPSUFFIX
|
||||
sudo -S rm -f /BMAN/*
|
||||
sudo -S rm -rf ${BUILD}/*
|
||||
|
Reference in New Issue
Block a user