summaryrefslogtreecommitdiff
path: root/amiga/pkg/makepackage
Commit message (Collapse)AuthorAgeFilesLines
* Remove libxmlJohn-Mark Bell2012-11-101-1/+1
|
* Generate all appropriate Messages files when making a package forChris Young2012-05-071-0/+6
| | | | | | distribution. svn path=/trunk/netsurf/; revision=13910
* Add sobjs - libdom and libhubbub stubChris Young2012-03-281-4/+1
| | | | svn path=/trunk/netsurf/; revision=13767
* Build Cairo version as NetSurf; non-Cairo version as NetSurf-StaticChris Young2011-09-261-1/+1
| | | | | | | Don't bother to build/copy NetSurf-Static for release packages Update .readme to show requirement for AmigaOS 4.1 svn path=/trunk/netsurf/; revision=12893
* Also read mimetype mappings from mimetypes.userChris Young2011-09-251-0/+1
| | | | svn path=/trunk/netsurf/; revision=12876
* Copy a non-iconv.library version of parserutils into the archive in case ↵Chris Young2011-09-061-0/+2
| | | | | | | | anybody wants to save 1MB svn path=/trunk/netsurf/; revision=12764
* remove zlib updateChris Young2011-06-151-1/+1
| | | | svn path=/trunk/netsurf/; revision=12483
* Beginnings of some more advanced mimetypingChris Young2011-05-081-1/+0
| | | | svn path=/trunk/netsurf/; revision=12323
* missing copyChris Young2011-05-081-0/+1
| | | | svn path=/trunk/netsurf/; revision=12310
* Rename DataTypes related code/files/defines to avoid confusion and aid ↵Chris Young2011-05-061-2/+2
| | | | | | | | | | adding support for other DataType classes. Disable MNG/WebP by default as they aren't common and the required libs are quite large; DataTypes can handle these formats for now. svn path=/trunk/netsurf/; revision=12284
* copy documentationChris Young2011-03-261-1/+1
| | | | svn path=/trunk/netsurf/; revision=12137
* Use webp.library instead of libwebp.soChris Young2011-03-211-2/+2
| | | | svn path=/trunk/netsurf/; revision=12117
* Update to use official libwebp 0.1Chris Young2011-03-201-1/+1
| | | | | | Remove libvpx references as no longer needed. svn path=/trunk/netsurf/; revision=12115
* Copy our updated working libpng.so; this fixes the cyan boxes on WikipediaChris Young2011-03-011-1/+1
| | | | svn path=/trunk/netsurf/; revision=11878
* Copy correct libxmlChris Young2011-01-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=11269
* Copy correct filesChris Young2011-01-061-2/+5
| | | | svn path=/trunk/netsurf/; revision=11233
* Update to newer libcurl, avoids libssl conflicts (credit: MickJT)Chris Young2010-11-101-1/+1
| | | | svn path=/trunk/netsurf/; revision=10943
* Tweak package, use newer libsslChris Young2010-11-071-2/+2
| | | | svn path=/trunk/netsurf/; revision=10941
* Add libvpx.so.0.9.5Chris Young2010-11-031-1/+1
| | | | svn path=/trunk/netsurf/; revision=10938
* Remove libhpdf.so (as pdf export disabled currently) and libvpx.so (as we ↵Chris Young2010-11-021-3/+2
| | | | | | | | | have to static link due to unspecified problems). Clear up the commented-out list of shared objects. svn path=/trunk/netsurf/; revision=10934
* NetSurf drawer icon (credit: Martin Merz)Chris Young2010-11-011-1/+1
| | | | svn path=/trunk/netsurf/; revision=10932
* Copy icons to theme dirChris Young2010-10-061-1/+2
| | | | svn path=/trunk/netsurf/; revision=10867
* WebP image support, needs libwebp (from trunk/libwebp) and libvpx.Chris Young2010-10-031-1/+1
| | | | | | Only enabled for Amiga build currently, may have colour issues on little-endian CPUs svn path=/trunk/netsurf/; revision=10860
* Avoid libjpeg version conflictsChris Young2010-08-241-1/+1
| | | | svn path=/trunk/netsurf/; revision=10711
* Build libparserutils (and NetSurf) against libiconv instead of newlib's iconv.Chris Young2010-05-031-2/+2
| | | | | | | | | This fixes the bug with lpu's iconv filter causing freezing on OS4 NetSurf. With an appropriate font (eg. Bitstream Cyberbit) Japanese characters will now display. Test websites work, but proper Japanese websites cause an assert which may be caused by amiga/font.c incorrect text size calculations. svn path=/trunk/netsurf/; revision=10546
* Ensure we are using the libpng 1.2 includes, as OS4 Cairo is using a deprecatedChris Young2010-05-031-2/+2
| | | | | | function which does not exist in libpng 1.4. svn path=/trunk/netsurf/; revision=10543
* Update 2 SObjs installation (create links for updated libpng and unnecessary ↵Chris Young2010-04-301-1/+1
| | | | | | | | clutter for libz) svn path=/trunk/netsurf/; revision=10537
* Avoid errors running makepackageChris Young2010-04-241-1/+0
| | | | | | | | fitr was written by me, and included for convenience (the install script needs it). There are no distribution restrictions when using it wrt the OS4 version of NetSurf. See http://www.unsatisfactorysoftware.co.uk/fitr svn path=/trunk/netsurf/; revision=10475
* Remove verbose_log from options fileChris Young2010-04-031-1/+1
| | | | | | Copy libz as I've built 1.2.4 and it has faster gzip code svn path=/trunk/netsurf/; revision=10230
* Use OS4.1 Update 1 launch-handler when available. Will fall back to ↵Chris Young2010-01-161-2/+3
| | | | | | | | | OpenURL.library even if URL: is dismounted while NetSurf is running. Installation adds the lines to configure launch-handler to open URLs in NetSurf. svn path=/trunk/netsurf/; revision=9835
* libsvgtiny is shared object now, tweak percent complete values in install to ↵Chris Young2009-08-241-1/+1
| | | | | | | | | allow this shared object and space for future ones (such as libDOM), without value jumping backwards. svn path=/trunk/netsurf/; revision=9438
* Built libxml2-2.7.3 and gave it a sensible name.Chris Young2009-08-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=9338
* Copy libcurl.so, have built 7.19.5 with a sensible nameChris Young2009-08-091-2/+2
| | | | svn path=/trunk/netsurf/; revision=9133
* Minor corrections for libcss buildChris Young2009-07-261-1/+1
| | | | svn path=/trunk/netsurf/; revision=8803
* Remove libc.so, libgcc.so and libpthread.so as these are present in the ↵Chris Young2009-06-211-1/+2
| | | | | | | | OS4.1 QuickFix released today. svn path=/trunk/netsurf/; revision=7909
* Copy ChangeLog if it existsChris Young2009-06-031-1/+1
| | | | svn path=/trunk/netsurf/; revision=7702
* Minor packaging fixesChris Young2009-04-251-1/+1
| | | | svn path=/trunk/netsurf/; revision=7314
* filename changesChris Young2009-04-141-1/+1
| | | | svn path=/trunk/netsurf/; revision=7074
* More shared objects...Chris Young2009-03-311-1/+1
| | | | svn path=/trunk/netsurf/; revision=7017
* More shared objectsChris Young2009-03-141-1/+1
| | | | svn path=/trunk/netsurf/; revision=6783
* Minor fixesChris Young2009-03-141-1/+1
| | | | svn path=/trunk/netsurf/; revision=6781
* more shared objectsChris Young2009-03-111-1/+1
| | | | svn path=/trunk/netsurf/; revision=6778
* Copy a couple more required shared objects.Chris Young2009-03-111-1/+1
| | | | svn path=/trunk/netsurf/; revision=6775
* Show which build we are using, modify install script to give an option of ↵Chris Young2009-02-211-0/+24
which build needs to be installed, and do date-compare when copying shared objects if they have no version string. svn path=/trunk/netsurf/; revision=6590