Changeset 316af37c
- Timestamp:
- 02/13/2019 10:00:04 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.4, 9.0, 9.1, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 5483669
- Parents:
- eb2c5a4d
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general/graphlib/giflib.xml
reb2c5a4d r316af37c 5 5 %general-entities; 6 6 7 <!ENTITY giflib-download-http " &sourceforge-dl;/giflib/giflib-&giflib-version;.tar.bz2">7 <!ENTITY giflib-download-http "https://sourceforge.net/projects/giflib/files/giflib-&giflib-version;.tar.gz"> 8 8 <!ENTITY giflib-download-ftp " "> 9 9 <!ENTITY giflib-http-md5sum "4ad967c8b1380d830f33dc28fd38d889"> -
pst/ps/mupdf.xml
reb2c5a4d r316af37c 127 127 <screen><userinput>patch -Np1 -i ../mupdf-&mupdf-version;-shared_libs-1.patch && 128 128 129 USE_SYSTEM_LIBS=yes make</userinput></screen> 129 rm -rf thirdparty/curl && 130 rm -rf thirdparty/freetype && 131 rm -rf thirdparty/harfbuzz && 132 rm -rf thirdparty/jpeg && 133 rm -rf thirdparty/openjpeg && 134 rm -rf thirdparty/libjpeg && 135 rm -rf thirdparty/zlib && 136 137 export USE_SYSTEM_LIBS=yes && 138 139 make</userinput></screen> 130 140 131 141 <para>
Note:
See TracChangeset
for help on using the changeset viewer.