summaryrefslogtreecommitdiffstats
path: root/package/libsvgtiny
Commit message (Collapse)AuthorAgeFilesLines
* Globally replace $(HOST_DIR)/usr/share with $(HOST_DIR)/shareArnout Vandecappelle2017-07-051-1/+1
| | | | | | | | | | | Since things are no longer installed in $(HOST_DIR)/usr, the callers should also not refer to it. This is a mechanical change with git grep -l '$(HOST_DIR)/usr/share' | xargs sed -i 's%$(HOST_DIR)/usr/share%$(HOST_DIR)/share%g' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/libsvgtiny: add hashBernd Kuhls2017-06-111-0/+2
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libsvgtiny: update source urlFabio Porcedda2015-01-101-3/+9
| | | | | | | | | | | | | | | | | | | | | As source url use the git repository instead of the unavaiable svn repository. Also because the git repository does not include the netsurf core buildsystem source that are needed to build this package add as dependency the netsurf-buildsystem package and use those files through a symbolink link. This fix the following error: svn: E670002: Unable to connect to a repository at URL 'svn://svn.netsurf-browser.org/trunk/libsvgtiny' svn: E670002: Unknown hostname 'svn.netsurf-browser.org' Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Cc: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/libsvgtiny: enable shared library buildRomain Naour2015-01-021-3/+15
| | | | | | | | [Thomas: clarify the comment explaining why we only build/install the shared library when BR2_STATIC_SHARED_LIBS=y.] Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Revert "svgtiny: update source url"Thomas Petazzoni2014-12-311-3/+2
| | | | | | | | | | This reverts commit 8f9b5f657b3dbb82a5725c3bf24ed261a77111d8. The new svgtiny version does not build at all, see: http://autobuild.buildroot.org/results/242/24257e9739df8f589150336cb6213812516bf465/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* svgtiny: update source urlFabio Porcedda2014-12-311-2/+3
| | | | | | | | | | | | | | | | | As source url use the git repository instead of the unavaiable svn repository. This fix the following error: svn: E670002: Unable to connect to a repository at URL 'svn://svn.netsurf-browser.org/trunk/libsvgtiny' svn: E670002: Unknown hostname 'svn.netsurf-browser.org' [Thomas: use http:// access to the Git repository, as suggested by Baruch.] Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Cc: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libsvgtiny: add a patch to remove -Werror from MakefileVicente Olivert Riera2014-12-111-0/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | glibc-2.20 includes some changes to the include/features.h file introduced by this commit: https://sourceware.org/git/?p=glibc.git;a=commit;h=ade40b10ff5fa59a318cf55b9d8414b758e8df78 Those changes make libsvgtiny fail because some warnings are thrown and the build system is using the -Werror option. We disable this to be able to build it, or otherwise we will see errors like this one: GPERF: src/colors.gperf COMPILE: build-Linux-Linux-release-lib-static/src_colors.c In file included from /br/output/host/usr/mipsel-buildroot-linux-gnu/sysroot/usr/include/string.h:25:0, from src/colors.gperf:16: /br/output/host/usr/mipsel-buildroot-linux-gnu/sysroot/usr/include/features.h:148:3: error: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Werror=cpp] and this one: In file included from src/colors.gperf:18:0: /home/ldap/vriera/work/mips-buildroots/mips32/output/build/libsvgtiny-12121/src/svgtiny_internal.h:71:0: error: "strndup" redefined [-Werror] Fixes: http://autobuild.buildroot.net/results/3dd/3dd700405055750262738f867eb5aa08531f5781/ Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Reviewed-by: Markos Chandras <Markos.Chandras@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libsvgtiny: rename patches to follow the new name conventionVicente Olivert Riera2014-12-112-0/+0
| | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libsvgtiny: add license informationGustavo Zacarias2014-06-251-0/+2
| | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* svgtiny: create BUILDDIR before $(BUILDDIR)/src_colors.cMax Filippov2014-06-182-0/+15
| | | | | | | | | Fixes: http://autobuild.buildroot.net/results/5fe/5feca450d70a8de48fa2463e55c9e84db5d755b0/ [Peter: renumber existing patch and this] Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* packages: remove package clean commandsThomas De Schampheleire2013-12-081-4/+0
| | | | | Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* packages: remove uninstall commandsThomas De Schampheleire2013-12-061-10/+0
| | | | | Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Normalize separator size to 80Alexandre Belloni2013-06-061-2/+2
| | | | | Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* packages: switch to host-pkgconfGustavo Zacarias2012-10-291-1/+1
| | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* all packages: rename XXXTARGETS to xxx-packageArnout Vandecappelle (Essensium/Mind)2012-07-171-1/+1
| | | | | | | | | | | | | Also remove the redundant $(call ...). This is a purely mechanical change, performed with find package linux toolchain boot -name \*.mk | \ xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \ -e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \ -e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* packages: remove redundant INSTALL_TARGET=YES declarationsGustavo Zacarias2012-03-111-2/+0
| | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: remove useless arguments from GENTARGETSThomas Petazzoni2011-09-291-1/+1
| | | | | | | | | | Thanks to the pkgparentdir and pkgname functions, we can rewrite the GENTARGETS macro in a way that avoids the need for each package to repeat its name and the directory in which it is present. [Peter: pkgdir->pkgparentdir] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libsvgtiny: bump version for stroke-width fixPeter Korsgaard2011-09-121-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Use the normal download method for libsvgtinyMaxime Petazzoni2010-09-131-10/+1
| | | | | | | | Now that the generic download method supports Subversion, fall back to the normal usage of AUTOTARGETS for libsvgtiny. Signed-off-by: Maxime Petazzoni <maxime.petazzoni@bulix.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libsvgtiny: needs host-pkg-configPeter Korsgaard2010-07-081-1/+1
| | | | | | The makefile uses pkg-config for libxml2 support. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libsvgtiny: remove TARGET_CONFIGURE_ENVPeter Korsgaard2010-07-081-8/+6
| | | | | | | | TARGET_CONFIG_ENV got removed in e721a7c07 (Merge TARGET_CONFIGURE_ENV into TARGET_CONFIGURE_OPTS), so remove it from the recent libsvgtiny package as well. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libsvgtiny: fix clean command namePeter Korsgaard2010-07-061-1/+1
| | | | | | Thanks to Thomas for noticing. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libsvgtiny: only print debugging if GRADIENT_DEBUG is enabledPeter Korsgaard2010-07-061-0/+125
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libsvgtiny: pass TARGET_CONFIGURE_ENV / OPTS to each make invocationPeter Korsgaard2010-07-061-6/+12
| | | | | | As it doesn't use a ./configure, we need to pass it each time. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libsvgtiny: needs gperf on the hostPeter Korsgaard2010-07-061-1/+1
| | | | | | And fix the .mk file name while we're at it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add libsvgtiny libraryPeter Korsgaard2010-07-052-0/+56
No official releases, so use svn snapshot like tremor :/ Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
OpenPOWER on IntegriCloud