mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
NanoSVGTranslator: bump version
* remove old recipes
This commit is contained in:
@@ -1,47 +0,0 @@
|
||||
SUMMARY="A translator for SVG files"
|
||||
DESCRIPTION="
|
||||
This is a translator for SVG files based on nanosvg headers by Mikko Mononen \
|
||||
(https://github.com/memononen/nanosvg). Scalable Vector Graphics (SVG) is an \
|
||||
XML-based vector image format for two-dimensional graphics with support for \
|
||||
interactivity and animation. The SVG specification is an open standard \
|
||||
developed by the World Wide Web Consortium (W3C) since 1999.
|
||||
|
||||
SVG images and their behaviors are defined in XML text files. This means \
|
||||
that they can be searched, indexed, scripted, and compressed. As XML files, \
|
||||
SVG images can be created and edited with any text editor, but are more often \
|
||||
created with drawing software."
|
||||
HOMEPAGE="https://github.com/threedeyes/NanoSVGTranslator"
|
||||
COPYRIGHT="2013-2015 3dEyes**"
|
||||
LICENSE="MIT"
|
||||
REVISION="2"
|
||||
SOURCE_URI="git+https://github.com/threedeyes/NanoSVGTranslator#2b1da77"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
nanosvgtranslator$secondaryArchSuffix = $portVersion
|
||||
addon:NanoSVGTranslator$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:g++$secondaryArchSuffix
|
||||
cmd:make
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $addOnsDir/Translators
|
||||
cp build/NanoSVGTranslator $addOnsDir/Translators
|
||||
}
|
||||
@@ -1,51 +0,0 @@
|
||||
SUMMARY="A translator for SVG files"
|
||||
DESCRIPTION="This is a translator for SVG files based on nanosvg headers by \
|
||||
Mikko Mononen (https://github.com/memononen/nanosvg). Scalable Vector \
|
||||
Graphics (SVG) is an XML-based vector image format for two-dimensional \
|
||||
graphics with support for interactivity and animation. The SVG specification is \
|
||||
an open standard developed by the World Wide Web Consortium (W3C) since \
|
||||
1999.
|
||||
|
||||
SVG images and their behaviors are defined in XML text files. This means \
|
||||
that they can be searched, indexed, scripted, and compressed. As XML files, \
|
||||
SVG images can be created and edited with any text editor, but are more \
|
||||
often created with drawing software."
|
||||
HOMEPAGE="https://github.com/threedeyes/NanoSVGTranslator"
|
||||
COPYRIGHT="2013-2015 3dEyes**"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
|
||||
commit="97666698908722e54d3a1746e03fd1f719438237"
|
||||
SOURCE_URI="https://github.com/threedeyes/NanoSVGTranslator/archive/$commit.tar.gz"
|
||||
SOURCE_DIR="NanoSVGTranslator-$commit"
|
||||
CHECKSUM_SHA256="a8fd2d7908f25cbd856aa739f9ee1edcf430ddc9b0578af3879a3d3b8256d649"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
nanosvgtranslator$secondaryArchSuffix = $portVersion
|
||||
addon:NanoSVGTranslator$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:g++$secondaryArchSuffix
|
||||
cmd:make
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $addOnsDir/Translators
|
||||
cp build/NanoSVGTranslator $addOnsDir/Translators
|
||||
}
|
||||
@@ -1,50 +0,0 @@
|
||||
SUMMARY="A translator for SVG files"
|
||||
DESCRIPTION="This is a translator for SVG files based on nanosvg headers by \
|
||||
Mikko Mononen (https://github.com/memononen/nanosvg). Scalable Vector \
|
||||
Graphics (SVG) is an XML-based vector image format for two-dimensional \
|
||||
graphics with support for interactivity and animation. The SVG specification is \
|
||||
an open standard developed by the World Wide Web Consortium (W3C) since \
|
||||
1999.
|
||||
|
||||
SVG images and their behaviors are defined in XML text files. This means \
|
||||
that they can be searched, indexed, scripted, and compressed. As XML files, \
|
||||
SVG images can be created and edited with any text editor, but are more \
|
||||
often created with drawing software."
|
||||
HOMEPAGE="https://github.com/threedeyes/NanoSVGTranslator"
|
||||
COPYRIGHT="2013-2015 3dEyes**"
|
||||
LICENSE="MIT"
|
||||
REVISION="4"
|
||||
commit="603c353ba43a937e75f14bc1aabbffe374174f52"
|
||||
SOURCE_URI="https://github.com/threedeyes/NanoSVGTranslator/archive/$commit.tar.gz"
|
||||
CHECKSUM_SHA256="a8fe27231900990f8e324438e487ed6dc6b658f9326447e3eb6a458a77e39de1"
|
||||
SOURCE_DIR="NanoSVGTranslator-$commit"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
nanosvgtranslator$secondaryArchSuffix = $portVersion
|
||||
addon:NanoSVGTranslator$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:g++$secondaryArchSuffix
|
||||
cmd:make
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $addOnsDir/Translators
|
||||
cp build/NanoSVGTranslator $addOnsDir/Translators
|
||||
}
|
||||
@@ -14,9 +14,9 @@ HOMEPAGE="https://github.com/threedeyes/NanoSVGTranslator"
|
||||
COPYRIGHT="2013-2017 3dEyes**"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
commit="f5ac1bd0c26397e2233f24309bed1c1425f53ce6"
|
||||
commit="f9062ff57249724d5a8639462cd28831ff5887bb"
|
||||
SOURCE_URI="https://github.com/threedeyes/NanoSVGTranslator/archive/$commit.tar.gz"
|
||||
CHECKSUM_SHA256="016394e12467602c07f58f2249ed7393ce67cfc4b0c87fee1bfadf77a4f8f6ed"
|
||||
CHECKSUM_SHA256="3cc92defb742f264a2ccb16617cb5e2902f20579485e88e8b1949a15b65df6b4"
|
||||
SOURCE_DIR="NanoSVGTranslator-$commit"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
Reference in New Issue
Block a user