Trim extra newlines at end of file & trailing whitespace.

This commit is contained in:
Augustin Cavalier
2015-08-04 12:08:31 -04:00
parent 55dd9cf19d
commit 4634abef1b
724 changed files with 1430 additions and 1527 deletions

View File

@@ -2,7 +2,7 @@ SUMMARY="Tools for using the Ogg Vorbis sound file format"
DESCRIPTION="
vorbis-tools - tools for using the Ogg Vorbis sound file format.
"
HOMEPAGE="http://www.vorbis.com/"
HOMEPAGE="http://www.vorbis.com/"
SOURCE_URI="http://downloads.xiph.org/releases/vorbis/vorbis-tools-1.4.0.tar.gz"
CHECKSUM_SHA256="a389395baa43f8e5a796c99daf62397e435a7e73531c9f44d9084055a05d22bc"
REVISION="2"
@@ -34,9 +34,9 @@ REQUIRES="
lib:libvorbisfile$secondaryArchSuffix
lib:libvorbisenc$secondaryArchSuffix
lib:libssl$secondaryArchSuffix
lib:libz$secondaryArchSuffix
lib:libz$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libvorbis$secondaryArchSuffix
@@ -65,11 +65,11 @@ BUILD_PREREQUIRES="
PATCHES="vorbis_tools-1.4.0.patch"
SOURCE_DIR="vorbis-tools-$portVersion"
SOURCE_DIR="vorbis-tools-$portVersion"
BUILD()
{
sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
libtoolize --force --copy --install
aclocal -I m4
automake