De-lint recipes.

*	v8
	Removed "." from SUMMARY.
	Re-ordered blocks.

*	verilator
	80-char limit of DESCRIPTION.
	Re-ordered blocks.

*	vim
	Removed "." from SUMMARY.
	Re-ordered blocks.

*	virtulbelive
	Removed "." from SUMMARY.
	Re-ordered blocks.

*	vl_gothic
	Shortened SUMMARY.
	Re-ordered blocks.

*	vlc
	Re-ordered blocks.
	Changed libgpg-error to libgpg_error.

*	vncserver
	Improved COPYRIGHT.
	Re-ordered blocks.

*	vwget
	Removed "." from SUMMARY.
	Re-ordered blocks.

*	wesnoth
	Removed "." from SUMMARY.
	Re-ordered blocks.

*	xerces
	Removed "." from SUMMARY.
	Re-ordered blocks.

*	zip
	Re-ordered blocks.
	Lint warning of non-declared patch can be ignored, as it doesn't
	grok: $portName-$portVersion.patchset
This commit is contained in:
Humdinger
2015-07-23 13:23:17 +02:00
parent effe88db3f
commit 9e304a2e9a
14 changed files with 206 additions and 224 deletions

View File

@@ -1,12 +1,14 @@
SUMMARY="VLC Media Player"
SUMMARY="The popular cross-plattform media player"
DESCRIPTION="VLC is a free and open source cross-platform multimedia player \
and framework that plays most multimedia files as well as DVDs, Audio CDs, \
VCDs, and various streaming protocols."
HOMEPAGE="http://www.videolan.org/vlc/"
HOMEPAGE="http://www.videolan.org/vlc/"
COPYRIGHT="1998-2008 VideoLan organization"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="http://download.videolan.org/pub/vlc/0.8.6i/vlc-0.8.6i.tar.gz"
CHECKSUM_SHA256="e99b3b49efd8cae8cf210ca69a5c81ceeac3b2e7d2b1e79df84c9abee4aa8426"
PATCHES="vlc-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 x86"
SECONDARY_ARCHITECTURES="x86"
@@ -15,13 +17,12 @@ PROVIDES="
vlc$secondaryArchSuffix = $portVersion
cmd:vlc
cmd:vlc_config
"
"
REQUIRES="
haiku
lib:libintl
lib:libiconv
"
"
PROVIDES_devel="
vlc_devel = $portVersion
@@ -34,13 +35,13 @@ PROVIDES_devel="
devel:libmemcpy3dn
devel:libmemcpymmx
devel:libmemcpymmxext
"
"
REQUIRES_devel="
vlc == $portVersion base
"
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:liba52$secondaryArchSuffix
devel:libavcodec$secondaryArchSuffix == 53.61.100
devel:libbz2$secondaryArchSuffix
@@ -83,12 +84,11 @@ BUILD_REQUIRES="
devel:libvorbis$secondaryArchSuffix
devel:libxml2$secondaryArchSuffix
devel:libz$secondaryArchSuffix
"
"
# We need a recipe for an old version of this that will still build with gcc2.
# devel:libx264$secondaryArchSuffix
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
cmd:autoconf
cmd:bison
cmd:gcc$secondaryArchSuffix
@@ -99,9 +99,8 @@ BUILD_PREREQUIRES="
cmd:sed
cmd:xargs
cmd:which
"
"
PATCHES="vlc-$portVersion.patchset"
BUILD()
{
autoconf
@@ -126,6 +125,3 @@ INSTALL()
packageEntries devel $developDir
}
LICENSE="GNU GPL v2"
COPYRIGHT="1998-2008 VideoLan organization"

View File

@@ -1,10 +1,14 @@
SUMMARY="VLC Media Player"
SUMMARY="The popular cross-plattform media player"
DESCRIPTION="VLC is a free and open source cross-platform multimedia player \
and framework that plays most multimedia files as well as DVDs, Audio CDs, \
VCDs, and various streaming protocols."
HOMEPAGE="http://www.videolan.org/vlc/"
COPYRIGHT="1998-2015"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="http://download.videolan.org/pub/videolan/vlc/2.2.1/vlc-2.2.1.tar.xz"
CHECKSUM_SHA256="543d9d7e378ec0fa1ee2e7f7f5acf8c456c7d0ecc32037171523197ef3cf1fcb"
PATCHES="vlc-2.2.1.patch"
ARCHITECTURES="x86"
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
@@ -14,8 +18,6 @@ if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
fi
SECONDARY_ARCHITECTURES="x86"
REVISION="1"
PROVIDES="
vlc$secondaryArchSuffix = $portVersion
cmd:vlc_wrapper$secondaryArchSuffix
@@ -55,7 +57,7 @@ REQUIRES="
lib:libgcrypt$secondaryArchSuffix
lib:libgl$secondaryArchSuffix
# lib:libgnutls$secondaryArchSuffix
lib:libgpg-error$secondaryArchSuffix
lib:libgpg_error$secondaryArchSuffix
lib:libharfbuzz$secondaryArchSuffix
lib:libiconv$secondaryArchSuffix
lib:libintl$secondaryArchSuffix
@@ -98,16 +100,7 @@ REQUIRES="
lib:libxml2$secondaryArchSuffix
lib:libz$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:aclocal
cmd:autoreconf
cmd:g++${secondaryArchSuffix}
cmd:gettext$secondaryArchSuffix
cmd:libtoolize
cmd:make
cmd:pkg_config$secondaryArchSuffix
cmd:xargs
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
libqt4${secondaryArchSuffix}_devel >= 4.8
@@ -167,8 +160,16 @@ BUILD_REQUIRES="
devel:libxml2$secondaryArchSuffix
devel:libz$secondaryArchSuffix
"
PATCHES="vlc-2.2.1.patch"
BUILD_PREREQUIRES="
cmd:aclocal
cmd:autoreconf
cmd:g++${secondaryArchSuffix}
cmd:gettext$secondaryArchSuffix
cmd:libtoolize
cmd:make
cmd:pkg_config$secondaryArchSuffix
cmd:xargs
"
BUILD()
{
@@ -200,6 +201,3 @@ INSTALL()
# packageEntries devel \
# $developDir
}
LICENSE="GNU GPL v2"
COPYRIGHT="1998-2015"