Source: libemf
Version: 1.0.13-7
Severity: wishlist
Tags: patch
User: debian-loonga...@lists.debian.org
Usertags: loong64
Dear maintainers,
The packages libemf1 and printemf wasn't built from libemf source
package for loong64.
The install dependency of libemf-dev is libemf1, for examples,
```
Reasons for BD-Uninstallable:
dia build-depends on:
- libemf-dev:loong64
libemf-dev depends on missing:
- libemf1:loong64 (= 1.0.13-7+b1)
```
I have added the build support for loongarch64 in the libemf source
package. And built successfully on my local ENV.
Please consider the patch I attached.
If you have any questions, you can contact me at any time.
thanks,
Dandan Zhang
diff --git a/debian/control b/debian/control
index d0eb946..d5b4499 100644
--- a/debian/control
+++ b/debian/control
@@ -29,7 +29,7 @@ Description: Enhanced Metafile library (development)
applications that use the libEMF library API.
Package: libemf1
-Architecture: alpha amd64 arm armeb armel armhf arm64 i386 powerpc powerpcel powerpcspe ppc64 ppc64el s390 s390x sparc sparc64 x32 riscv64
+Architecture: alpha amd64 arm armeb armel armhf arm64 i386 powerpc powerpcel powerpcspe ppc64 ppc64el s390 s390x sparc sparc64 x32 riscv64 loong64
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -62,7 +62,7 @@ Description: Enhanced Metafile library (documentation)
Package: printemf
Section: graphics
-Architecture: alpha amd64 arm armeb armel armhf arm64 i386 powerpc powerpcel powerpcspe ppc64 ppc64el s390 s390x sparc sparc64 x32 riscv64
+Architecture: alpha amd64 arm armeb armel armhf arm64 i386 powerpc powerpcel powerpcspe ppc64 ppc64el s390 s390x sparc sparc64 x32 riscv64 loong64
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, libemf1 (>= ${source:Upstream-Version}), ${misc:Depends}
Description: Enhanced Metafile library (executable)