mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user