mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
More cosmetics. Mainly improved SUMMARY/DESCRIPTION and re-ordered blocks
This commit is contained in:
@@ -1,18 +1,20 @@
|
||||
SUMMARY="A ATSC A/52 decoding library used on streams in DVD's"
|
||||
DESCRIPTION="
|
||||
A library for decoding ATSC A/52 streams used in DVD's.
|
||||
"
|
||||
SUMMARY="An ATSC A/52 decoding library"
|
||||
DESCRIPTION="The A/52 standard is used in a variety of applications, \
|
||||
including digital television and DVD. It is also known as AC-3 or AC3.
|
||||
|
||||
a52dec is a test program for liba52. It decodes ATSC A/52 streams, and also \
|
||||
includes a demultiplexer for MPEG-1 and MPEG-2 program streams."
|
||||
HOMEPAGE="http://liba52.sourceforge.net/"
|
||||
COPYRIGHT="1999-2002 Aaron Holtzman & Michel Lespinasse"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://liba52.sourceforge.net/files/a52dec-0.7.4.tar.gz"
|
||||
CHECKSUM_SHA256="a21d724ab3b3933330194353687df82c475b5dfb997513eef4c25de6c865ec33"
|
||||
REVISION="2"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="1999-2002 Aaron Holtzman & Michel Lespinasse"
|
||||
PATCHES="a52dec-$portVersion.patch"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PATCHES="a52dec-$portVersion.patch"
|
||||
|
||||
PROVIDES="
|
||||
a52dec$secondaryArchSuffix = $portVersion
|
||||
lib:liba52$secondaryArchSuffix = 0.0.0 compat >= 0
|
||||
@@ -28,11 +30,18 @@ REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
PROVIDES_devel="
|
||||
a52dec${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:liba52$secondaryArchSuffix = 0.0.0 compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
a52dec$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:make
|
||||
@@ -64,13 +73,3 @@ INSTALL()
|
||||
packageEntries devel \
|
||||
$developDir
|
||||
}
|
||||
|
||||
# ----- devel package -------------------------------------------------------
|
||||
|
||||
PROVIDES_devel="
|
||||
a52dec${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:liba52$secondaryArchSuffix = 0.0.0 compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
a52dec$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
@@ -3,11 +3,11 @@ 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 \
|
||||
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."
|
||||
such as image viewers. The package is highly portable C code; it was tested \
|
||||
on many machines ranging from PCs to Crays."
|
||||
HOMEPAGE="http://www.ijg.org"
|
||||
COPYRIGHT="1991-2014, Thomas G. Lane, Guido Vollbeding"
|
||||
LICENSE="JPEG"
|
||||
|
||||
@@ -1,10 +1,7 @@
|
||||
SUMMARY="A free DTS Coherent Acoustics decoder"
|
||||
DESCRIPTION="libdca is a free library for decoding DTS Coherent Acoustics \
|
||||
streams. The code is written by Gildas Bazin and was based on the a52dec \
|
||||
project. It is released under the terms of the GPL license.
|
||||
|
||||
The DTS Coherent Acoustics standard (ETSI 102 114 v1.2.1), as published by the \
|
||||
ETSI, is available here (look for DTS Coherent Acoustics)."
|
||||
project."
|
||||
HOMEPAGE="http://www.videolan.org/developers/libdca.html"
|
||||
COPYRIGHT="2004 Gildas Bazin
|
||||
2000-2003 Michel Lespinasse
|
||||
|
||||
Reference in New Issue
Block a user