libcdio-paranoia: bump version to 10.2+2.0.0 (#3802)

This commit is contained in:
Robert Kausch
2019-04-28 14:21:22 +02:00
committed by Jérôme Duval
parent 1536843267
commit 61a58f952f
2 changed files with 9 additions and 10 deletions

View File

@@ -3,17 +3,16 @@ DESCRIPTION="This is a port of xiph.org's cdda paranoia \
https://www.xiph.org/paranoia/ to use libcdio for CDROM access. By doing \
this, cdparanoia runs on platforms other than GNU/Linux."
HOMEPAGE="https://www.gnu.org/software/libcdio/"
COPYRIGHT="2012-2017 Rocky Bernstein
COPYRIGHT="2012-2019 Rocky Bernstein
Monty
Robert Kaush"
Robert Kausch"
LICENSE="GNU GPL v3"
REVISION="4"
SOURCE_URI="https://github.com/rocky/libcdio-paranoia/archive/release-10.2+0.94+2.tar.gz"
CHECKSUM_SHA256="6cbd80c19bd79002e8a6b4d52c3379e822b84d83614087d2f9ff10d400c58e83"
SOURCE_FILENAME="libcdio-paranoia-10.2+0.94+2.tar.gz"
SOURCE_DIR="libcdio-paranoia-release-10.2-0.94-2"
REVISION="1"
SOURCE_URI="https://ftp.gnu.org/gnu/libcdio/libcdio-paranoia-10.2+2.0.0.tar.bz2"
CHECKSUM_SHA256="4565c18caf401083c53733e6d2847b6671ba824cff1c7792b9039693d34713c1"
SOURCE_DIR="libcdio-paranoia-10.2+2.0.0"
if [ $effectiveTargetArchitecture = x86_gcc2 ]; then
PATCHES="libcdio_paranoia-10.2_0.94_2.patchset"
PATCHES="libcdio_paranoia-10.2_2.0.0.patchset"
fi
ARCHITECTURES="x86_gcc2 x86 x86_64"
@@ -46,7 +45,7 @@ REQUIRES_devel="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libcdio$secondaryArchSuffix >= 18
devel:libcdio$secondaryArchSuffix >= 19
devel:libiconv$secondaryArchSuffix
"
BUILD_PREREQUIRES="
@@ -65,7 +64,7 @@ defineDebugInfoPackage libcdio_paranoia$secondaryArchSuffix \
BUILD()
{
runConfigure ./autogen.sh
runConfigure ./configure
make $jobArgs
}