| Stephan Bergmann | 69ee8db | 2020-05-05 11:44:41 +0200 | [diff] [blame] | 1 | # For the Flatpak build (which cannot execute `make fetch` from its---sandboxed---build |
| Stephan Bergmann | f38f481 | 2025-11-25 16:19:37 +0100 | [diff] [blame] | 2 | # environment), there is a solenv/flatpak-external-tarballs.json.in that references these variables. |
| Michael Stahl | c5f620f | 2021-11-08 21:29:05 +0100 | [diff] [blame] | 3 | # There is a script solenv/bin/generate-flatpak-manifest.sh to substitute the variables, |
| 4 | # so upgrading to a new version only requires changes in download.lst. |
| Stephan Bergmann | 69ee8db | 2020-05-05 11:44:41 +0200 | [diff] [blame] | 5 | |
| Christian Lohmaier | ec4409a | 2022-12-15 14:00:28 +0100 | [diff] [blame] | 6 | ABW_SHA256SUM := e763a9dc21c3d2667402d66e202e3f8ef4db51b34b79ef41f56cacb86dcd6eed |
| 7 | ABW_TARBALL := libabw-0.1.3.tar.xz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 8 | # three static lines |
| 9 | # so that git cherry-pick |
| 10 | # will not run into conflicts |
| Michael Stahl | 77c9213 | 2023-12-18 20:50:05 +0100 | [diff] [blame] | 11 | ARGON2_SHA256SUM := daf972a89577f8772602bf2eb38b6a3dd3d922bf5724d45e7f9589b5e830442c |
| 12 | ARGON2_TARBALL := phc-winner-argon2-20190702.tar.gz |
| 13 | # three static lines |
| 14 | # so that git cherry-pick |
| 15 | # will not run into conflicts |
| Luboš Luňák | 996f0e6 | 2020-03-02 12:57:42 +0100 | [diff] [blame] | 16 | # please repack the tarball using external/boost/repack_tarball.sh |
| Xisco Fauli | ba38ac3 | 2025-12-11 10:38:50 +0100 | [diff] [blame] | 17 | BOOST_SHA256SUM := b1f3cd4a82b59dd66e02c2ebae6334df18043a050d2d8eb83d12ad88b95b5e86 |
| 18 | BOOST_TARBALL := boost_1_90_0.tar.xz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 19 | # three static lines |
| 20 | # so that git cherry-pick |
| 21 | # will not run into conflicts |
| Christian Lohmaier | ec4409a | 2022-12-15 14:00:28 +0100 | [diff] [blame] | 22 | BOX2D_SHA256SUM := d6b4650ff897ee1ead27cf77a5933ea197cbeef6705638dd181adc2e816b23c2 |
| 23 | BOX2D_TARBALL := box2d-2.4.1.tar.gz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 24 | # three static lines |
| 25 | # so that git cherry-pick |
| 26 | # will not run into conflicts |
| Christian Lohmaier | ec4409a | 2022-12-15 14:00:28 +0100 | [diff] [blame] | 27 | BREAKPAD_SHA256SUM := c44a2e898895cfc13b42d2371ba4b88b0777d7782214d6cdc91c33720f3b0d91 |
| 28 | BREAKPAD_TARBALL := breakpad-b324760c7f53667af128a6b77b790323da04fcb9.tar.xz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 29 | # three static lines |
| 30 | # so that git cherry-pick |
| 31 | # will not run into conflicts |
| Xisco Fauli | 9f025bd | 2024-05-16 20:59:03 +0200 | [diff] [blame] | 32 | BSH_SHA256SUM := 2248387ceaa319840434a3547a8b2fec12f95a8418ee039ce5ff5726053a139c |
| 33 | BSH_TARBALL := bsh-2.1.1-src.zip |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 34 | # three static lines |
| 35 | # so that git cherry-pick |
| 36 | # will not run into conflicts |
| Christian Lohmaier | ec4409a | 2022-12-15 14:00:28 +0100 | [diff] [blame] | 37 | BZIP2_SHA256SUM := ab5a03176ee106d3f0fa90e381da478ddae405918153cca248e682cd0c4a2269 |
| 38 | BZIP2_TARBALL := bzip2-1.0.8.tar.gz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 39 | # three static lines |
| 40 | # so that git cherry-pick |
| 41 | # will not run into conflicts |
| Caolán McNamara | 2b515d09 | 2025-09-19 12:47:25 +0100 | [diff] [blame] | 42 | CAIRO_SHA256SUM := 445ed8208a6e4823de1226a74ca319d3600e83f6369f99b14265006599c32ccb |
| 43 | CAIRO_VERSION_MICRO := 4 |
| 44 | CAIRO_TARBALL := cairo-1.18.$(CAIRO_VERSION_MICRO).tar.xz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 45 | # three static lines |
| 46 | # so that git cherry-pick |
| 47 | # will not run into conflicts |
| Xisco Fauli | 0e334b2 | 2024-11-26 13:39:23 +0100 | [diff] [blame] | 48 | CDR_SHA256SUM := ced677c8300b29c91d3004bb1dddf0b99761bf5544991c26c2ee8f427e87193c |
| 49 | CDR_TARBALL := libcdr-0.1.8.tar.xz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 50 | # three static lines |
| 51 | # so that git cherry-pick |
| 52 | # will not run into conflicts |
| Christian Lohmaier | ec4409a | 2022-12-15 14:00:28 +0100 | [diff] [blame] | 53 | CLUCENE_SHA256SUM := ddfdc433dd8ad31b5c5819cc4404a8d2127472a3b720d3e744e8c51d79732eab |
| 54 | CLUCENE_TARBALL := 48d647fbd8ef8889e5a7f422c1bfda94-clucene-core-2.3.3.4.tar.gz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 55 | # three static lines |
| 56 | # so that git cherry-pick |
| 57 | # will not run into conflicts |
| Christian Lohmaier | ec4409a | 2022-12-15 14:00:28 +0100 | [diff] [blame] | 58 | DRAGONBOX_SHA256SUM := 09d63b05e9c594ec423778ab59b7a5aa1d76fdd71d25c7048b0258c4ec9c3384 |
| 59 | DRAGONBOX_TARBALL := dragonbox-1.1.3.tar.gz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 60 | # three static lines |
| 61 | # so that git cherry-pick |
| 62 | # will not run into conflicts |
| Xisco Fauli | e69cbc3 | 2026-03-10 21:17:57 +0100 | [diff] [blame] | 63 | FAST_FLOAT_SHA256SUM := b90b3a415e4410822f50c70bd4485cf2c5e6962c2b05cf0dc88045d8af959ccc |
| 64 | FAST_FLOAT_TARBALL := fast_float-8.2.4.tar.gz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 65 | # three static lines |
| 66 | # so that git cherry-pick |
| 67 | # will not run into conflicts |
| Xisco Fauli | bb26552 | 2024-05-14 09:53:07 +0200 | [diff] [blame] | 68 | LIBCMIS_SHA256SUM := 1b5c2d7258ff93eb5f9958ff0e4dfd7332dc75a071bb717dde2217a26602a644 |
| 69 | LIBCMIS_TARBALL := libcmis-0.6.2.tar.xz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 70 | # three static lines |
| 71 | # so that git cherry-pick |
| 72 | # will not run into conflicts |
| Stephan Bergmann | 2193650 | 2022-09-15 21:06:04 +0200 | [diff] [blame] | 73 | COINMP_SHA256SUM := 3459fb0ccbdd39342744684338984ac4cc153fb0434f4cae8cf74bd67490a38d |
| 74 | COINMP_TARBALL := CoinMP-1.8.4.tgz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 75 | # three static lines |
| 76 | # so that git cherry-pick |
| 77 | # will not run into conflicts |
| Christian Lohmaier | ec4409a | 2022-12-15 14:00:28 +0100 | [diff] [blame] | 78 | CPPUNIT_SHA256SUM := 89c5c6665337f56fd2db36bc3805a5619709d51fb136e51937072f63fcc717a7 |
| 79 | CPPUNIT_TARBALL := cppunit-1.15.1.tar.gz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 80 | # three static lines |
| 81 | # so that git cherry-pick |
| 82 | # will not run into conflicts |
| Xisco Fauli | 8a9e4e8 | 2026-03-16 17:10:51 +0100 | [diff] [blame] | 83 | CURL_SHA256SUM := 4eb41489790d19e190d7ac7e18e82857cdd68af8f4e66b292ced562d333f11df |
| 84 | CURL_TARBALL := curl-8.19.0.tar.xz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 85 | # three static lines |
| 86 | # so that git cherry-pick |
| 87 | # will not run into conflicts |
| Christian Lohmaier | ec4409a | 2022-12-15 14:00:28 +0100 | [diff] [blame] | 88 | EBOOK_SHA256SUM := 7e8d8ff34f27831aca3bc6f9cc532c2f90d2057c778963b884ff3d1e34dfe1f9 |
| 89 | EBOOK_TARBALL := libe-book-0.1.3.tar.xz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 90 | # three static lines |
| 91 | # so that git cherry-pick |
| 92 | # will not run into conflicts |
| Christian Lohmaier | ec4409a | 2022-12-15 14:00:28 +0100 | [diff] [blame] | 93 | EPOXY_SHA256SUM := a7ced37f4102b745ac86d6a70a9da399cc139ff168ba6b8002b4d8d43c900c15 |
| 94 | EPOXY_TARBALL := libepoxy-1.5.10.tar.gz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 95 | # three static lines |
| 96 | # so that git cherry-pick |
| 97 | # will not run into conflicts |
| Christian Lohmaier | ec4409a | 2022-12-15 14:00:28 +0100 | [diff] [blame] | 98 | EPM_SHA256SUM := b3fc4c5445de6c9a801504a3ea3efb2d4ea9d5a622c9427e716736e7713ddb91 |
| 99 | EPM_TARBALL := 3ade8cfe7e59ca8e65052644fed9fca4-epm-3.7.tar.gz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 100 | # three static lines |
| 101 | # so that git cherry-pick |
| 102 | # will not run into conflicts |
| Christian Lohmaier | ec4409a | 2022-12-15 14:00:28 +0100 | [diff] [blame] | 103 | EPUBGEN_SHA256SUM := 03e084b994cbeffc8c3dd13303b2cb805f44d8f2c3b79f7690d7e3fc7f6215ad |
| 104 | EPUBGEN_TARBALL := libepubgen-0.1.1.tar.xz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 105 | # three static lines |
| 106 | # so that git cherry-pick |
| 107 | # will not run into conflicts |
| Xisco Fauli | 7290daa | 2025-09-22 13:05:13 +0200 | [diff] [blame] | 108 | ETONYEK_SHA256SUM := 032b71cb597edd92a0b270b916188281bc35be55296b263f6817b29adbcb1709 |
| 109 | ETONYEK_VERSION_MICRO := 13 |
| Christian Lohmaier | ec4409a | 2022-12-15 14:00:28 +0100 | [diff] [blame] | 110 | ETONYEK_TARBALL := libetonyek-0.1.$(ETONYEK_VERSION_MICRO).tar.xz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 111 | # three static lines |
| 112 | # so that git cherry-pick |
| 113 | # will not run into conflicts |
| Xisco Fauli | f70aaa6 | 2026-03-23 09:52:53 +0100 | [diff] [blame] | 114 | EXPAT_SHA256SUM := 1032dfef4ff17f70464827daa28369b20f6584d108bc36f17ab1676e1edd2f91 |
| 115 | EXPAT_TARBALL := expat-2.7.5.tar.xz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 116 | # three static lines |
| 117 | # so that git cherry-pick |
| 118 | # will not run into conflicts |
| Xisco Fauli | 4f870ba | 2026-03-09 13:56:52 +0100 | [diff] [blame] | 119 | FIREBIRD_SHA256SUM := bd263c4f685fb8fc3f1dcb8be8a411033cc31c5404d1dfce5d3849aa3f63a64d |
| 120 | FIREBIRD_TARBALL := Firebird-3.0.13.33818-0.tar.bz2 |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 121 | # three static lines |
| 122 | # so that git cherry-pick |
| 123 | # will not run into conflicts |
| Xisco Fauli | 0798f0f | 2025-07-03 15:57:20 +0200 | [diff] [blame] | 124 | FONTCONFIG_SHA256SUM := 9f5cae93f4fffc1fbc05ae99cdfc708cd60dfd6612ffc0512827025c026fa541 |
| 125 | FONTCONFIG_TARBALL := fontconfig-2.17.1.tar.xz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 126 | # three static lines |
| 127 | # so that git cherry-pick |
| 128 | # will not run into conflicts |
| Caolán McNamara | bf052b0 | 2023-01-19 20:19:15 +0000 | [diff] [blame] | 129 | # There are sadly now two Caladea fonts with different metrics, see: |
| 130 | # https://bugzilla.redhat.com/show_bug.cgi?id=2162532 |
| 131 | # https://github.com/huertatipografica/Caladea/issues/4 |
| 132 | # be careful on potential upgrades |
| Christian Lohmaier | ec4409a | 2022-12-15 14:00:28 +0100 | [diff] [blame] | 133 | FONT_CALADEA_SHA256SUM := c48d1c2fd613c9c06c959c34da7b8388059e2408d2bb19845dc3ed35f76e4d09 |
| 134 | FONT_CALADEA_TARBALL := 368f114c078f94214a308a74c7e991bc-crosextrafonts-20130214.tar.gz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 135 | # three static lines |
| 136 | # so that git cherry-pick |
| 137 | # will not run into conflicts |
| Christian Lohmaier | ec4409a | 2022-12-15 14:00:28 +0100 | [diff] [blame] | 138 | FONT_CARLITO_SHA256SUM := 4bd12b6cbc321c1cf16da76e2c585c925ce956a08067ae6f6c64eff6ccfdaf5a |
| 139 | FONT_CARLITO_TARBALL := c74b7223abe75949b4af367942d96c7a-crosextrafonts-carlito-20130920.tar.gz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 140 | # three static lines |
| 141 | # so that git cherry-pick |
| 142 | # will not run into conflicts |
| Christian Lohmaier | ec4409a | 2022-12-15 14:00:28 +0100 | [diff] [blame] | 143 | FONT_DEJAVU_SHA256SUM := 7576310b219e04159d35ff61dd4a4ec4cdba4f35c00e002a136f00e96a908b0a |
| 144 | FONT_DEJAVU_TARBALL := 33e1e61fab06a547851ed308b4ffef42-dejavu-fonts-ttf-2.37.zip |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 145 | # three static lines |
| 146 | # so that git cherry-pick |
| 147 | # will not run into conflicts |
| Christian Lohmaier | ec4409a | 2022-12-15 14:00:28 +0100 | [diff] [blame] | 148 | FONT_LIBERATION_NARROW_SHA256SUM := 8879d89b5ff7b506c9fc28efc31a5c0b954bbe9333e66e5283d27d20a8519ea3 |
| 149 | FONT_LIBERATION_NARROW_TARBALL := liberation-narrow-fonts-ttf-1.07.6.tar.gz |
| Xisco Fauli | ace72e8 | 2024-03-05 10:11:04 +0100 | [diff] [blame] | 150 | FONT_LIBERATION_SHA256SUM := 7191c669bf38899f73a2094ed00f7b800553364f90e2637010a69c0e268f25d0 |
| 151 | FONT_LIBERATION_TARBALL := liberation-fonts-ttf-2.1.5.tar.gz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 152 | # three static lines |
| 153 | # so that git cherry-pick |
| 154 | # will not run into conflicts |
| Christian Lohmaier | ec4409a | 2022-12-15 14:00:28 +0100 | [diff] [blame] | 155 | FONT_LINLIBERTINEG_SHA256SUM := 54adcb2bc8cac0927a647fbd9362f45eff48130ce6e2379dc3867643019e08c5 |
| 156 | FONT_LINLIBERTINEG_TARBALL := e7a384790b13c29113e22e596ade9687-LinLibertineG-20120116.zip |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 157 | # three static lines |
| 158 | # so that git cherry-pick |
| 159 | # will not run into conflicts |
| Xisco Fauli | 9e7f751 | 2025-12-29 12:00:21 +0100 | [diff] [blame] | 160 | FONT_NOTO_KUFI_ARABIC_SHA256SUM := 34390882c196f032811f2a3db8982c1e839f69aae3e4c2c1fdd63203150690df |
| 161 | FONT_NOTO_KUFI_ARABIC_TARBALL := NotoKufiArabic-v2.110.zip |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 162 | # three static lines |
| 163 | # so that git cherry-pick |
| 164 | # will not run into conflicts |
| Xisco Fauli | aa6b56c | 2024-11-26 19:22:14 +0100 | [diff] [blame] | 165 | FONT_NOTO_SANS_SHA256SUM := 0c34df072a3fa7efbb7cbf34950e1f971a4447cffe365d3a359e2d4089b958f5 |
| 166 | FONT_NOTO_SANS_TARBALL := NotoSans-v2.015.zip |
| Khaled Hosny | 69943f3 | 2023-09-26 11:24:31 +0300 | [diff] [blame] | 167 | # three static lines |
| 168 | # so that git cherry-pick |
| 169 | # will not run into conflicts |
| Xisco Fauli | 77bcd4d | 2024-11-26 19:24:12 +0100 | [diff] [blame] | 170 | FONT_NOTO_SERIF_SHA256SUM := 0e9a43c8a4b94ac76f55069ed1d7385bbcaf6b99527a94deb5619e032b7e76c1 |
| 171 | FONT_NOTO_SERIF_TARBALL := NotoSerif-v2.015.zip |
| Khaled Hosny | 96aba2d | 2023-09-26 11:30:54 +0300 | [diff] [blame] | 172 | # three static lines |
| 173 | # so that git cherry-pick |
| 174 | # will not run into conflicts |
| Xisco Fauli | e835642 | 2024-04-24 17:43:27 +0200 | [diff] [blame] | 175 | FONT_NOTO_SERIF_HEBREW_SHA256SUM := 99523f4f21051495f18cbd5169ed0d1e9b395eefe770fece1844a4a7a00c46da |
| 176 | FONT_NOTO_SERIF_HEBREW_TARBALL := NotoSerifHebrew-v2.004.zip |
| Khaled Hosny | 7376eed | 2023-09-26 12:08:00 +0300 | [diff] [blame] | 177 | # three static lines |
| 178 | # so that git cherry-pick |
| 179 | # will not run into conflicts |
| Khaled Hosny | 9998c24 | 2023-09-26 11:47:19 +0300 | [diff] [blame] | 180 | FONT_NOTO_SANS_ARABIC_SHA256SUM := a5a34ac1ea01d0d71c083f99440ebfb1f64224474a0d88bb7ef0e2f8d9a996d2 |
| 181 | FONT_NOTO_SANS_ARABIC_TARBALL := NotoSansArabic-v2.010.zip |
| 182 | # three static lines |
| 183 | # so that git cherry-pick |
| 184 | # will not run into conflicts |
| Xisco Fauli | f4bc769 | 2026-01-16 14:39:05 +0100 | [diff] [blame] | 185 | FONT_NOTO_NASKH_ARABIC_SHA256SUM := 6c050ab9bd087d69b733c505a7576e60c528c2f33cd7b91005a5bd7da4514032 |
| 186 | FONT_NOTO_NASKH_ARABIC_TARBALL := NotoNaskhArabic-v2.021.zip |
| Khaled Hosny | 4d6533a | 2023-09-26 11:53:35 +0300 | [diff] [blame] | 187 | # three static lines |
| 188 | # so that git cherry-pick |
| 189 | # will not run into conflicts |
| Xisco Fauli | 79a277a | 2024-06-04 17:39:43 +0200 | [diff] [blame] | 190 | FONT_NOTO_SANS_HEBREW_SHA256SUM := df0a71814b4e63644cf40fcc4529111b61266b7a2dafbe95068b29a7520cc3cb |
| 191 | FONT_NOTO_SANS_HEBREW_TARBALL := NotoSansHebrew-v3.001.zip |
| Khaled Hosny | 448d5d7 | 2023-09-26 12:03:06 +0300 | [diff] [blame] | 192 | # three static lines |
| 193 | # so that git cherry-pick |
| 194 | # will not run into conflicts |
| Khaled Hosny | d69317c | 2023-09-26 12:28:42 +0300 | [diff] [blame] | 195 | FONT_NOTO_SANS_ARMENIAN_SHA256SUM := eab89b99e134177ca6a3f9f0412a7cb812aafceb13175d686b4c45cb237f64ac |
| 196 | FONT_NOTO_SANS_ARMENIAN_TARBALL := NotoSansArmenian-v2.008.zip |
| 197 | # three static lines |
| 198 | # so that git cherry-pick |
| 199 | # will not run into conflicts |
| Khaled Hosny | 15f234b | 2023-09-26 12:34:35 +0300 | [diff] [blame] | 200 | FONT_NOTO_SERIF_ARMENIAN_SHA256SUM := b21c198a4c76ae598a304decefb3b5c2a4c2d4c3ae226728eff359185f291c6f |
| 201 | FONT_NOTO_SERIF_ARMENIAN_TARBALL := NotoSerifArmenian-v2.008.zip |
| 202 | # three static lines |
| 203 | # so that git cherry-pick |
| 204 | # will not run into conflicts |
| Xisco Fauli | 922b0ec | 2024-02-23 12:30:32 +0100 | [diff] [blame] | 205 | FONT_NOTO_SANS_GEORGIAN_SHA256SUM := 10e85011008108308e6feab0408242acb07804da61ede3d3ff236461ae07ab1b |
| 206 | FONT_NOTO_SANS_GEORGIAN_TARBALL := NotoSansGeorgian-v2.005.zip |
| Khaled Hosny | 529ddd5 | 2023-09-26 12:50:18 +0300 | [diff] [blame] | 207 | # three static lines |
| 208 | # so that git cherry-pick |
| 209 | # will not run into conflicts |
| Khaled Hosny | 0d49ac1 | 2023-09-26 12:56:53 +0300 | [diff] [blame] | 210 | FONT_NOTO_SERIF_GEORGIAN_SHA256SUM := cfb41a264b97d463bab6807a5be937ba4a6ddcfa93d519a21b98b0ba73ca27d4 |
| 211 | FONT_NOTO_SERIF_GEORGIAN_TARBALL := NotoSerifGeorgian-v2.003.zip |
| 212 | # three static lines |
| 213 | # so that git cherry-pick |
| 214 | # will not run into conflicts |
| Khaled Hosny | c4609a0 | 2023-09-26 13:02:59 +0300 | [diff] [blame] | 215 | FONT_NOTO_SANS_LAO_SHA256SUM := 5a87c31b1a40ef8147c1e84437e5f0ceba2d4dbbfc0b56a65821ad29870da8c0 |
| 216 | FONT_NOTO_SANS_LAO_TARBALL := NotoSansLao-v2.003.zip |
| 217 | # three static lines |
| 218 | # so that git cherry-pick |
| 219 | # will not run into conflicts |
| Khaled Hosny | 114b94f | 2023-09-26 13:07:09 +0300 | [diff] [blame] | 220 | FONT_NOTO_SERIF_LAO_SHA256SUM := e96a303d3347790b0ef3db274971a989a736ce766ec9ea1bea0e1458568a80b2 |
| 221 | FONT_NOTO_SERIF_LAO_TARBALL := NotoSerifLao-v2.003.zip |
| 222 | # three static lines |
| 223 | # so that git cherry-pick |
| 224 | # will not run into conflicts |
| Khaled Hosny | 00db842 | 2023-09-26 13:15:29 +0300 | [diff] [blame] | 225 | FONT_NOTO_SANS_LISU_SHA256SUM := b12a1ff762680681b7ce4d98dd29a7f54d90f5bcadd10c955afc640a27b3a268 |
| 226 | FONT_NOTO_SANS_LISU_TARBALL := NotoSansLisu-v2.102.zip |
| 227 | # three static lines |
| 228 | # so that git cherry-pick |
| 229 | # will not run into conflicts |
| Xisco Fauli | 786aed3 | 2024-08-29 17:53:46 +0200 | [diff] [blame] | 230 | FONT_CULMUS_SHA256SUM := 6daed104481007752a76905000e71c0093c591c8ef3017d1b18222c277fc52e3 |
| 231 | FONT_CULMUS_TARBALL := culmus-0.140.tar.gz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 232 | # three static lines |
| 233 | # so that git cherry-pick |
| 234 | # will not run into conflicts |
| Christian Lohmaier | ec4409a | 2022-12-15 14:00:28 +0100 | [diff] [blame] | 235 | FONT_LIBRE_HEBREW_SHA256SUM := f596257c1db706ce35795b18d7f66a4db99d427725f20e9384914b534142579a |
| 236 | FONT_LIBRE_HEBREW_TARBALL := libre-hebrew-1.0.tar.gz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 237 | # three static lines |
| 238 | # so that git cherry-pick |
| 239 | # will not run into conflicts |
| Christian Lohmaier | ec4409a | 2022-12-15 14:00:28 +0100 | [diff] [blame] | 240 | FONT_ALEF_SHA256SUM := b98b67602a2c8880a1770f0b9e37c190f29a7e2ade5616784f0b89fbdb75bf52 |
| 241 | FONT_ALEF_TARBALL := alef-1.001.tar.gz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 242 | # three static lines |
| 243 | # so that git cherry-pick |
| 244 | # will not run into conflicts |
| Xisco Fauli | c42357a | 2025-03-28 15:26:12 +0100 | [diff] [blame] | 245 | FONT_AMIRI_SHA256SUM := cae999a9fc5638cb69cf0812e8bca1437ef1ebbf094f8b3c5b3f0a3ea2ef8c3a |
| 246 | FONT_AMIRI_TARBALL := Amiri-1.001.zip |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 247 | # three static lines |
| 248 | # so that git cherry-pick |
| 249 | # will not run into conflicts |
| Xisco Fauli | b5a71e1 | 2025-10-27 12:21:15 +0100 | [diff] [blame] | 250 | FONT_REEM_SHA256SUM := 94ae468fd88f37011607f03466bfc3a03fb617682b7bac6419b70de94cac22f0 |
| 251 | FONT_REEM_TARBALL := ReemKufi-2.0.zip |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 252 | # three static lines |
| 253 | # so that git cherry-pick |
| 254 | # will not run into conflicts |
| Christian Lohmaier | ec4409a | 2022-12-15 14:00:28 +0100 | [diff] [blame] | 255 | FONT_SCHEHERAZADE_SHA256SUM := 251c8817ceb87d9b661ce1d5b49e732a0116add10abc046be4b8ba5196e149b5 |
| 256 | FONT_SCHEHERAZADE_TARBALL := Scheherazade-2.100.zip |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 257 | # three static lines |
| 258 | # so that git cherry-pick |
| 259 | # will not run into conflicts |
| Andras Timar | 958cabd | 2024-06-29 23:18:25 +0200 | [diff] [blame] | 260 | FONT_AGDASIMA_TARBALL := Agdasima-2.002.zip |
| 261 | FONT_AGDASIMA_SHA256SUM := b4c17499f8bc183320ffdcf1f8491c778dd68a237adc056dc08e1fcb2da488f3 |
| 262 | # three static lines |
| 263 | # so that git cherry-pick |
| 264 | # will not run into conflicts |
| 265 | FONT_BACASIME_ANTIQUE_TARBALL := Bacasime_Antique-2.000.zip |
| 266 | FONT_BACASIME_ANTIQUE_SHA256SUM := 81127cebc97d4ee0b950c2bc2d6be0ed29abfe0d5988435eb9a39e382557250a |
| 267 | # three static lines |
| 268 | # so that git cherry-pick |
| 269 | # will not run into conflicts |
| 270 | FONT_BELANOSIMA_TARBALL := Belanosima-2.000.zip |
| 271 | FONT_BELANOSIMA_SHA256SUM := 9c30e9e7cdb0797b651113a77f6b789659b8d8598a466b2ba92754e9dec30449 |
| 272 | # three static lines |
| 273 | # so that git cherry-pick |
| 274 | # will not run into conflicts |
| 275 | FONT_CAPRASIMO_TARBALL := Caprasimo-1.001.zip |
| 276 | FONT_CAPRASIMO_SHA256SUM := f066d27cfc99b6601083be102d08b4039da8d2834e2795aabd890f16c6fd1b9b |
| 277 | # three static lines |
| 278 | # so that git cherry-pick |
| 279 | # will not run into conflicts |
| 280 | FONT_LUGRASIMO_TARBALL := Lugrasimo-1.001.zip |
| 281 | FONT_LUGRASIMO_SHA256SUM := db24dff31e8ddf6a113556c947a219f9534b072852e9ce2079a08c94854a7503 |
| 282 | # three static lines |
| 283 | # so that git cherry-pick |
| 284 | # will not run into conflicts |
| 285 | FONT_LUMANOSIMO_TARBALL := Lumanosimo-1.010.zip |
| 286 | FONT_LUMANOSIMO_SHA256SUM := d4545ad6afded9a55d9a7728cfc7453cf5637861db87aafe0a730676a0cb960f |
| 287 | # three static lines |
| 288 | # so that git cherry-pick |
| 289 | # will not run into conflicts |
| 290 | FONT_LUNASIMA_TARBALL := Lunasima-2.009.zip |
| 291 | FONT_LUNASIMA_SHA256SUM := 4302809cf4b95b481bec53de87484d919b391c90a518d065f6c775fd435a5393 |
| 292 | # three static lines |
| 293 | # so that git cherry-pick |
| 294 | # will not run into conflicts |
| Christian Lohmaier | ec4409a | 2022-12-15 14:00:28 +0100 | [diff] [blame] | 295 | FREEHAND_SHA256SUM := 0e422d1564a6dbf22a9af598535425271e583514c0f7ba7d9091676420de34ac |
| 296 | FREEHAND_TARBALL := libfreehand-0.1.2.tar.xz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 297 | # three static lines |
| 298 | # so that git cherry-pick |
| 299 | # will not run into conflicts |
| Xisco Fauli | 713bc94 | 2026-03-23 10:05:31 +0100 | [diff] [blame] | 300 | FREETYPE_SHA256SUM := 36bc4f1cc413335368ee656c42afca65c5a3987e8768cc28cf11ba775e785a5f |
| 301 | FREETYPE_TARBALL := freetype-2.14.3.tar.xz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 302 | # three static lines |
| 303 | # so that git cherry-pick |
| 304 | # will not run into conflicts |
| Xisco Fauli | ce20d92 | 2024-08-30 13:33:29 +0200 | [diff] [blame] | 305 | FROZEN_SHA256SUM := ed8339c017d7c5fe019ac2c642477f435278f0dc643c1d69d3f3b1e95915e823 |
| 306 | FROZEN_TARBALL := frozen-1.2.0.tar.gz |
| Tomaž Vajngerl | 472fec1 | 2022-07-16 12:17:20 +0200 | [diff] [blame] | 307 | # three static lines |
| 308 | # so that git cherry-pick |
| 309 | # will not run into conflicts |
| Xisco Fauli | e4d38da | 2026-01-02 11:09:16 +0100 | [diff] [blame] | 310 | GLM_SHA256SUM := 3aa4347b8f13cba882df1c7b61a6ca910c75a875c56ec3d75d7dc9ae8eac34df |
| 311 | GLM_TARBALL := glm-1.0.3.zip |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 312 | # three static lines |
| 313 | # so that git cherry-pick |
| 314 | # will not run into conflicts |
| Xisco Fauli | 82b8db0 | 2025-05-19 23:12:16 +0200 | [diff] [blame] | 315 | GPGME_SHA256SUM := bfc17f5bd1b178c8649fdd918956d277080f33df006a2dc40acdecdce68c50dd |
| 316 | GPGME_TARBALL := gpgme-1.24.3.tar.bz2 |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 317 | # three static lines |
| 318 | # so that git cherry-pick |
| 319 | # will not run into conflicts |
| Christian Lohmaier | ec4409a | 2022-12-15 14:00:28 +0100 | [diff] [blame] | 320 | GRAPHITE_SHA256SUM := b8e892d8627c41888ff121e921455b9e2d26836978f2359173d19825da62b8fc |
| 321 | GRAPHITE_TARBALL := graphite2-minimal-1.3.14.tgz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 322 | # three static lines |
| 323 | # so that git cherry-pick |
| 324 | # will not run into conflicts |
| Xisco Fauli | 47f6eb1 | 2026-03-23 10:26:18 +0100 | [diff] [blame] | 325 | HARFBUZZ_SHA256SUM := 6695da3eb7e1be0aa3092fe4d81433a33b47f4519259c759d729e3a9a55c1429 |
| 326 | HARFBUZZ_TARBALL := harfbuzz-13.2.1.tar.xz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 327 | # three static lines |
| 328 | # so that git cherry-pick |
| 329 | # will not run into conflicts |
| Christian Lohmaier | ec4409a | 2022-12-15 14:00:28 +0100 | [diff] [blame] | 330 | HSQLDB_SHA256SUM := d30b13f4ba2e3b6a2d4f020c0dee0a9fb9fc6fbcc2d561f36b78da4bf3802370 |
| 331 | HSQLDB_TARBALL := 17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 332 | # three static lines |
| 333 | # so that git cherry-pick |
| 334 | # will not run into conflicts |
| László Németh | 247e161 | 2022-12-29 22:09:55 +0100 | [diff] [blame] | 335 | HUNSPELL_SHA256SUM := 11ddfa39afe28c28539fe65fc4f1592d410c1e9b6dd7d8a91ca25d85e9ec65b8 |
| 336 | HUNSPELL_TARBALL := hunspell-1.7.2.tar.gz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 337 | # three static lines |
| 338 | # so that git cherry-pick |
| 339 | # will not run into conflicts |
| Christian Lohmaier | ec4409a | 2022-12-15 14:00:28 +0100 | [diff] [blame] | 340 | HYPHEN_SHA256SUM := 304636d4eccd81a14b6914d07b84c79ebb815288c76fe027b9ebff6ff24d5705 |
| 341 | HYPHEN_TARBALL := 5ade6ae2a99bc1e9e57031ca88d36dad-hyphen-2.8.8.tar.gz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 342 | # three static lines |
| 343 | # so that git cherry-pick |
| 344 | # will not run into conflicts |
| Michael Weghorn | 809409c | 2023-10-25 16:19:33 +0200 | [diff] [blame] | 345 | IACCESSIBLE2_SHA256SUM := 0e279003f5199f80031c6dcd08f79d6f65a0505139160e7df0d09b226bff4023 |
| 346 | IACCESSIBLE2_TARBALL := IAccessible2-1.3+git20231013.3d8c7f0.tar.gz |
| 347 | # three static lines |
| 348 | # so that git cherry-pick |
| 349 | # will not run into conflicts |
| Xisco Fauli | e56ec7a | 2026-03-23 10:52:08 +0100 | [diff] [blame] | 350 | ICU_SHA256SUM := 3a2e7a47604ba702f345878308e6fefeca612ee895cf4a5f222e7955fabfe0c0 |
| 351 | ICU_TARBALL := icu4c-78.3-sources.tgz |
| 352 | ICU_DATA_SHA256SUM := 9d8b3899096aeb83e4e21ef8a40fec9e03b28db18c48452efac882ce25a91e27 |
| 353 | ICU_DATA_TARBALL := icu4c-78.3-data.zip |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 354 | # three static lines |
| 355 | # so that git cherry-pick |
| 356 | # will not run into conflicts |
| Xisco Fauli | 1f7acee | 2024-12-16 09:30:25 +0100 | [diff] [blame] | 357 | JAVA_WEBSOCKET_SHA256SUM := f3ce29efde338707241d47ab4784b19a1e3658bfa0564b5bc5f80c27e5118728 |
| Christian Lohmaier | bb26aa3 | 2025-02-07 11:53:12 +0100 | [diff] [blame] | 358 | # please also adjust the version in ridljar/pom.libreoffice.xml |
| Xisco Fauli | 1f7acee | 2024-12-16 09:30:25 +0100 | [diff] [blame] | 359 | JAVA_WEBSOCKET_TARBALL := Java-WebSocket-1.6.0.tar.gz |
| Skyler Grey | 8e24633 | 2023-08-18 13:30:35 +0000 | [diff] [blame] | 360 | # three static lines |
| 361 | # so that git cherry-pick |
| 362 | # will not run into conflicts |
| Christian Lohmaier | ec4409a | 2022-12-15 14:00:28 +0100 | [diff] [blame] | 363 | JFREEREPORT_FLOW_ENGINE_SHA256SUM := 233f66e8d25c5dd971716d4200203a612a407649686ef3b52075d04b4c9df0dd |
| 364 | JFREEREPORT_FLOW_ENGINE_TARBALL := ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip |
| 365 | JFREEREPORT_FLUTE_SHA256SUM := 1b5b24f7bc543c0362b667692f78db8bab4ed6dafc6172f104d0bd3757d8a133 |
| 366 | JFREEREPORT_FLUTE_TARBALL := d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip |
| 367 | JFREEREPORT_LIBBASE_SHA256SUM := 75c80359c9ce343c20aab8a36a45cb3b9ee7c61cf92c13ae45399d854423a9ba |
| 368 | JFREEREPORT_LIBBASE_TARBALL := eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip |
| 369 | JFREEREPORT_LIBFONTS_SHA256SUM := e0531091787c0f16c83965fdcbc49162c059d7f0c64669e7f119699321549743 |
| 370 | JFREEREPORT_LIBFONTS_TARBALL := 3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip |
| 371 | JFREEREPORT_LIBFORMULA_SHA256SUM := 5826d1551bf599b85742545f6e01a0079b93c1b2c8434bf409eddb3a29e4726b |
| 372 | JFREEREPORT_LIBFORMULA_TARBALL := 3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip |
| 373 | JFREEREPORT_LIBLAYOUT_SHA256SUM := e1fb87f3f7b980d33414473279615c4644027e013012d156efa538bc2b031772 |
| 374 | JFREEREPORT_LIBLAYOUT_TARBALL := db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip |
| 375 | JFREEREPORT_LIBLOADER_SHA256SUM := 3d853b19b1d94a6efa69e7af90f7f2b09ecf302913bee3da796c15ecfebcfac8 |
| 376 | JFREEREPORT_LIBLOADER_TARBALL := 97b2d4dba862397f446b217e2b623e71-libloader-1.1.6.zip |
| 377 | JFREEREPORT_LIBREPOSITORY_SHA256SUM := abe2c57ac12ba45d83563b02e240fa95d973376de2f720aab8fe11f2e621c095 |
| 378 | JFREEREPORT_LIBREPOSITORY_TARBALL := 8ce2fcd72becf06c41f7201d15373ed9-librepository-1.1.6.zip |
| 379 | JFREEREPORT_LIBSERIALIZER_SHA256SUM := 05640a1f6805b2b2d7e2cb9c50db9a5cb084e3c52ab1a71ce015239b4a1d4343 |
| 380 | JFREEREPORT_LIBSERIALIZER_TARBALL := f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip |
| 381 | JFREEREPORT_LIBXML_SHA256SUM := 7d2797fe9f79a77009721e3f14fa4a1dec17a6d706bdc93f85f1f01d124fab66 |
| 382 | JFREEREPORT_LIBXML_TARBALL := ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip |
| 383 | JFREEREPORT_SAC_SHA256SUM := 085f2112c51fa8c1783fac12fbd452650596415121348393bb51f0f7e85a9045 |
| 384 | JFREEREPORT_SAC_TARBALL := 39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 385 | # three static lines |
| 386 | # so that git cherry-pick |
| 387 | # will not run into conflicts |
| Xisco Fauli | a24f07c | 2026-03-31 16:33:33 +0200 | [diff] [blame] | 388 | LIBJPEG_TURBO_SHA256SUM := ecae8008e2cc9ade2f2c1bb9d5e6d4fb73e7c433866a056bd82980741571a022 |
| 389 | LIBJPEG_TURBO_TARBALL := libjpeg-turbo-3.1.4.1.tar.gz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 390 | # three static lines |
| 391 | # so that git cherry-pick |
| 392 | # will not run into conflicts |
| Xisco Fauli | 5176113 | 2025-08-26 17:46:49 +0200 | [diff] [blame] | 393 | LANGTAGREG_SHA256SUM := 9b008d21f97bbf37c5aefd07805ff5500524bccbe8c39d623e184b1ed425ff39 |
| 394 | LANGTAGREG_TARBALL := language-subtag-registry-2025-08-25.tar.bz2 |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 395 | # three static lines |
| 396 | # so that git cherry-pick |
| 397 | # will not run into conflicts |
| Xisco Fauli | bc26192 | 2026-01-09 15:13:44 +0100 | [diff] [blame] | 398 | LCMS2_SHA256SUM := ee67be3566f459362c1ee094fde2c159d33fa0390aa4ed5f5af676f9e5004347 |
| 399 | LCMS2_TARBALL := lcms2-2.18.tar.gz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 400 | # three static lines |
| 401 | # so that git cherry-pick |
| 402 | # will not run into conflicts |
| Xisco Fauli | dbff1a3 | 2025-02-19 09:47:16 +0100 | [diff] [blame] | 403 | LIBASSUAN_SHA256SUM := d2931cdad266e633510f9970e1a2f346055e351bb19f9b78912475b8074c36f6 |
| 404 | LIBASSUAN_TARBALL := libassuan-3.0.2.tar.bz2 |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 405 | # three static lines |
| 406 | # so that git cherry-pick |
| 407 | # will not run into conflicts |
| Xisco Fauli | 9060830 | 2025-12-04 17:22:50 +0100 | [diff] [blame] | 408 | LIBATOMIC_OPS_SHA256SUM := 0db3ebff755db170f65e74a64ec4511812e9ee3185c232eeffeacd274190dfb0 |
| 409 | LIBATOMIC_OPS_TARBALL := libatomic_ops-7.10.0.tar.gz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 410 | # three static lines |
| 411 | # so that git cherry-pick |
| 412 | # will not run into conflicts |
| Christian Lohmaier | ec4409a | 2022-12-15 14:00:28 +0100 | [diff] [blame] | 413 | LIBEOT_SHA256SUM := cf5091fa8e7dcdbe667335eb90a2cfdd0a3fe8f8c7c8d1ece44d9d055736a06a |
| 414 | LIBEOT_TARBALL := libeot-0.01.tar.bz2 |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 415 | # three static lines |
| 416 | # so that git cherry-pick |
| 417 | # will not run into conflicts |
| Caolán McNamara | 78027c6 | 2024-01-01 17:07:10 +0000 | [diff] [blame] | 418 | LIBEXTTEXTCAT_SHA256SUM := df0a59d413a5b202573d8d4f5159e33a8538da4f8e8e60979facc64d6290cebd |
| 419 | LIBEXTTEXTCAT_TARBALL := libexttextcat-3.4.7.tar.xz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 420 | # three static lines |
| 421 | # so that git cherry-pick |
| 422 | # will not run into conflicts |
| Xisco Fauli | ed0414c | 2025-08-07 00:52:22 +0200 | [diff] [blame] | 423 | LIBFFI_SHA256SUM := f3a3082a23b37c293a4fcd1053147b371f2ff91fa7ea1b2a52e335676bac82dc |
| 424 | LIBFFI_TARBALL := libffi-3.5.2.tar.gz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 425 | # three static lines |
| 426 | # so that git cherry-pick |
| 427 | # will not run into conflicts |
| Xisco Fauli | 00a5bc1 | 2026-02-18 14:35:29 +0100 | [diff] [blame] | 428 | LIBGPGERROR_SHA256SUM := a19bc5087fd97026d93cb4b45d51638d1a25202a5e1fbc3905799f424cfa6134 |
| 429 | LIBGPGERROR_TARBALL := libgpg-error-1.59.tar.bz2 |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 430 | # three static lines |
| 431 | # so that git cherry-pick |
| 432 | # will not run into conflicts |
| Xisco Fauli | 9bb3947 | 2025-09-24 14:38:35 +0200 | [diff] [blame] | 433 | LIBLANGTAG_SHA256SUM := a96975b79ddd8fef6d9295c083fe3f1afa1a8898a57235d4069255ade44e5cf2 |
| 434 | LIBLANGTAG_TARBALL := liblangtag-0.6.8.tar.bz2 |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 435 | # three static lines |
| 436 | # so that git cherry-pick |
| 437 | # will not run into conflicts |
| Christian Lohmaier | ec4409a | 2022-12-15 14:00:28 +0100 | [diff] [blame] | 438 | LIBNUMBERTEXT_SHA256SUM := 5dcb4db3b2340f81f601ce86d8d76b69e34d70f84f804192c901e4b7f84d5fb0 |
| 439 | LIBNUMBERTEXT_TARBALL := libnumbertext-1.0.11.tar.xz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 440 | # three static lines |
| 441 | # so that git cherry-pick |
| 442 | # will not run into conflicts |
| Xisco Fauli | 3227466 | 2024-04-01 12:59:17 +0200 | [diff] [blame] | 443 | LIBTOMMATH_SHA256SUM := 296272d93435991308eb73607600c034b558807a07e829e751142e65ccfa9d08 |
| 444 | LIBTOMMATH_TARBALL := ltm-1.3.0.tar.xz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 445 | # three static lines |
| 446 | # so that git cherry-pick |
| 447 | # will not run into conflicts |
| Xisco Fauli | 2925fdd | 2025-07-10 16:45:00 +0200 | [diff] [blame] | 448 | LIBWEBP_SHA256SUM := e4ab7009bf0629fd11982d4c2aa83964cf244cffba7347ecd39019a9e38c4564 |
| 449 | LIBWEBP_TARBALL := libwebp-1.6.0.tar.gz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 450 | # three static lines |
| 451 | # so that git cherry-pick |
| 452 | # will not run into conflicts |
| Xisco Fauli | 0971d482 | 2025-11-10 09:50:06 +0100 | [diff] [blame] | 453 | XMLSEC_SHA256SUM := a631c8cd7a6b86e6adb9f5b935d45a9cf9768b3cb090d461e8eb9d043cf9b62f |
| 454 | XMLSEC_TARBALL := xmlsec1-1.3.9.tar.gz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 455 | # three static lines |
| 456 | # so that git cherry-pick |
| 457 | # will not run into conflicts |
| Xisco Fauli | f5a8153 | 2025-10-22 10:31:23 +0200 | [diff] [blame] | 458 | LIBXML_SHA256SUM := c8b9bc81f8b590c33af8cc6c336dbff2f53409973588a351c95f1c621b13d09d |
| 459 | LIBXML_VERSION_MICRO := 2 |
| 460 | LIBXML_TARBALL := libxml2-2.15.$(LIBXML_VERSION_MICRO).tar.xz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 461 | # three static lines |
| 462 | # so that git cherry-pick |
| 463 | # will not run into conflicts |
| Xisco Fauli | ed14fd4 | 2025-12-04 12:13:56 +0100 | [diff] [blame] | 464 | LIBXSLT_SHA256SUM := 9acfe68419c4d06a45c550321b3212762d92f41465062ca4ea19e632ee5d216e |
| 465 | LIBXSLT_VERSION_MICRO := 45 |
| Christian Lohmaier | ec4409a | 2022-12-15 14:00:28 +0100 | [diff] [blame] | 466 | LIBXSLT_TARBALL := libxslt-1.1.$(LIBXSLT_VERSION_MICRO).tar.xz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 467 | # three static lines |
| 468 | # so that git cherry-pick |
| 469 | # will not run into conflicts |
| Christian Lohmaier | ec4409a | 2022-12-15 14:00:28 +0100 | [diff] [blame] | 470 | LPSOLVE_SHA256SUM := 171816288f14215c69e730f7a4f1c325739873e21f946ff83884b350574e6695 |
| 471 | LPSOLVE_TARBALL := 26b3e95ddf3d9c077c480ea45874b3b8-lp_solve_5.5.tar.gz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 472 | # three static lines |
| 473 | # so that git cherry-pick |
| 474 | # will not run into conflicts |
| Xisco Fauli | 0453e84 | 2025-09-22 09:39:58 +0200 | [diff] [blame] | 475 | LXML_SHA256SUM := cd79f3367bd74b317dda655dc8fcfa304d9eb6e4fb06b7168c5cf27f96e0cd62 |
| 476 | LXML_TARBALL := lxml-6.0.2.tar.gz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 477 | # three static lines |
| 478 | # so that git cherry-pick |
| 479 | # will not run into conflicts |
| Xisco Fauli | e737745 | 2026-03-31 22:10:03 +0200 | [diff] [blame] | 480 | LZMA_SHA256SUM := 3d3a1b973af218114f4f889bbaa2f4c037deaae0c8e815eec381c3d546b974a0 |
| 481 | LZMA_TARBALL := xz-5.8.3.tar.gz |
| Xisco Fauli | 1cb84d6 | 2025-10-30 20:11:23 +0100 | [diff] [blame] | 482 | # three static lines |
| 483 | # so that git cherry-pick |
| 484 | # will not run into conflicts |
| Xisco Fauli | 72f548d | 2025-12-01 13:24:23 +0100 | [diff] [blame] | 485 | MARIADB_CONNECTOR_C_SHA256SUM := 156aed3b49f857d0ac74fb76f1982968bcbfd8382da3f5b6ae71f616729920d7 |
| 486 | MARIADB_CONNECTOR_C_TARBALL := mariadb-connector-c-3.4.8-src.tar.gz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 487 | # three static lines |
| 488 | # so that git cherry-pick |
| 489 | # will not run into conflicts |
| Kohei Yoshida | 8aa7a23 | 2026-03-02 19:01:06 -0500 | [diff] [blame] | 490 | MDDS_SHA256SUM := 673f5bb94612dbba581fc92b99b5e5dd1a53e29496a5dbc936432f6b0687c112 |
| 491 | MDDS_TARBALL := mdds-3.2.1.tar.xz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 492 | # three static lines |
| 493 | # so that git cherry-pick |
| 494 | # will not run into conflicts |
| Christian Lohmaier | ec4409a | 2022-12-15 14:00:28 +0100 | [diff] [blame] | 495 | MDNSRESPONDER_SHA256SUM := e777b4d7dbf5eb1552cb80090ad1ede319067ab6e45e3990d68aabf6e8b3f5a0 |
| 496 | MDNSRESPONDER_TARBALL := mDNSResponder-878.200.35.tar.gz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 497 | # three static lines |
| 498 | # so that git cherry-pick |
| 499 | # will not run into conflicts |
| Patrick Luby | 26c44f9 | 2025-08-02 17:12:57 -0400 | [diff] [blame] | 500 | MESON_SHA256SUM := f118aa910fc0a137cc2dd0122232dbf82153d9a12fb5b0f5bb64896f6a157abf |
| 501 | MESON_TARBALL := meson-1.8.3.tar.gz |
| Christian Lohmaier | 9430b65 | 2025-05-07 19:46:13 +0200 | [diff] [blame] | 502 | # three static lines |
| 503 | # so that git cherry-pick |
| 504 | # will not run into conflicts |
| Christian Lohmaier | ec4409a | 2022-12-15 14:00:28 +0100 | [diff] [blame] | 505 | MSPUB_SHA256SUM := ef36c1a1aabb2ba3b0bedaaafe717bf4480be2ba8de6f3894be5fd3702b013ba |
| 506 | MSPUB_TARBALL := libmspub-0.1.4.tar.xz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 507 | # three static lines |
| 508 | # so that git cherry-pick |
| 509 | # will not run into conflicts |
| Xisco Fauli | 16357c6 | 2024-05-10 14:28:41 +0200 | [diff] [blame] | 510 | MWAW_SHA256SUM := a1a39ffcea3ff2a7a7aae0c23877ddf4918b554bf82b0de5d7ce8e7f61ea8e32 |
| 511 | MWAW_VERSION_MICRO := 22 |
| Christian Lohmaier | ec4409a | 2022-12-15 14:00:28 +0100 | [diff] [blame] | 512 | MWAW_TARBALL := libmwaw-0.3.$(MWAW_VERSION_MICRO).tar.xz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 513 | # three static lines |
| 514 | # so that git cherry-pick |
| 515 | # will not run into conflicts |
| Christian Lohmaier | ec4409a | 2022-12-15 14:00:28 +0100 | [diff] [blame] | 516 | MYTHES_SHA256SUM := 19279f70707bbe5ffa619f2dc319f888cec0c4a8d339dc0a21330517bd6f521d |
| 517 | MYTHES_TARBALL := mythes-1.2.5.tar.xz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 518 | # three static lines |
| 519 | # so that git cherry-pick |
| 520 | # will not run into conflicts |
| Xisco Fauli | 13d91cf | 2026-03-25 09:43:04 +0100 | [diff] [blame] | 521 | NSS_SHA256SUM := d7c18446797a8b1f20524cb20ef32feba043c12077ee1a772c63f344b9435c36 |
| 522 | NSS_TARBALL := nss-3.122-with-nspr-4.38.2.tar.gz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 523 | # three static lines |
| 524 | # so that git cherry-pick |
| 525 | # will not run into conflicts |
| Christian Lohmaier | ec4409a | 2022-12-15 14:00:28 +0100 | [diff] [blame] | 526 | ODFGEN_SHA256SUM := 55200027fd46623b9bdddd38d275e7452d1b0ff8aeddcad6f9ae6dc25f610625 |
| 527 | ODFGEN_VERSION_MICRO := 8 |
| 528 | ODFGEN_TARBALL := libodfgen-0.1.$(ODFGEN_VERSION_MICRO).tar.xz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 529 | # three static lines |
| 530 | # so that git cherry-pick |
| 531 | # will not run into conflicts |
| Xisco Fauli | 8383796 | 2026-01-30 15:03:57 +0100 | [diff] [blame] | 532 | ODFVALIDATOR_SHA256SUM := c4178c5ba63f9cfa5b975f5af2d276c79919400b3bc5d38cedb9372435908fb2 |
| 533 | ODFVALIDATOR_JAR := odfvalidator-0.13.0-jar-with-dependencies.jar |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 534 | # three static lines |
| 535 | # so that git cherry-pick |
| 536 | # will not run into conflicts |
| Noel Grandin | 49a1acf | 2026-01-13 10:19:57 +0200 | [diff] [blame] | 537 | OFFICEOTRON_SHA256SUM := c72cdcb7fe7cfe917d1fb8766ddbc3f92b6124ecd5fb8c6dc0ddabb74a7e057c |
| 538 | OFFICEOTRON_JAR := officeotron-0.8.8.jar |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 539 | # three static lines |
| 540 | # so that git cherry-pick |
| 541 | # will not run into conflicts |
| Xisco Fauli | 7039373 | 2026-02-02 15:38:09 +0100 | [diff] [blame] | 542 | VERAPDF_SHA256SUM := bdeef807f7e883fe3ff4e0a4712dc216064ca670d5c857fbc94408266719f0f4 |
| 543 | VERAPDF_JAR := verapdf-cli-1.29.0.jar |
| 544 | # three static lines |
| 545 | # so that git cherry-pick |
| 546 | # will not run into conflicts |
| Stephan Bergmann | 28bad38 | 2024-01-04 12:00:27 +0100 | [diff] [blame] | 547 | ONLINEUPDATE_SHA256SUM := 37206cf981e8409d048b59ac5839621ea107ff49af72beb9d7769a2f41da8d90 |
| 548 | ONLINEUPDATE_TARBALL := onlineupdate-c003be8b9727672e7d30972983b375f4c200233f-2.tar.xz |
| Stephan Bergmann | 3a445cb | 2023-12-08 16:39:43 +0100 | [diff] [blame] | 549 | # three static lines |
| 550 | # so that git cherry-pick |
| 551 | # will not run into conflicts |
| Xisco Fauli | 5935eb9 | 2026-03-09 23:03:12 +0100 | [diff] [blame] | 552 | OPENLDAP_SHA256SUM := d693b49517a42efb85a1a364a310aed16a53d428d1b46c0d31ef3fba78fcb656 |
| 553 | OPENLDAP_TARBALL := openldap-2.6.13.tgz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 554 | # three static lines |
| 555 | # so that git cherry-pick |
| 556 | # will not run into conflicts |
| Xisco Fauli | 3466a60 | 2026-01-27 16:54:28 +0100 | [diff] [blame] | 557 | OPENSSL_SHA256SUM := b28c91532a8b65a1f983b4c28b7488174e4a01008e29ce8e69bd789f28bc2a89 |
| 558 | OPENSSL_TARBALL := openssl-3.5.5.tar.gz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 559 | # three static lines |
| 560 | # so that git cherry-pick |
| 561 | # will not run into conflicts |
| Kohei Yoshida | d48fddc | 2025-09-15 22:28:20 -0400 | [diff] [blame] | 562 | ORCUS_SHA256SUM := 1c6e473d6b8a63d61d0e6874a1762d6f0e0e78338d763e48ac93126ecde19b37 |
| 563 | ORCUS_TARBALL := liborcus-0.21.0.tar.xz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 564 | # three static lines |
| 565 | # so that git cherry-pick |
| 566 | # will not run into conflicts |
| Christian Lohmaier | ec4409a | 2022-12-15 14:00:28 +0100 | [diff] [blame] | 567 | PAGEMAKER_SHA256SUM := 66adacd705a7d19895e08eac46d1e851332adf2e736c566bef1164e7a442519d |
| 568 | PAGEMAKER_TARBALL := libpagemaker-0.0.4.tar.xz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 569 | # three static lines |
| 570 | # so that git cherry-pick |
| 571 | # will not run into conflicts |
| Xisco Fauli | 2f57569 | 2026-02-19 12:38:20 +0100 | [diff] [blame] | 572 | PDFIUM_SHA256SUM := 8de122fff74461770c9ca93ca3e6ca946b077f9110d562f40815e187e1255774 |
| 573 | PDFIUM_TARBALL := pdfium-7681.tar.bz2 |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 574 | # three static lines |
| 575 | # so that git cherry-pick |
| 576 | # will not run into conflicts |
| Xisco Fauli | 0041200 | 2025-12-05 13:09:46 +0100 | [diff] [blame] | 577 | AFDKO_SHA256SUM := 5feed7c2468e25b25fce0479c04af07f4ed2680bc9251bb4c4aef9ec2fba5720 |
| 578 | AFDKO_TARBALL := afdko-4.0.3.tar.gz |
| Caolán McNamara | 4297095 | 2025-09-19 14:17:55 +0100 | [diff] [blame] | 579 | # three static lines |
| 580 | # so that git cherry-pick |
| 581 | # will not run into conflicts |
| 582 | ANTLR4CPPRUNTIME_SHA256SUM := 0ed13668906e86dbc0dcddf30fdee68c10203dea4e83852b4edb810821bee3c4 |
| 583 | ANTLR4CPPRUNTIME_TARBALL := antlr4-cpp-runtime-4.13.2-source.zip |
| 584 | # three static lines |
| 585 | # so that git cherry-pick |
| 586 | # will not run into conflicts |
| Caolán McNamara | 2b515d09 | 2025-09-19 12:47:25 +0100 | [diff] [blame] | 587 | PIXMAN_SHA256SUM := a098c33924754ad43f981b740f6d576c70f9ed1006e12221b1845431ebce1239 |
| 588 | PIXMAN_TARBALL := pixman-0.46.4.tar.xz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 589 | # three static lines |
| 590 | # so that git cherry-pick |
| 591 | # will not run into conflicts |
| Xisco Fauli | a4eba67 | 2026-03-26 09:03:03 +0100 | [diff] [blame] | 592 | LIBPNG_SHA256SUM := f7d8bf1601b7804f583a254ab343a6549ca6cf27d255c302c47af2d9d36a6f18 |
| 593 | LIBPNG_TARBALL := libpng-1.6.56.tar.xz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 594 | # three static lines |
| 595 | # so that git cherry-pick |
| 596 | # will not run into conflicts |
| Xisco Fauli | b3a027d | 2025-09-18 18:16:36 +0200 | [diff] [blame] | 597 | LIBTIFF_SHA256SUM := b92017489bdc1db3a4c97191aa4b75366673cb746de0dce5d7a749d5954681ba |
| 598 | LIBTIFF_TARBALL := tiff-4.7.1.tar.xz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 599 | # three static lines |
| 600 | # so that git cherry-pick |
| 601 | # will not run into conflicts |
| Xisco Fauli | 107bdeb | 2026-03-05 11:05:26 +0100 | [diff] [blame] | 602 | POPPLER_SHA256SUM := 8b3c5e2a9f2ab4c3ec5029f28af1b433c6b71f0d1e7b3997aa561cf1c0ca4ebe |
| 603 | POPPLER_TARBALL := poppler-26.03.0.tar.xz |
| Taichi Haradaguchi | 79e60bb | 2023-03-14 19:01:26 +0900 | [diff] [blame] | 604 | POPPLER_DATA_SHA256SUM := c835b640a40ce357e1b83666aabd95edffa24ddddd49b8daff63adb851cdab74 |
| 605 | POPPLER_DATA_TARBALL := poppler-data-0.4.12.tar.gz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 606 | # three static lines |
| 607 | # so that git cherry-pick |
| 608 | # will not run into conflicts |
| Xisco Fauli | da8aeb1 | 2026-02-26 16:40:16 +0100 | [diff] [blame] | 609 | POSTGRESQL_SHA256SUM := ae14f24c14727e0b2ded1c5553031666099bd1054db3ef44bfa6e2bd6d554a56 |
| 610 | POSTGRESQL_TARBALL := postgresql-15.17.tar.bz2 |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 611 | # three static lines |
| 612 | # so that git cherry-pick |
| 613 | # will not run into conflicts |
| Xisco Fauli | abd3a75 | 2026-02-04 09:48:16 +0100 | [diff] [blame] | 614 | PYTHON_SHA256SUM := 2a84cd31dd8d8ea8aaff75de66fc1b4b0127dd5799aa50a64ae9a313885b4593 |
| 615 | PYTHON_TARBALL := Python-3.13.12.tar.xz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 616 | # three static lines |
| 617 | # so that git cherry-pick |
| 618 | # will not run into conflicts |
| Christian Lohmaier | ec4409a | 2022-12-15 14:00:28 +0100 | [diff] [blame] | 619 | QXP_SHA256SUM := e137b6b110120a52c98edd02ebdc4095ee08d0d5295a94316a981750095a945c |
| 620 | QXP_TARBALL := libqxp-0.0.2.tar.xz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 621 | # three static lines |
| 622 | # so that git cherry-pick |
| 623 | # will not run into conflicts |
| Taichi haradaguchi | c75c21e | 2024-01-06 14:49:07 +0900 | [diff] [blame] | 624 | RAPTOR_SHA256SUM := 089db78d7ac982354bdbf39d973baf09581e6904ac4c92a98c5caadb3de44680 |
| 625 | RAPTOR_TARBALL := raptor2-2.0.16.tar.gz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 626 | # three static lines |
| 627 | # so that git cherry-pick |
| 628 | # will not run into conflicts |
| Christian Lohmaier | ec4409a | 2022-12-15 14:00:28 +0100 | [diff] [blame] | 629 | RASQAL_SHA256SUM := 6924c9ac6570bd241a9669f83b467c728a322470bf34f4b2da4f69492ccfd97c |
| 630 | RASQAL_TARBALL := 1f5def51ca0026cd192958ef07228b52-rasqal-0.9.33.tar.gz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 631 | # three static lines |
| 632 | # so that git cherry-pick |
| 633 | # will not run into conflicts |
| Christian Lohmaier | ec4409a | 2022-12-15 14:00:28 +0100 | [diff] [blame] | 634 | REDLAND_SHA256SUM := de1847f7b59021c16bdc72abb4d8e2d9187cd6124d69156f3326dd34ee043681 |
| 635 | REDLAND_TARBALL := e5be03eda13ef68aabab6e42aa67715e-redland-1.0.17.tar.gz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 636 | # three static lines |
| 637 | # so that git cherry-pick |
| 638 | # will not run into conflicts |
| Xisco Fauli | 49a0203 | 2024-05-09 18:02:59 +0200 | [diff] [blame] | 639 | REVENGE_SHA256SUM := 5892ca6796f7a2a93d580832e907e849b19d980b40d326a283b18877ab6de0c5 |
| 640 | REVENGE_VERSION_MICRO := 5 |
| Christian Lohmaier | ec4409a | 2022-12-15 14:00:28 +0100 | [diff] [blame] | 641 | REVENGE_TARBALL := librevenge-0.0.$(REVENGE_VERSION_MICRO).tar.bz2 |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 642 | # three static lines |
| 643 | # so that git cherry-pick |
| 644 | # will not run into conflicts |
| Ujjawal Kumar | 8539f39 | 2025-06-13 23:07:17 +0530 | [diff] [blame] | 645 | MD4C_SHA256SUM := 55d0111d48fb11883aaee91465e642b8b640775a4d6993c2d0e7a8092758ef21 |
| 646 | MD4C_TARBALL := md4c-release-0.5.2.tar.gz |
| 647 | # three static lines |
| 648 | # so that git cherry-pick |
| 649 | # will not run into conflicts |
| Xisco Fauli | 2f83cff | 2025-12-04 11:14:36 +0100 | [diff] [blame] | 650 | RHINO_SHA256SUM := 65599965d82c0e60332601d511dacb0241e796cabfa5550c72bb80c4bf89e8ad |
| 651 | RHINO_TARBALL := rhino-1.7.15.1.zip |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 652 | # three static lines |
| 653 | # so that git cherry-pick |
| 654 | # will not run into conflicts |
| Xisco Fauli | 358c3ee | 2026-03-24 17:17:45 +0100 | [diff] [blame] | 655 | SKIA_SHA256SUM := 1c64e5ea66040e38689e163d9a64b7aa2d3de7225c2bf21db422329f6825489a |
| 656 | SKIA_TARBALL := skia-m147-fd139e79fd4553ba16556c1bca6c0f4dd9bc6fa5.tar.xz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 657 | # three static lines |
| 658 | # so that git cherry-pick |
| 659 | # will not run into conflicts |
| Xisco Fauli | 60ce5b2 | 2026-03-07 12:33:42 +0100 | [diff] [blame] | 660 | SQLITE3_SHA256SUM := 45d0fea15971dd1300e5b509f48ca134621e10d9297713b64618fbca21b325fa |
| 661 | SQLITE3_TARBALL := sqlite-amalgamation-3520000.zip |
| Xisco Fauli | f98ce0f | 2025-10-27 14:39:23 +0100 | [diff] [blame] | 662 | # three static lines |
| 663 | # so that git cherry-pick |
| 664 | # will not run into conflicts |
| Christian Lohmaier | ec4409a | 2022-12-15 14:00:28 +0100 | [diff] [blame] | 665 | STAROFFICE_SHA256SUM := f94fb0ad8216f97127bedef163a45886b43c62deac5e5b0f5e628e234220c8db |
| 666 | STAROFFICE_VERSION_MICRO := 7 |
| 667 | STAROFFICE_TARBALL := libstaroffice-0.0.$(STAROFFICE_VERSION_MICRO).tar.xz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 668 | # three static lines |
| 669 | # so that git cherry-pick |
| 670 | # will not run into conflicts |
| Christian Lohmaier | ec4409a | 2022-12-15 14:00:28 +0100 | [diff] [blame] | 671 | TWAIN_DSM_SHA256SUM := 82c818be771f242388457aa8c807e4b52aa84dc22b21c6c56184a6b4cbb085e6 |
| 672 | TWAIN_DSM_TARBALL := twaindsm_2.4.1.orig.tar.gz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 673 | # three static lines |
| 674 | # so that git cherry-pick |
| 675 | # will not run into conflicts |
| Xisco Fauli | 63887d9 | 2025-09-23 16:06:12 +0200 | [diff] [blame] | 676 | VISIO_SHA256SUM := 9e9eff75112d4d92d92262ad7fc2599c21e26f8fc5ba54900efdc83c0501e472 |
| 677 | VISIO_TARBALL := libvisio-0.1.10.tar.xz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 678 | # three static lines |
| 679 | # so that git cherry-pick |
| 680 | # will not run into conflicts |
| Christian Lohmaier | ec4409a | 2022-12-15 14:00:28 +0100 | [diff] [blame] | 681 | WPD_SHA256SUM := 2465b0b662fdc5d4e3bebcdc9a79027713fb629ca2bff04a3c9251fdec42dd09 |
| 682 | WPD_VERSION_MICRO := 3 |
| 683 | WPD_TARBALL := libwpd-0.10.$(WPD_VERSION_MICRO).tar.xz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 684 | # three static lines |
| 685 | # so that git cherry-pick |
| 686 | # will not run into conflicts |
| Julien Nabet | 0c0c9a0 | 2023-04-30 07:47:40 +0200 | [diff] [blame] | 687 | WPG_SHA256SUM := b55fda9440d1e070630eb2487d8b8697cf412c214a27caee9df69cec7c004de3 |
| 688 | WPG_VERSION_MICRO := 4 |
| Christian Lohmaier | ec4409a | 2022-12-15 14:00:28 +0100 | [diff] [blame] | 689 | WPG_TARBALL := libwpg-0.3.$(WPG_VERSION_MICRO).tar.xz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 690 | # three static lines |
| 691 | # so that git cherry-pick |
| 692 | # will not run into conflicts |
| Taichi Haradaguchi | 6acdde8 | 2023-09-21 20:23:26 +0900 | [diff] [blame] | 693 | WPS_SHA256SUM := 365b968e270e85a8469c6b160aa6af5619a4e6c995dbb04c1ecc1b4dd13e80de |
| 694 | WPS_VERSION_MICRO := 14 |
| Christian Lohmaier | ec4409a | 2022-12-15 14:00:28 +0100 | [diff] [blame] | 695 | WPS_TARBALL := libwps-0.4.$(WPS_VERSION_MICRO).tar.xz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 696 | # three static lines |
| 697 | # so that git cherry-pick |
| 698 | # will not run into conflicts |
| Christian Lohmaier | ec4409a | 2022-12-15 14:00:28 +0100 | [diff] [blame] | 699 | XSLTML_SHA256SUM := 75823776fb51a9c526af904f1503a7afaaab900fba83eda64f8a41073724c870 |
| 700 | XSLTML_TARBALL := a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 701 | # three static lines |
| 702 | # so that git cherry-pick |
| 703 | # will not run into conflicts |
| Michael Stahl | b28efcf | 2025-06-24 15:34:40 +0200 | [diff] [blame] | 704 | YRS_SHA256SUM := 67c02f1b74fda33bcc824a310028c100ce2a84b6e63ade46ae1a3258e867a225 |
| 705 | YRS_TARBALL := y-crdt-0.23.5.tar.gz |
| 706 | # three static lines |
| 707 | # so that git cherry-pick |
| 708 | # will not run into conflicts |
| Xisco Fauli | 47edd83 | 2026-02-18 12:45:07 +0100 | [diff] [blame] | 709 | ZLIB_SHA256SUM := d7a0654783a4da529d1bb793b7ad9c3318020af77667bcae35f95d0e42a792f3 |
| 710 | ZLIB_TARBALL := zlib-1.3.2.tar.xz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 711 | # three static lines |
| 712 | # so that git cherry-pick |
| 713 | # will not run into conflicts |
| Akshay Kumar Dubey | b410749 | 2025-04-16 02:05:16 +0530 | [diff] [blame] | 714 | ZSTD_SHA256SUM := eb33e51f49a15e023950cd7825ca74a4a2b43db8354825ac24fc1b7ee09e6fa3 |
| 715 | ZSTD_TARBALL := zstd-1.5.7.tar.gz |
| 716 | # three static lines |
| 717 | # so that git cherry-pick |
| 718 | # will not run into conflicts |
| Christian Lohmaier | ec4409a | 2022-12-15 14:00:28 +0100 | [diff] [blame] | 719 | ZMF_SHA256SUM := 27051a30cb057fdb5d5de65a1f165c7153dc76e27fe62251cbb86639eb2caf22 |
| 720 | ZMF_TARBALL := libzmf-0.0.2.tar.xz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 721 | # three static lines |
| 722 | # so that git cherry-pick |
| 723 | # will not run into conflicts |
| Xisco Fauli | 5ed5f6d | 2025-08-07 10:17:30 +0200 | [diff] [blame] | 724 | ZXCVBN_C_SHA256SUM := 11e39f6776f9c82c68b2acb94336e32697d4ab6cdb4ac16f9583ccbdd735113a |
| 725 | ZXCVBN_C_TARBALL := zxcvbn-c-2.6.tar.gz |
| Sarper Akdemir | 3d5cafb | 2023-10-02 15:56:04 +0300 | [diff] [blame] | 726 | # three static lines |
| 727 | # so that git cherry-pick |
| 728 | # will not run into conflicts |
| Xisco Fauli | 1e1a0d4 | 2026-02-19 13:18:15 +0100 | [diff] [blame] | 729 | ZXING_SHA256SUM := e957f13e2ad4e31badb3d9af3f6ba8999a3ca3c9cc4d6bafc98032f9cce1a090 |
| 730 | ZXING_TARBALL := zxing-cpp-3.0.2.tar.gz |
| Christian Lohmaier | 3753031 | 2022-12-15 18:08:59 +0100 | [diff] [blame] | 731 | # three static lines |
| 732 | # so that git cherry-pick |
| 733 | # will not run into conflicts |
| Christian Lohmaier | ec4409a | 2022-12-15 14:00:28 +0100 | [diff] [blame] | 734 | OPENSYMBOL_SHA256SUM := f543e6e2d7275557a839a164941c0a86e5f2c3f2a0042bfc434c88c6dde9e140 |
| 735 | OPENSYMBOL_TTF := f543e6e2d7275557a839a164941c0a86e5f2c3f2a0042bfc434c88c6dde9e140-opens___.ttf |