mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
De-lint recipes.
* gnash Don't start SUMMARY with app name Re-ordered blocks * gophernicus Don't start SUMMARY with app name Re-ordered blocks * harfbuzz Don't start SUMMARY with app name Re-ordered blocks * inconsolata Don't start SUMMARY with app name Re-ordered blocks * indent Don't start SUMMARY with app name Re-ordered blocks Fixed (SECONDARY_)ARCHITECTURES and PROVIDES * inputproto Don't start SUMMARY with app name Improved SUMMARY and DESCRIPTION Re-ordered blocks * jamvm Don't start SUMMARY with app name Removed "DEPEND" Re-ordered blocks * jpeg Don't start SUMMARY with app name Re-ordered blocks * jgmod Don't start SUMMARY with app name Re-ordered blocks * kbproto Don't start SUMMARY with app name Re-ordered blocks * kdiff3 Don't start SUMMARY with app name Re-ordered blocks * libdom Don't start SUMMARY with app name Re-ordered blocks Removed $secondaryArchSuffix as there are no 2nd archs declared * libdvdcss Don't start SUMMARY with app name Re-ordered blocks * libdwarf Don't start SUMMARY with app name Re-ordered blocks * libevent Minor cosmetics Re-ordered blocks
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
SUMMARY="HarfBuzz is an OpenType text shaping engine"
|
||||
SUMMARY="An OpenType text shaping engine"
|
||||
DESCRIPTION="HarfBuzz is an OpenType text shaping engine. It is used to \
|
||||
layout complex text such as the Indic and Arabic alphabets."
|
||||
HOMEPAGE="http://www.freedesktop.org/wiki/Software/HarfBuzz/"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="
|
||||
2010,2011,2012 Google, Inc.
|
||||
COPYRIGHT="2010,2011,2012 Google, Inc.
|
||||
2012 Mozilla Foundation
|
||||
2011 Codethink Limited
|
||||
2008,2010 Nokia Corporation and/or its subsidiary(-ies)
|
||||
@@ -14,16 +12,16 @@ COPYRIGHT="
|
||||
2006 Behdad Esfahbod
|
||||
2005 David Turner
|
||||
2004,2007,2008,2009,2010 Red Hat, Inc.
|
||||
1998-2004 David Turner and Werner Lemberg
|
||||
"
|
||||
1998-2004 David Turner and Werner Lemberg"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="1771d53583be6d91ca961854b2a24fb239ef0545eed221ae3349abae0ab8321f"
|
||||
REVISION="1"
|
||||
PATCHES="harfbuzz-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PATCHES="harfbuzz-$portVersion.patchset"
|
||||
|
||||
PROVIDES="
|
||||
harfbuzz$secondaryArchSuffix = $portVersion compat >= 0.9
|
||||
lib:libharfbuzz$secondaryArchSuffix = 0.940.0 compat >= 0
|
||||
@@ -41,6 +39,7 @@ REQUIRES="
|
||||
lib:libbz2$secondaryArchSuffix
|
||||
lib:libgraphite2$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
harfbuzz${secondaryArchSuffix}_devel = $portVersion compat >= 0.9
|
||||
devel:libharfbuzz$secondaryArchSuffix = 0.940.0 compat >= 0
|
||||
@@ -48,7 +47,9 @@ PROVIDES_devel="
|
||||
REQUIRES_devel="
|
||||
harfbuzz$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libfreetype$secondaryArchSuffix
|
||||
devel:libglib_2.0$secondaryArchSuffix
|
||||
devel:libiconv$secondaryArchSuffix
|
||||
@@ -59,7 +60,6 @@ BUILD_REQUIRES="
|
||||
devel:libgraphite2$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:automake
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
SUMMARY="jgmod is a MOD music playing add-on library for Allegro"
|
||||
DESCRIPTION="
|
||||
JGMOD is a mod library for MOD musics. It is built on top of Allegro lower
|
||||
level digital sound routines. Currently supports MOD, S3M, XM, Unreal
|
||||
S3M (in UMX extension), and JGM under DJGPP, Mingw32, MSVC, Linux and BEOS.
|
||||
"
|
||||
|
||||
SUMMARY="A MOD music playing add-on library for Allegro"
|
||||
DESCRIPTION="JGMOD is a mod library for MOD musics. It is built on top of \
|
||||
Allegro lower level digital sound routines. Currently supports MOD, S3M, XM, \
|
||||
Unreal S3M (in UMX extension), and JGM under DJGPP, Mingw32, MSVC, Linux,\
|
||||
BeOS and Haiku."
|
||||
HOMEPAGE="http://guan.is-a-geek.com/jgmod/jgmod.html"
|
||||
COPYRIGHT="1997-2002 Guan Foo Wah"
|
||||
LICENSE="JGMOD"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://guan.is-a-geek.com/jgmod/jgmod.zip"
|
||||
CHECKSUM_SHA256="5d34c446904ddf2c6e3ee2272e6d4a9e6b1b4e59701237c5f4c961999623c77a"
|
||||
SOURCE_DIR="jgmod"
|
||||
SOURCE_FILENAME="jgmod-$portVersion.zip"
|
||||
REVISION="2"
|
||||
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
@@ -22,6 +22,13 @@ REQUIRES="
|
||||
lib:liballeg >= 4.4
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
devel:libjgmod
|
||||
"
|
||||
REQUIRES_devel="
|
||||
jgmod == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:liballeg
|
||||
@@ -32,7 +39,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
"
|
||||
|
||||
SOURCE_DIR="jgmod"
|
||||
BUILD()
|
||||
{
|
||||
chmod 777 ./fixbe.sh
|
||||
@@ -50,11 +56,3 @@ INSTALL()
|
||||
prepareInstalledDevelLib libjgmod
|
||||
packageEntries devel $developDir
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
devel:libjgmod
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
jgmod == $portVersion base
|
||||
"
|
||||
|
||||
@@ -1,25 +1,24 @@
|
||||
SUMMARY="JPEG image compression library and tools"
|
||||
DESCRIPTION="
|
||||
This package contains C software to implement JPEG image encoding, decoding, \
|
||||
and transcoding. JPEG is a standardized compression method for full-color and \
|
||||
gray-scale images.
|
||||
SUMMARY="An image compression library and tools for JPEGs"
|
||||
DESCRIPTION="This package contains C software to implement JPEG image \
|
||||
encoding, decoding, and transcoding. JPEG is a standardized compression \
|
||||
method for full-color and gray-scale images.
|
||||
|
||||
The distributed programs provide conversion between JPEG "JFIF" format and \
|
||||
image files in PBMPLUS PPM/PGM, GIF, BMP, and Targa file formats. The core \
|
||||
compression and decompression library can easily be reused in other programs, \
|
||||
such as image viewers. The package is highly portable C code; we have tested \
|
||||
it on many machines ranging from PCs to Crays.
|
||||
"
|
||||
it on many machines ranging from PCs to Crays."
|
||||
HOMEPAGE="http://www.ijg.org"
|
||||
COPYRIGHT="1991-2013, Thomas G. Lane, Guido Vollbeding"
|
||||
LICENSE="JPEG"
|
||||
COPYRIGHT="1991-2013, Thomas G. Lane, Guido Vollbeding. All Rights Reserved"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://www.ijg.org/files/jpegsrc.v8d.tar.gz"
|
||||
CHECKSUM_SHA256="00029b1473f0f0ea72fbca3230e8cb25797fbb27e58ae2e46bb8bf5a806fe0b3"
|
||||
REVISION="2"
|
||||
PATCHES="jpeg-8d.patch"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 ?x86"
|
||||
|
||||
PATCHES="jpeg-8d.patch"
|
||||
|
||||
PROVIDES="
|
||||
jpeg$secondaryArchSuffix = $portVersion compat >= 8
|
||||
lib:libjpeg$secondaryArchSuffix = $portVersion compat >= 8
|
||||
@@ -27,10 +26,35 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
jpeg${secondaryArchSuffix}_devel = $portVersion compat >= 8
|
||||
devel:libjpeg$secondaryArchSuffix = $portVersion compat >= 8
|
||||
"
|
||||
REQUIRES_devel="
|
||||
jpeg$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
if [ -z "$secondaryArchSuffix" ]; then
|
||||
SUMMARY_tools="The JPEG tools"
|
||||
PROVIDES_tools="
|
||||
jpeg_tools = $portVersion compat >= 8
|
||||
cmd:cjpeg = $portVersion compat >= 8
|
||||
cmd:djpeg = $portVersion compat >= 8
|
||||
cmd:jpegtran = $portVersion compat >= 8
|
||||
cmd:rdjpgcom = $portVersion compat >= 8
|
||||
cmd:wrjpgcom = $portVersion compat >= 8
|
||||
"
|
||||
REQUIRES_tools="
|
||||
haiku
|
||||
jpeg == $portVersion base
|
||||
"
|
||||
fi
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
cmd:automake
|
||||
@@ -77,31 +101,3 @@ INSTALL()
|
||||
rm -rf $documentationDir
|
||||
fi
|
||||
}
|
||||
|
||||
# ----- devel package -------------------------------------------------------
|
||||
|
||||
PROVIDES_devel="
|
||||
jpeg${secondaryArchSuffix}_devel = $portVersion compat >= 8
|
||||
devel:libjpeg$secondaryArchSuffix = $portVersion compat >= 8
|
||||
"
|
||||
REQUIRES_devel="
|
||||
jpeg$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
# ----- tools package -------------------------------------------------------
|
||||
|
||||
if [ -z "$secondaryArchSuffix" ]; then
|
||||
SUMMARY_tools="The JPEG tools"
|
||||
PROVIDES_tools="
|
||||
jpeg_tools = $portVersion compat >= 8
|
||||
cmd:cjpeg = $portVersion compat >= 8
|
||||
cmd:djpeg = $portVersion compat >= 8
|
||||
cmd:jpegtran = $portVersion compat >= 8
|
||||
cmd:rdjpgcom = $portVersion compat >= 8
|
||||
cmd:wrjpgcom = $portVersion compat >= 8
|
||||
"
|
||||
REQUIRES_tools="
|
||||
haiku
|
||||
jpeg == $portVersion base
|
||||
"
|
||||
fi
|
||||
|
||||
@@ -1,25 +1,24 @@
|
||||
SUMMARY="JPEG image compression library and tools"
|
||||
DESCRIPTION="
|
||||
This package contains C software to implement JPEG image encoding, decoding, \
|
||||
and transcoding. JPEG is a standardized compression method for full-color and \
|
||||
gray-scale images.
|
||||
SUMMARY="An image compression library and tools for JPEGs"
|
||||
DESCRIPTION="This package contains C software to implement JPEG image \
|
||||
encoding, decoding, and transcoding. JPEG is a standardized compression \
|
||||
method for full-color and gray-scale images.
|
||||
|
||||
The distributed programs provide conversion between JPEG "JFIF" format and \
|
||||
image files in PBMPLUS PPM/PGM, GIF, BMP, and Targa file formats. The core \
|
||||
compression and decompression library can easily be reused in other programs, \
|
||||
such as image viewers. The package is highly portable C code; we have tested \
|
||||
it on many machines ranging from PCs to Crays.
|
||||
"
|
||||
it on many machines ranging from PCs to Crays."
|
||||
HOMEPAGE="http://www.ijg.org"
|
||||
COPYRIGHT="1991-2013, Thomas G. Lane, Guido Vollbeding."
|
||||
LICENSE="JPEG"
|
||||
COPYRIGHT="1991-2013, Thomas G. Lane, Guido Vollbeding. All Rights Reserved"
|
||||
REVISION="3"
|
||||
SOURCE_URI="http://www.ijg.org/files/jpegsrc.v9.tar.gz"
|
||||
CHECKSUM_SHA256="c4e29e9375aaf60b4b79db87a58b063fb5b84f923bee97a88280b3d159e7e535"
|
||||
REVISION="3"
|
||||
PATCHES="jpeg-9.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64 arm"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PATCHES="jpeg-9.patchset"
|
||||
|
||||
PROVIDES="
|
||||
jpeg$secondaryArchSuffix = $portVersion compat >= 9
|
||||
lib:libjpeg$secondaryArchSuffix = $portVersion compat >= 9
|
||||
@@ -27,10 +26,35 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
jpeg${secondaryArchSuffix}_devel = $portVersion compat >= 9
|
||||
devel:libjpeg$secondaryArchSuffix = $portVersion compat >= 9
|
||||
"
|
||||
REQUIRES_devel="
|
||||
jpeg$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
if [ -z "$secondaryArchSuffix" ]; then
|
||||
SUMMARY_tools="The JPEG tools"
|
||||
PROVIDES_tools="
|
||||
jpeg_tools = $portVersion compat >= 9
|
||||
cmd:cjpeg = $portVersion compat >= 9
|
||||
cmd:djpeg = $portVersion compat >= 9
|
||||
cmd:jpegtran = $portVersion compat >= 9
|
||||
cmd:rdjpgcom = $portVersion compat >= 9
|
||||
cmd:wrjpgcom = $portVersion compat >= 9
|
||||
"
|
||||
REQUIRES_tools="
|
||||
haiku
|
||||
jpeg == $portVersion base
|
||||
"
|
||||
fi
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
cmd:automake
|
||||
@@ -75,31 +99,3 @@ INSTALL()
|
||||
rm -rf $documentationDir
|
||||
fi
|
||||
}
|
||||
|
||||
# ----- devel package -------------------------------------------------------
|
||||
|
||||
PROVIDES_devel="
|
||||
jpeg${secondaryArchSuffix}_devel = $portVersion compat >= 9
|
||||
devel:libjpeg$secondaryArchSuffix = $portVersion compat >= 9
|
||||
"
|
||||
REQUIRES_devel="
|
||||
jpeg$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
# ----- tools package -------------------------------------------------------
|
||||
|
||||
if [ -z "$secondaryArchSuffix" ]; then
|
||||
SUMMARY_tools="The JPEG tools"
|
||||
PROVIDES_tools="
|
||||
jpeg_tools = $portVersion compat >= 9
|
||||
cmd:cjpeg = $portVersion compat >= 9
|
||||
cmd:djpeg = $portVersion compat >= 9
|
||||
cmd:jpegtran = $portVersion compat >= 9
|
||||
cmd:rdjpgcom = $portVersion compat >= 9
|
||||
cmd:wrjpgcom = $portVersion compat >= 9
|
||||
"
|
||||
REQUIRES_tools="
|
||||
haiku
|
||||
jpeg == $portVersion base
|
||||
"
|
||||
fi
|
||||
|
||||
@@ -1,25 +1,24 @@
|
||||
SUMMARY="JPEG image compression library and tools"
|
||||
DESCRIPTION="
|
||||
This package contains C software to implement JPEG image encoding, decoding, \
|
||||
and transcoding. JPEG is a standardized compression method for full-color and \
|
||||
gray-scale images.
|
||||
SUMMARY="An image compression library and tools for JPEGs"
|
||||
DESCRIPTION="This package contains C software to implement JPEG image \
|
||||
encoding, decoding, and transcoding. JPEG is a standardized compression \
|
||||
method for full-color and gray-scale images.
|
||||
|
||||
The distributed programs provide conversion between JPEG "JFIF" format and \
|
||||
image files in PBMPLUS PPM/PGM, GIF, BMP, and Targa file formats. The core \
|
||||
compression and decompression library can easily be reused in other programs, \
|
||||
such as image viewers. The package is highly portable C code; we have tested \
|
||||
it on many machines ranging from PCs to Crays.
|
||||
"
|
||||
it on many machines ranging from PCs to Crays."
|
||||
HOMEPAGE="http://www.ijg.org"
|
||||
COPYRIGHT="1991-2014, Thomas G. Lane, Guido Vollbeding"
|
||||
LICENSE="JPEG"
|
||||
COPYRIGHT="1991-2014, Thomas G. Lane, Guido Vollbeding. All Rights Reserved"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.ijg.org/files/jpegsrc.v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="3a753ea48d917945dd54a2d97de388aa06ca2eb1066cbfdc6652036349fe05a7"
|
||||
REVISION="1"
|
||||
PATCHES="jpeg-9.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64 arm"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PATCHES="jpeg-9.patchset"
|
||||
|
||||
PROVIDES="
|
||||
jpeg$secondaryArchSuffix = $portVersion compat >= 9
|
||||
lib:libjpeg$secondaryArchSuffix = 9.1.0 compat >= 9
|
||||
@@ -27,10 +26,35 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
jpeg${secondaryArchSuffix}_devel = $portVersion compat >= 9
|
||||
devel:libjpeg$secondaryArchSuffix = 9.1.0 compat >= 9
|
||||
"
|
||||
REQUIRES_devel="
|
||||
jpeg$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
if [ -z "$secondaryArchSuffix" ]; then
|
||||
SUMMARY_tools="The JPEG tools"
|
||||
PROVIDES_tools="
|
||||
jpeg_tools = $portVersion compat >= 9
|
||||
cmd:cjpeg = $portVersion compat >= 9
|
||||
cmd:djpeg = $portVersion compat >= 9
|
||||
cmd:jpegtran = $portVersion compat >= 9
|
||||
cmd:rdjpgcom = $portVersion compat >= 9
|
||||
cmd:wrjpgcom = $portVersion compat >= 9
|
||||
"
|
||||
REQUIRES_tools="
|
||||
haiku
|
||||
jpeg == $portVersion base
|
||||
"
|
||||
fi
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
cmd:automake
|
||||
@@ -72,31 +96,3 @@ INSTALL()
|
||||
rm -rf $documentationDir
|
||||
fi
|
||||
}
|
||||
|
||||
# ----- devel package -------------------------------------------------------
|
||||
|
||||
PROVIDES_devel="
|
||||
jpeg${secondaryArchSuffix}_devel = $portVersion compat >= 9
|
||||
devel:libjpeg$secondaryArchSuffix = 9.1.0 compat >= 9
|
||||
"
|
||||
REQUIRES_devel="
|
||||
jpeg$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
# ----- tools package -------------------------------------------------------
|
||||
|
||||
if [ -z "$secondaryArchSuffix" ]; then
|
||||
SUMMARY_tools="The JPEG tools"
|
||||
PROVIDES_tools="
|
||||
jpeg_tools = $portVersion compat >= 9
|
||||
cmd:cjpeg = $portVersion compat >= 9
|
||||
cmd:djpeg = $portVersion compat >= 9
|
||||
cmd:jpegtran = $portVersion compat >= 9
|
||||
cmd:rdjpgcom = $portVersion compat >= 9
|
||||
cmd:wrjpgcom = $portVersion compat >= 9
|
||||
"
|
||||
REQUIRES_tools="
|
||||
haiku
|
||||
jpeg == $portVersion base
|
||||
"
|
||||
fi
|
||||
|
||||
@@ -1,34 +1,39 @@
|
||||
SUMMARY="libdvdcss"
|
||||
DESCRIPTION="
|
||||
libdvdcss is a simple library designed for accessing DVDs like a block device \
|
||||
without having to bother about the decryption.
|
||||
"
|
||||
SUMMARY="A library to access DVDs"
|
||||
DESCRIPTION="libdvdcss is a simple library designed for accessing DVDs like a \
|
||||
block device without having to bother about the decryption."
|
||||
HOMEPAGE="http://www.videolan.org/developers/libdvdcss.html"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="1998-2008 VideoLAN"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://download.videolan.org/pub/libdvdcss/1.2.12/libdvdcss-1.2.12.tar.bz2"
|
||||
CHECKSUM_SHA256="72465395d494f609b180cab23f9679acf6083fb821bd84979a8e70f7b795db5d"
|
||||
REVISION="2"
|
||||
SOURCE_DIR="libdvdcss-${portVersion}"
|
||||
PATCHES="libdvdcss-${portVersion}.patch"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 ?x86"
|
||||
|
||||
PATCHES="libdvdcss-${portVersion}.patch"
|
||||
|
||||
PROVIDES="
|
||||
libdvdcss$secondaryArchSuffix = $portVersion
|
||||
lib:libdvdcss$secondaryArchSuffix
|
||||
cmd:dvdcss_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
PROVIDES_devel="
|
||||
libdvdcss${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libdvdcss$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libdvdcss$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:make
|
||||
@@ -37,8 +42,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:autoconf
|
||||
"
|
||||
|
||||
SOURCE_DIR="libdvdcss-${portVersion}"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
libtoolize --force --copy --install
|
||||
@@ -60,13 +63,3 @@ INSTALL()
|
||||
packageEntries devel \
|
||||
$developDir
|
||||
}
|
||||
|
||||
# ----- devel package -------------------------------------------------------
|
||||
|
||||
PROVIDES_devel="
|
||||
libdvdcss${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libdvdcss$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libdvdcss$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
@@ -1,33 +1,38 @@
|
||||
SUMMARY="libdvdcss"
|
||||
DESCRIPTION="
|
||||
libdvdcss is a simple library designed for accessing DVDs like a block device \
|
||||
without having to bother about the decryption.
|
||||
"
|
||||
SUMMARY="A library to access DVDs"
|
||||
DESCRIPTION="libdvdcss is a simple library designed for accessing DVDs like a \
|
||||
block device without having to bother about the decryption."
|
||||
HOMEPAGE="http://www.videolan.org/developers/libdvdcss.html"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="1998-2008 VideoLAN"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://download.videolan.org/pub/libdvdcss/$portVersion/libdvdcss-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="7c414acd520c4e4dd7267952f72d738ff50321a7869af4d75c65aefad44f1395"
|
||||
REVISION="1"
|
||||
SOURCE_DIR="libdvdcss-${portVersion}"
|
||||
PATCHES="libdvdcss-${portVersion}.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 ?x86"
|
||||
|
||||
PATCHES="libdvdcss-${portVersion}.patchset"
|
||||
|
||||
PROVIDES="
|
||||
libdvdcss$secondaryArchSuffix = $portVersion
|
||||
lib:libdvdcss$secondaryArchSuffix = 2.1.0 compat >= 2
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
PROVIDES_devel="
|
||||
libdvdcss${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libdvdcss$secondaryArchSuffix = 2.1.0 compat >= 2
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libdvdcss$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:make
|
||||
@@ -36,8 +41,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:autoconf
|
||||
"
|
||||
|
||||
SOURCE_DIR="libdvdcss-${portVersion}"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
libtoolize --force --copy --install
|
||||
@@ -59,13 +62,3 @@ INSTALL()
|
||||
packageEntries devel \
|
||||
$developDir
|
||||
}
|
||||
|
||||
# ----- devel package -------------------------------------------------------
|
||||
|
||||
PROVIDES_devel="
|
||||
libdvdcss${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libdvdcss$secondaryArchSuffix = 2.1.0 compat >= 2
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libdvdcss$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user