Update NetSurf following 3.0 release

* All the packages have changed version
 * Cleanup the dependencies to avoid repeating transitive ones
 * libxml is not required anymore (libdom replaces it everywhere)
 * on the other hand, NetSurf build uses perl html::entities. Added a bep for it.
 * Also adjusted the licences. While NetSurf is still GPL/MIT+OpenSSL exception, all the other libs are plain MIT, with various copyright holders.
This commit is contained in:
Adrien Destugues
2013-05-04 11:11:34 +02:00
parent 71c9b81fc1
commit 9b6e3c28b0
11 changed files with 120 additions and 31 deletions

View File

@@ -3,17 +3,17 @@ HOMEPAGE="http://www.netsurf-browser.org/projects/libnsbmp/"
SRC_URI="git://git.netsurf-browser.org/libnsbmp.git"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="dev-util/buildsystem >= 0"
DEPEND="dev-util/buildsystem >= 0.0.1"
BUILD {
cd libnsbmp-0.0.3-HEAD
cd libnsbmp-0.1.0-HEAD
make PREFIX=/boot/common
}
INSTALL {
cd libnsbmp-0.0.3-HEAD
cd libnsbmp-0.1.0-HEAD
make install PREFIX=/boot/common
}
LICENSE="MIT"
COPYRIGHT="2003 - 2012 The NetSurf Developers"
COPYRIGHT="2006 Richard Wilson, 2008 - 2013 Sean Fox"

View File

@@ -0,0 +1,19 @@
DESCRIPTION="Libnsgif is a decoding library for the GIF image file format"
HOMEPAGE="http://www.netsurf-browser.org/projects/libnsgif/"
SRC_URI="git://git.netsurf-browser.org/libnsgif.git"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="dev-util/buildsystem >= 0.0.1"
BUILD {
cd libnsgif-0.1.0-HEAD
make PREFIX=/boot/common
}
INSTALL {
cd libnsgif-0.1.0-HEAD
make install PREFIX=/boot/common
}
LICENSE="MIT"
COPYRIGHT="2004 Richard Wilson, 2008 - 2013 Sean Fox"

View File

@@ -3,9 +3,7 @@ HOMEPAGE="http://www.netsurf-browser.org/projects/libsvgtiny"
SRC_URI="git://git.netsurf-browser.org/libsvgtiny.git"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="dev-libs/libxml2 >= 2.7.7
dev-util/gperf >= 3.0.4
dev-util/buildsystem >= 0
DEPEND="dev-util/gperf >= 3.0.4
dev-libs/libwapcaplet >= 0.1.1-HEAD
net-libs/libdom >= 0"
#CHECKSUM_MD5=""