dcmtk ver. bump

This commit is contained in:
Rmys
2026-02-19 23:32:16 +03:00
parent 11b5b8ba67
commit f8166860e2
2 changed files with 6 additions and 5 deletions
+3 -2
View File
@@ -17,6 +17,7 @@ def setup():
-DCMAKE_INSTALL_PREFIX='/usr' \
-DCMAKE_INSTALL_LIBDIR='lib' \
-DBUILD_SHARED_LIBS=ON \
-DCMAKE_INSTALL_SYSCONFDIR=/etc/dcmtk \
-DBUILD_STATIC_LIBS=OFF", sourceDir="..")
def build():
@@ -26,8 +27,8 @@ def install():
shelltools.cd("build")
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.domove("/usr/etc/dcmtk/", "/etc")
pisitools.removeDir("/usr/etc")
# pisitools.domove("/usr/etc/dcmtk/", "/etc")
# pisitools.removeDir("/usr/etc")
# pisitools.dodoc("Copyright", "README")
+3 -3
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>Google's common library for parsing, formatting, and validating international phone numbers</Summary>
<Description>Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers. The Java version is optimized for running on smartphones, and is used by the Android framework since 4.0</Description>
<Archive sha1sum="c91339b598d3d9ccc27795d3330bdac01aa4833e" type="binary">https://github.com/google/libphonenumber/archive/refs/tags/v9.0.24.tar.gz</Archive>
<Archive sha1sum="c91339b598d3d9ccc27795d3330bdac01aa4833e" type="targz">https://github.com/google/libphonenumber/archive/refs/tags/v9.0.24.tar.gz</Archive>
<BuildDependencies>
<Dependency>git</Dependency>
<Dependency>cmake</Dependency>
@@ -24,8 +24,8 @@
<Dependency>jre8-openjdk-headless</Dependency>
</BuildDependencies>
<Patches>
<Patch>0002-Remove-Werror.patch</Patch>
<Patch>libphonenumber-8.13.47-cmake.patch</Patch>
<Patch>0002-Remove-Werror.patch</Patch> -->
<Patch>libphonenumber-8.13.47-cmake.patch</Patch> -->
</Patches>
</Source>