Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: libldm-0.25
@ 2023-01-21 18:08 caffe3
  2023-01-21 18:19 ` [PR PATCH] [Updated] " caffe3
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: caffe3 @ 2023-01-21 18:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 548 bytes --]

There is a new pull request by caffe3 against master on the void-packages repository

https://github.com/caffe3/void-packages libldm
https://github.com/void-linux/void-packages/pull/41776

New package: libldm-0.25
I tested the changes in this PR: YES
This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): YES
I built this PR locally for: (x86_64-GLIBC)

 

A patch file from https://github.com/void-linux/void-packages/pull/41776.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libldm-41776.patch --]
[-- Type: text/x-diff, Size: 2624 bytes --]

From 18dd2daca4a6cd79364b03bc977d54e130fd500e Mon Sep 17 00:00:00 2001
From: Tai Chi Minh Ralph Eastwood <caffe@disroot.org>
Date: Sat, 21 Jan 2023 16:05:59 +0100
Subject: [PATCH] New package: libldm-0.25

---
 common/shlibs           |  1 +
 srcpkgs/ldmtool         |  1 +
 srcpkgs/libldm-devel    |  1 +
 srcpkgs/libldm/template | 42 +++++++++++++++++++++++++++++++++++++++++
 4 files changed, 45 insertions(+)
 create mode 120000 srcpkgs/ldmtool
 create mode 120000 srcpkgs/libldm-devel
 create mode 100644 srcpkgs/libldm/template

diff --git a/common/shlibs b/common/shlibs
index 85c08f13a05f..688f871b87e7 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -443,6 +443,7 @@ libSDL_ttf-2.0.so.0 SDL_ttf-2.0.9_1
 libKScreenLocker.so.5 kscreenlocker-5.8.4_1
 libparted.so.2 libparted-3.1_1
 libparted-fs-resize.so.0 libparted-3.1_1
+libldm-1.0.so.0 libldm-0.25_1
 libntfs-3g.so.89 ntfs-3g-2021.8.22_1
 libruby.so.3.1 ruby-3.1.0_1
 librw.so.0 rankwidth-0.9_1
diff --git a/srcpkgs/ldmtool b/srcpkgs/ldmtool
new file mode 120000
index 000000000000..78f1cc5d8430
--- /dev/null
+++ b/srcpkgs/ldmtool
@@ -0,0 +1 @@
+libldm
\ No newline at end of file
diff --git a/srcpkgs/libldm-devel b/srcpkgs/libldm-devel
new file mode 120000
index 000000000000..78f1cc5d8430
--- /dev/null
+++ b/srcpkgs/libldm-devel
@@ -0,0 +1 @@
+libldm
\ No newline at end of file
diff --git a/srcpkgs/libldm/template b/srcpkgs/libldm/template
new file mode 100644
index 000000000000..b5df183b6d30
--- /dev/null
+++ b/srcpkgs/libldm/template
@@ -0,0 +1,42 @@
+# Template file for 'libldm'
+pkgname=libldm
+version=0.2.5
+revision=1
+build_style=gnu-configure
+hostmakedepends="autogen automake libtool pkg-config glib-devel gtk-doc"
+makedepends="libuuid-devel libglib-devel json-glib-devel zlib-devel device-mapper-devel"
+short_desc="Device mapper for Microsoft Windows Dynamic Disks"
+maintainer="Tai Chi Minh Ralph Eastwood <caffe@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/mdbooth/libldm"
+distfiles="${homepage}/archive/refs/tags/${pkgname}-${version}.tar.gz"
+checksum=61bb2f2367b1df59f818cb96794d1770a0def956bd2c343dccf1425dae3021b5
+
+pre_configure() {
+	NOCONFIGURE=1 ./autogen.sh
+}
+
+ldmtool_package() {
+	short_desc+=" - tool"
+	pkg_install() {
+		vmove "usr/bin/ldmtool"
+	}
+}
+
+libldm_package() {
+	short_desc+=" - shared library"
+	pkg_install() {
+		vmove "usr/lib/*.so.*"
+	}
+}
+
+libldm-devel_package() {
+	depends="libldm>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+	}
+}

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PR PATCH] [Updated] New package: libldm-0.25
  2023-01-21 18:08 [PR PATCH] New package: libldm-0.25 caffe3
@ 2023-01-21 18:19 ` caffe3
  2023-01-21 18:20 ` caffe3
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: caffe3 @ 2023-01-21 18:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 553 bytes --]

There is an updated pull request by caffe3 against master on the void-packages repository

https://github.com/caffe3/void-packages libldm
https://github.com/void-linux/void-packages/pull/41776

New package: libldm-0.25
I tested the changes in this PR: YES
This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): YES
I built this PR locally for: (x86_64-GLIBC)

 

A patch file from https://github.com/void-linux/void-packages/pull/41776.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libldm-41776.patch --]
[-- Type: text/x-diff, Size: 2642 bytes --]

From dba6e2ef4b481a75ab8ca484c60fd9fd89be3054 Mon Sep 17 00:00:00 2001
From: Tai Chi Minh Ralph Eastwood <caffe@disroot.org>
Date: Sat, 21 Jan 2023 16:05:59 +0100
Subject: [PATCH] New package: libldm-0.25

---
 common/shlibs           |  1 +
 srcpkgs/ldmtool         |  1 +
 srcpkgs/libldm-devel    |  1 +
 srcpkgs/libldm/template | 42 +++++++++++++++++++++++++++++++++++++++++
 4 files changed, 45 insertions(+)
 create mode 120000 srcpkgs/ldmtool
 create mode 120000 srcpkgs/libldm-devel
 create mode 100644 srcpkgs/libldm/template

diff --git a/common/shlibs b/common/shlibs
index 85c08f13a05f..688f871b87e7 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -443,6 +443,7 @@ libSDL_ttf-2.0.so.0 SDL_ttf-2.0.9_1
 libKScreenLocker.so.5 kscreenlocker-5.8.4_1
 libparted.so.2 libparted-3.1_1
 libparted-fs-resize.so.0 libparted-3.1_1
+libldm-1.0.so.0 libldm-0.25_1
 libntfs-3g.so.89 ntfs-3g-2021.8.22_1
 libruby.so.3.1 ruby-3.1.0_1
 librw.so.0 rankwidth-0.9_1
diff --git a/srcpkgs/ldmtool b/srcpkgs/ldmtool
new file mode 120000
index 000000000000..78f1cc5d8430
--- /dev/null
+++ b/srcpkgs/ldmtool
@@ -0,0 +1 @@
+libldm
\ No newline at end of file
diff --git a/srcpkgs/libldm-devel b/srcpkgs/libldm-devel
new file mode 120000
index 000000000000..78f1cc5d8430
--- /dev/null
+++ b/srcpkgs/libldm-devel
@@ -0,0 +1 @@
+libldm
\ No newline at end of file
diff --git a/srcpkgs/libldm/template b/srcpkgs/libldm/template
new file mode 100644
index 000000000000..57eec3ff1b38
--- /dev/null
+++ b/srcpkgs/libldm/template
@@ -0,0 +1,42 @@
+# Template file for 'libldm'
+pkgname=libldm
+version=0.2.5
+revision=1
+build_style=gnu-configure
+hostmakedepends="autogen automake libtool pkg-config glib-devel gtk-doc"
+makedepends="libuuid-devel libglib-devel json-glib-devel zlib-devel device-mapper-devel"
+short_desc="Device mapper for Microsoft Windows Dynamic Disks"
+maintainer="Tai Chi Minh Ralph Eastwood <caffe@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/mdbooth/libldm"
+distfiles="https://github.com/mdbooth/libldm/archive/refs/tags/libldm-${version}.tar.gz"
+checksum=61bb2f2367b1df59f818cb96794d1770a0def956bd2c343dccf1425dae3021b5
+
+pre_configure() {
+	NOCONFIGURE=1 ./autogen.sh
+}
+
+ldmtool_package() {
+	short_desc+=" - tool"
+	pkg_install() {
+		vmove "usr/bin/ldmtool"
+	}
+}
+
+libldm_package() {
+	short_desc+=" - shared library"
+	pkg_install() {
+		vmove "usr/lib/*.so.*"
+	}
+}
+
+libldm-devel_package() {
+	depends="libldm>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+	}
+}

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PR PATCH] [Updated] New package: libldm-0.25
  2023-01-21 18:08 [PR PATCH] New package: libldm-0.25 caffe3
  2023-01-21 18:19 ` [PR PATCH] [Updated] " caffe3
@ 2023-01-21 18:20 ` caffe3
  2023-01-21 18:52 ` caffe3
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: caffe3 @ 2023-01-21 18:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 553 bytes --]

There is an updated pull request by caffe3 against master on the void-packages repository

https://github.com/caffe3/void-packages libldm
https://github.com/void-linux/void-packages/pull/41776

New package: libldm-0.25
I tested the changes in this PR: YES
This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): YES
I built this PR locally for: (x86_64-GLIBC)

 

A patch file from https://github.com/void-linux/void-packages/pull/41776.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libldm-41776.patch --]
[-- Type: text/x-diff, Size: 2642 bytes --]

From ceeaeb2a404cb223205f121c76b59f2be1279c0a Mon Sep 17 00:00:00 2001
From: Tai Chi Minh Ralph Eastwood <caffe@disroot.org>
Date: Sat, 21 Jan 2023 16:05:59 +0100
Subject: [PATCH] New package: libldm-0.25

---
 common/shlibs           |  1 +
 srcpkgs/ldmtool         |  1 +
 srcpkgs/libldm-devel    |  1 +
 srcpkgs/libldm/template | 42 +++++++++++++++++++++++++++++++++++++++++
 4 files changed, 45 insertions(+)
 create mode 120000 srcpkgs/ldmtool
 create mode 120000 srcpkgs/libldm-devel
 create mode 100644 srcpkgs/libldm/template

diff --git a/common/shlibs b/common/shlibs
index 85c08f13a05f..688f871b87e7 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -443,6 +443,7 @@ libSDL_ttf-2.0.so.0 SDL_ttf-2.0.9_1
 libKScreenLocker.so.5 kscreenlocker-5.8.4_1
 libparted.so.2 libparted-3.1_1
 libparted-fs-resize.so.0 libparted-3.1_1
+libldm-1.0.so.0 libldm-0.25_1
 libntfs-3g.so.89 ntfs-3g-2021.8.22_1
 libruby.so.3.1 ruby-3.1.0_1
 librw.so.0 rankwidth-0.9_1
diff --git a/srcpkgs/ldmtool b/srcpkgs/ldmtool
new file mode 120000
index 000000000000..78f1cc5d8430
--- /dev/null
+++ b/srcpkgs/ldmtool
@@ -0,0 +1 @@
+libldm
\ No newline at end of file
diff --git a/srcpkgs/libldm-devel b/srcpkgs/libldm-devel
new file mode 120000
index 000000000000..78f1cc5d8430
--- /dev/null
+++ b/srcpkgs/libldm-devel
@@ -0,0 +1 @@
+libldm
\ No newline at end of file
diff --git a/srcpkgs/libldm/template b/srcpkgs/libldm/template
new file mode 100644
index 000000000000..57eec3ff1b38
--- /dev/null
+++ b/srcpkgs/libldm/template
@@ -0,0 +1,42 @@
+# Template file for 'libldm'
+pkgname=libldm
+version=0.2.5
+revision=1
+build_style=gnu-configure
+hostmakedepends="autogen automake libtool pkg-config glib-devel gtk-doc"
+makedepends="libuuid-devel libglib-devel json-glib-devel zlib-devel device-mapper-devel"
+short_desc="Device mapper for Microsoft Windows Dynamic Disks"
+maintainer="Tai Chi Minh Ralph Eastwood <caffe@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/mdbooth/libldm"
+distfiles="https://github.com/mdbooth/libldm/archive/refs/tags/libldm-${version}.tar.gz"
+checksum=61bb2f2367b1df59f818cb96794d1770a0def956bd2c343dccf1425dae3021b5
+
+pre_configure() {
+	NOCONFIGURE=1 ./autogen.sh
+}
+
+ldmtool_package() {
+	short_desc+=" - tool"
+	pkg_install() {
+		vmove "usr/bin/ldmtool"
+	}
+}
+
+libldm_package() {
+	short_desc+=" - shared library"
+	pkg_install() {
+		vmove "usr/lib/*.so.*"
+	}
+}
+
+libldm-devel_package() {
+	depends="libldm>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+	}
+}

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PR PATCH] [Updated] New package: libldm-0.25
  2023-01-21 18:08 [PR PATCH] New package: libldm-0.25 caffe3
  2023-01-21 18:19 ` [PR PATCH] [Updated] " caffe3
  2023-01-21 18:20 ` caffe3
@ 2023-01-21 18:52 ` caffe3
  2023-01-21 23:12 ` caffe3
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: caffe3 @ 2023-01-21 18:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 553 bytes --]

There is an updated pull request by caffe3 against master on the void-packages repository

https://github.com/caffe3/void-packages libldm
https://github.com/void-linux/void-packages/pull/41776

New package: libldm-0.25
I tested the changes in this PR: YES
This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): YES
I built this PR locally for: (x86_64-GLIBC)

 

A patch file from https://github.com/void-linux/void-packages/pull/41776.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libldm-41776.patch --]
[-- Type: text/x-diff, Size: 2645 bytes --]

From 2115e62eb4cde79c4c34cbfe889e188271a7e749 Mon Sep 17 00:00:00 2001
From: Tai Chi Minh Ralph Eastwood <caffe@disroot.org>
Date: Sat, 21 Jan 2023 16:05:59 +0100
Subject: [PATCH] New package: libldm-0.25

---
 common/shlibs           |  1 +
 srcpkgs/ldmtool         |  1 +
 srcpkgs/libldm-devel    |  1 +
 srcpkgs/libldm/template | 42 +++++++++++++++++++++++++++++++++++++++++
 4 files changed, 45 insertions(+)
 create mode 120000 srcpkgs/ldmtool
 create mode 120000 srcpkgs/libldm-devel
 create mode 100644 srcpkgs/libldm/template

diff --git a/common/shlibs b/common/shlibs
index 85c08f13a05f..688f871b87e7 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -443,6 +443,7 @@ libSDL_ttf-2.0.so.0 SDL_ttf-2.0.9_1
 libKScreenLocker.so.5 kscreenlocker-5.8.4_1
 libparted.so.2 libparted-3.1_1
 libparted-fs-resize.so.0 libparted-3.1_1
+libldm-1.0.so.0 libldm-0.25_1
 libntfs-3g.so.89 ntfs-3g-2021.8.22_1
 libruby.so.3.1 ruby-3.1.0_1
 librw.so.0 rankwidth-0.9_1
diff --git a/srcpkgs/ldmtool b/srcpkgs/ldmtool
new file mode 120000
index 000000000000..78f1cc5d8430
--- /dev/null
+++ b/srcpkgs/ldmtool
@@ -0,0 +1 @@
+libldm
\ No newline at end of file
diff --git a/srcpkgs/libldm-devel b/srcpkgs/libldm-devel
new file mode 120000
index 000000000000..78f1cc5d8430
--- /dev/null
+++ b/srcpkgs/libldm-devel
@@ -0,0 +1 @@
+libldm
\ No newline at end of file
diff --git a/srcpkgs/libldm/template b/srcpkgs/libldm/template
new file mode 100644
index 000000000000..bd4bb5a134d6
--- /dev/null
+++ b/srcpkgs/libldm/template
@@ -0,0 +1,42 @@
+# Template file for 'libldm'
+pkgname=libldm
+version=0.2.5
+revision=1
+build_style=gnu-configure
+hostmakedepends="autogen automake libtool pkg-config glib-devel gtk-doc"
+makedepends="libuuid-devel libglib-devel json-glib-devel zlib-devel device-mapper-devel xz"
+short_desc="Device mapper for Microsoft Windows Dynamic Disks"
+maintainer="Tai Chi Minh Ralph Eastwood <caffe@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/mdbooth/libldm"
+distfiles="https://github.com/mdbooth/libldm/archive/refs/tags/libldm-${version}.tar.gz"
+checksum=61bb2f2367b1df59f818cb96794d1770a0def956bd2c343dccf1425dae3021b5
+
+pre_configure() {
+	NOCONFIGURE=1 ./autogen.sh
+}
+
+ldmtool_package() {
+	short_desc+=" - tool"
+	pkg_install() {
+		vmove "usr/bin/ldmtool"
+	}
+}
+
+libldm_package() {
+	short_desc+=" - shared library"
+	pkg_install() {
+		vmove "usr/lib/*.so.*"
+	}
+}
+
+libldm-devel_package() {
+	depends="libldm>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+	}
+}

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PR PATCH] [Updated] New package: libldm-0.25
  2023-01-21 18:08 [PR PATCH] New package: libldm-0.25 caffe3
                   ` (2 preceding siblings ...)
  2023-01-21 18:52 ` caffe3
@ 2023-01-21 23:12 ` caffe3
  2023-01-21 23:13 ` caffe3
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: caffe3 @ 2023-01-21 23:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 553 bytes --]

There is an updated pull request by caffe3 against master on the void-packages repository

https://github.com/caffe3/void-packages libldm
https://github.com/void-linux/void-packages/pull/41776

New package: libldm-0.25
I tested the changes in this PR: YES
This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): YES
I built this PR locally for: (x86_64-GLIBC)

 

A patch file from https://github.com/void-linux/void-packages/pull/41776.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libldm-41776.patch --]
[-- Type: text/x-diff, Size: 2707 bytes --]

From 746908e23742cc88b5a00f7c24c08d3fe2c3877b Mon Sep 17 00:00:00 2001
From: Tai Chi Minh Ralph Eastwood <caffe@disroot.org>
Date: Sat, 21 Jan 2023 16:05:59 +0100
Subject: [PATCH] New package: libldm-0.25

---
 common/shlibs           |  1 +
 srcpkgs/ldmtool         |  1 +
 srcpkgs/libldm-devel    |  1 +
 srcpkgs/libldm/template | 43 +++++++++++++++++++++++++++++++++++++++++
 4 files changed, 46 insertions(+)
 create mode 120000 srcpkgs/ldmtool
 create mode 120000 srcpkgs/libldm-devel
 create mode 100644 srcpkgs/libldm/template

diff --git a/common/shlibs b/common/shlibs
index 85c08f13a05f..688f871b87e7 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -443,6 +443,7 @@ libSDL_ttf-2.0.so.0 SDL_ttf-2.0.9_1
 libKScreenLocker.so.5 kscreenlocker-5.8.4_1
 libparted.so.2 libparted-3.1_1
 libparted-fs-resize.so.0 libparted-3.1_1
+libldm-1.0.so.0 libldm-0.25_1
 libntfs-3g.so.89 ntfs-3g-2021.8.22_1
 libruby.so.3.1 ruby-3.1.0_1
 librw.so.0 rankwidth-0.9_1
diff --git a/srcpkgs/ldmtool b/srcpkgs/ldmtool
new file mode 120000
index 000000000000..78f1cc5d8430
--- /dev/null
+++ b/srcpkgs/ldmtool
@@ -0,0 +1 @@
+libldm
\ No newline at end of file
diff --git a/srcpkgs/libldm-devel b/srcpkgs/libldm-devel
new file mode 120000
index 000000000000..78f1cc5d8430
--- /dev/null
+++ b/srcpkgs/libldm-devel
@@ -0,0 +1 @@
+libldm
\ No newline at end of file
diff --git a/srcpkgs/libldm/template b/srcpkgs/libldm/template
new file mode 100644
index 000000000000..7227c2dfcedd
--- /dev/null
+++ b/srcpkgs/libldm/template
@@ -0,0 +1,43 @@
+# Template file for 'libldm'
+pkgname=libldm
+version=0.2.5
+revision=1
+build_style=gnu-configure
+hostmakedepends="autogen automake libtool pkg-config glib-devel gtk-doc"
+makedepends="libuuid-devel libglib-devel json-glib-devel zlib-devel device-mapper-devel"
+short_desc="Device mapper for Microsoft Windows Dynamic Disks"
+maintainer="Tai Chi Minh Ralph Eastwood <caffe@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/mdbooth/libldm"
+distfiles="https://github.com/mdbooth/libldm/archive/refs/tags/libldm-${version}.tar.gz"
+make_check=no # needs root permissions to mount and run dmsetup
+checksum=61bb2f2367b1df59f818cb96794d1770a0def956bd2c343dccf1425dae3021b5
+
+pre_configure() {
+	NOCONFIGURE=1 ./autogen.sh
+}
+
+ldmtool_package() {
+	short_desc+=" - tool"
+	pkg_install() {
+		vmove "usr/bin/ldmtool"
+	}
+}
+
+libldm_package() {
+	short_desc+=" - shared library"
+	pkg_install() {
+		vmove "usr/lib/*.so.*"
+	}
+}
+
+libldm-devel_package() {
+	depends="libldm>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+	}
+}

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: New package: libldm-0.25
  2023-01-21 18:08 [PR PATCH] New package: libldm-0.25 caffe3
                   ` (3 preceding siblings ...)
  2023-01-21 23:12 ` caffe3
@ 2023-01-21 23:13 ` caffe3
  2023-01-22  2:52 ` [PR PATCH] [Updated] " caffe3
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: caffe3 @ 2023-01-21 23:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 279 bytes --]

New comment by caffe3 on void-packages repository

https://github.com/void-linux/void-packages/pull/41776#issuecomment-1399351492

Comment:
Pushed `make_check=no` because the perl test script needs root permissions to mount the loopback device... this probably breaks in the CI?

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PR PATCH] [Updated] New package: libldm-0.25
  2023-01-21 18:08 [PR PATCH] New package: libldm-0.25 caffe3
                   ` (4 preceding siblings ...)
  2023-01-21 23:13 ` caffe3
@ 2023-01-22  2:52 ` caffe3
  2023-01-22  2:54 ` caffe3
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: caffe3 @ 2023-01-22  2:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 553 bytes --]

There is an updated pull request by caffe3 against master on the void-packages repository

https://github.com/caffe3/void-packages libldm
https://github.com/void-linux/void-packages/pull/41776

New package: libldm-0.25
I tested the changes in this PR: YES
This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): YES
I built this PR locally for: (x86_64-GLIBC)

 

A patch file from https://github.com/void-linux/void-packages/pull/41776.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libldm-41776.patch --]
[-- Type: text/x-diff, Size: 2900 bytes --]

From 965b78e463ff80bd7822bdbba4f0f18c9bf0a194 Mon Sep 17 00:00:00 2001
From: Tai Chi Minh Ralph Eastwood <caffe@disroot.org>
Date: Sat, 21 Jan 2023 16:05:59 +0100
Subject: [PATCH] New package: libldm-0.25

---
 common/shlibs           |  1 +
 srcpkgs/ldmtool         |  1 +
 srcpkgs/libldm-devel    |  1 +
 srcpkgs/libldm/template | 51 +++++++++++++++++++++++++++++++++++++++++
 4 files changed, 54 insertions(+)
 create mode 120000 srcpkgs/ldmtool
 create mode 120000 srcpkgs/libldm-devel
 create mode 100644 srcpkgs/libldm/template

diff --git a/common/shlibs b/common/shlibs
index 85c08f13a05f..688f871b87e7 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -443,6 +443,7 @@ libSDL_ttf-2.0.so.0 SDL_ttf-2.0.9_1
 libKScreenLocker.so.5 kscreenlocker-5.8.4_1
 libparted.so.2 libparted-3.1_1
 libparted-fs-resize.so.0 libparted-3.1_1
+libldm-1.0.so.0 libldm-0.25_1
 libntfs-3g.so.89 ntfs-3g-2021.8.22_1
 libruby.so.3.1 ruby-3.1.0_1
 librw.so.0 rankwidth-0.9_1
diff --git a/srcpkgs/ldmtool b/srcpkgs/ldmtool
new file mode 120000
index 000000000000..78f1cc5d8430
--- /dev/null
+++ b/srcpkgs/ldmtool
@@ -0,0 +1 @@
+libldm
\ No newline at end of file
diff --git a/srcpkgs/libldm-devel b/srcpkgs/libldm-devel
new file mode 120000
index 000000000000..78f1cc5d8430
--- /dev/null
+++ b/srcpkgs/libldm-devel
@@ -0,0 +1 @@
+libldm
\ No newline at end of file
diff --git a/srcpkgs/libldm/template b/srcpkgs/libldm/template
new file mode 100644
index 000000000000..3fc646afbd41
--- /dev/null
+++ b/srcpkgs/libldm/template
@@ -0,0 +1,51 @@
+# Template file for 'libldm'
+pkgname=libldm
+version=0.2.5
+revision=1
+build_style=gnu-configure
+hostmakedepends="autogen automake libtool pkg-config glib-devel gtk-doc"
+makedepends="libuuid-devel libglib-devel json-glib-devel zlib-devel device-mapper-devel"
+short_desc="Device mapper for Microsoft Windows Dynamic Disks"
+maintainer="Tai Chi Minh Ralph Eastwood <caffe@disroot.org>"
+license="GPL-3.0-or-later, LGPL-3.0-or-later"
+homepage="https://github.com/mdbooth/libldm"
+distfiles="https://github.com/mdbooth/libldm/archive/refs/tags/libldm-${version}.tar.gz"
+checksum=61bb2f2367b1df59f818cb96794d1770a0def956bd2c343dccf1425dae3021b5
+make_check=no # needs root permissions to mount and run dmsetup
+
+if [ "$CROSS_BUILD" ]; then
+	configure_args+=" --host=${XBPS_CROSS_TRIPLET}"
+fi
+
+pre_configure() {
+	gtkdocize
+	autoreconf -fi
+}
+
+ldmtool_package() {
+	short_desc+=" - tool"
+	license="GPL-3.0-or-later"
+	pkg_install() {
+		vmove "usr/bin/ldmtool"
+	}
+}
+
+libldm_package() {
+	short_desc+=" - shared library"
+	license="LGPL-3.0-or-later"
+	pkg_install() {
+		vmove "usr/lib/*.so.*"
+	}
+}
+
+libldm-devel_package() {
+	depends="libldm>=${version}_${revision}"
+	short_desc+=" - development files"
+	license="LGPL-3.0-or-later"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+	}
+}

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: New package: libldm-0.25
  2023-01-21 18:08 [PR PATCH] New package: libldm-0.25 caffe3
                   ` (5 preceding siblings ...)
  2023-01-22  2:52 ` [PR PATCH] [Updated] " caffe3
@ 2023-01-22  2:54 ` caffe3
  2023-01-22 10:41 ` caffe3
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: caffe3 @ 2023-01-22  2:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

New comment by caffe3 on void-packages repository

https://github.com/void-linux/void-packages/pull/41776#issuecomment-1399390975

Comment:
Hopefully this works - fixed the `make_check=no`, and added --host to configure for cross compilation, but if that doesn't work, i guess we could add `nocross=yes`.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: New package: libldm-0.25
  2023-01-21 18:08 [PR PATCH] New package: libldm-0.25 caffe3
                   ` (6 preceding siblings ...)
  2023-01-22  2:54 ` caffe3
@ 2023-01-22 10:41 ` caffe3
  2023-01-23 16:27 ` [PR PATCH] [Updated] " caffe3
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: caffe3 @ 2023-01-22 10:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 193 bytes --]

New comment by caffe3 on void-packages repository

https://github.com/void-linux/void-packages/pull/41776#issuecomment-1399451073

Comment:
Seems to work with cross compiling to `aarch64-musl`

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PR PATCH] [Updated] New package: libldm-0.25
  2023-01-21 18:08 [PR PATCH] New package: libldm-0.25 caffe3
                   ` (7 preceding siblings ...)
  2023-01-22 10:41 ` caffe3
@ 2023-01-23 16:27 ` caffe3
  2023-01-23 16:28 ` caffe3
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: caffe3 @ 2023-01-23 16:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 553 bytes --]

There is an updated pull request by caffe3 against master on the void-packages repository

https://github.com/caffe3/void-packages libldm
https://github.com/void-linux/void-packages/pull/41776

New package: libldm-0.25
I tested the changes in this PR: YES
This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): YES
I built this PR locally for: (x86_64-GLIBC)

 

A patch file from https://github.com/void-linux/void-packages/pull/41776.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libldm-41776.patch --]
[-- Type: text/x-diff, Size: 3095 bytes --]

From 102c79b203283e7a86d29dc2b248b90191950d37 Mon Sep 17 00:00:00 2001
From: Tai Chi Minh Ralph Eastwood <caffe@disroot.org>
Date: Sat, 21 Jan 2023 16:05:59 +0100
Subject: [PATCH] New package: libldm-0.25

---
 common/shlibs           |  1 +
 srcpkgs/ldmtool         |  1 +
 srcpkgs/libldm-devel    |  1 +
 srcpkgs/libldm/template | 56 +++++++++++++++++++++++++++++++++++++++++
 4 files changed, 59 insertions(+)
 create mode 120000 srcpkgs/ldmtool
 create mode 120000 srcpkgs/libldm-devel
 create mode 100644 srcpkgs/libldm/template

diff --git a/common/shlibs b/common/shlibs
index 85c08f13a05f..688f871b87e7 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -443,6 +443,7 @@ libSDL_ttf-2.0.so.0 SDL_ttf-2.0.9_1
 libKScreenLocker.so.5 kscreenlocker-5.8.4_1
 libparted.so.2 libparted-3.1_1
 libparted-fs-resize.so.0 libparted-3.1_1
+libldm-1.0.so.0 libldm-0.25_1
 libntfs-3g.so.89 ntfs-3g-2021.8.22_1
 libruby.so.3.1 ruby-3.1.0_1
 librw.so.0 rankwidth-0.9_1
diff --git a/srcpkgs/ldmtool b/srcpkgs/ldmtool
new file mode 120000
index 000000000000..78f1cc5d8430
--- /dev/null
+++ b/srcpkgs/ldmtool
@@ -0,0 +1 @@
+libldm
\ No newline at end of file
diff --git a/srcpkgs/libldm-devel b/srcpkgs/libldm-devel
new file mode 120000
index 000000000000..78f1cc5d8430
--- /dev/null
+++ b/srcpkgs/libldm-devel
@@ -0,0 +1 @@
+libldm
\ No newline at end of file
diff --git a/srcpkgs/libldm/template b/srcpkgs/libldm/template
new file mode 100644
index 000000000000..8d9a7e56b860
--- /dev/null
+++ b/srcpkgs/libldm/template
@@ -0,0 +1,56 @@
+# Template file for 'libldm'
+pkgname=libldm
+version=0.2.5
+revision=1
+build_style=gnu-configure
+hostmakedepends="autogen automake libtool pkg-config glib-devel gtk-doc"
+makedepends="libuuid-devel libglib-devel json-glib-devel zlib-devel device-mapper-devel"
+short_desc="Device mapper for Microsoft Windows Dynamic Disks"
+maintainer="Tai Chi Minh Ralph Eastwood <caffe@disroot.org>"
+license="GPL-3.0-or-later, LGPL-3.0-or-later"
+homepage="https://github.com/mdbooth/libldm"
+distfiles="https://github.com/mdbooth/libldm/archive/refs/tags/libldm-${version}.tar.gz"
+checksum=61bb2f2367b1df59f818cb96794d1770a0def956bd2c343dccf1425dae3021b5
+make_check=no # needs root permissions to mount and run dmsetup
+
+if [ "$CROSS_BUILD" ]; then
+	configure_args+=" --host=${XBPS_CROSS_TRIPLET}"
+fi
+
+pre_configure() {
+	gtkdocize
+	autoreconf -fi
+}
+
+post_install() {
+	# ldm-1.0.pc conflicts with linux-driver-management-devel's pkg-config, so rename
+	mv ${DESTDIR}/usr/lib/pkgconfig/ldm-1.0.pc ${DESTDIR}/usr/lib/pkgconfig/libldm-1.0.pc
+}
+
+ldmtool_package() {
+	short_desc+=" - tool"
+	license="GPL-3.0-or-later"
+	pkg_install() {
+		vmove "usr/bin/ldmtool"
+	}
+}
+
+libldm_package() {
+	short_desc+=" - shared library"
+	license="LGPL-3.0-or-later"
+	pkg_install() {
+		vmove "usr/lib/*.so.*"
+	}
+}
+
+libldm-devel_package() {
+	depends="libldm>=${version}_${revision}"
+	short_desc+=" - development files"
+	license="LGPL-3.0-or-later"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+	}
+}

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: New package: libldm-0.25
  2023-01-21 18:08 [PR PATCH] New package: libldm-0.25 caffe3
                   ` (8 preceding siblings ...)
  2023-01-23 16:27 ` [PR PATCH] [Updated] " caffe3
@ 2023-01-23 16:28 ` caffe3
  2023-01-28  7:23 ` [PR PATCH] [Updated] " caffe3
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: caffe3 @ 2023-01-23 16:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 211 bytes --]

New comment by caffe3 on void-packages repository

https://github.com/void-linux/void-packages/pull/41776#issuecomment-1400632095

Comment:
Fixed conflict with pkg-config file from linux-driver-management-devel

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PR PATCH] [Updated] New package: libldm-0.25
  2023-01-21 18:08 [PR PATCH] New package: libldm-0.25 caffe3
                   ` (9 preceding siblings ...)
  2023-01-23 16:28 ` caffe3
@ 2023-01-28  7:23 ` caffe3
  2023-04-29  1:52 ` github-actions
  2023-05-14  1:55 ` [PR PATCH] [Closed]: " github-actions
  12 siblings, 0 replies; 14+ messages in thread
From: caffe3 @ 2023-01-28  7:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 553 bytes --]

There is an updated pull request by caffe3 against master on the void-packages repository

https://github.com/caffe3/void-packages libldm
https://github.com/void-linux/void-packages/pull/41776

New package: libldm-0.25
I tested the changes in this PR: YES
This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): YES
I built this PR locally for: (x86_64-GLIBC)

 

A patch file from https://github.com/void-linux/void-packages/pull/41776.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libldm-41776.patch --]
[-- Type: text/x-diff, Size: 3095 bytes --]

From 805641743379258e22eeca3ccdb2a6bea5cf16c7 Mon Sep 17 00:00:00 2001
From: Tai Chi Minh Ralph Eastwood <caffe@disroot.org>
Date: Sat, 21 Jan 2023 16:05:59 +0100
Subject: [PATCH] New package: libldm-0.25

---
 common/shlibs           |  1 +
 srcpkgs/ldmtool         |  1 +
 srcpkgs/libldm-devel    |  1 +
 srcpkgs/libldm/template | 56 +++++++++++++++++++++++++++++++++++++++++
 4 files changed, 59 insertions(+)
 create mode 120000 srcpkgs/ldmtool
 create mode 120000 srcpkgs/libldm-devel
 create mode 100644 srcpkgs/libldm/template

diff --git a/common/shlibs b/common/shlibs
index f632ce9c76da..c0865a6b95e5 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -443,6 +443,7 @@ libSDL_ttf-2.0.so.0 SDL_ttf-2.0.9_1
 libKScreenLocker.so.5 kscreenlocker-5.8.4_1
 libparted.so.2 libparted-3.1_1
 libparted-fs-resize.so.0 libparted-3.1_1
+libldm-1.0.so.0 libldm-0.25_1
 libntfs-3g.so.89 ntfs-3g-2021.8.22_1
 libruby.so.3.1 ruby-3.1.0_1
 librw.so.0 rankwidth-0.9_1
diff --git a/srcpkgs/ldmtool b/srcpkgs/ldmtool
new file mode 120000
index 000000000000..78f1cc5d8430
--- /dev/null
+++ b/srcpkgs/ldmtool
@@ -0,0 +1 @@
+libldm
\ No newline at end of file
diff --git a/srcpkgs/libldm-devel b/srcpkgs/libldm-devel
new file mode 120000
index 000000000000..78f1cc5d8430
--- /dev/null
+++ b/srcpkgs/libldm-devel
@@ -0,0 +1 @@
+libldm
\ No newline at end of file
diff --git a/srcpkgs/libldm/template b/srcpkgs/libldm/template
new file mode 100644
index 000000000000..8d9a7e56b860
--- /dev/null
+++ b/srcpkgs/libldm/template
@@ -0,0 +1,56 @@
+# Template file for 'libldm'
+pkgname=libldm
+version=0.2.5
+revision=1
+build_style=gnu-configure
+hostmakedepends="autogen automake libtool pkg-config glib-devel gtk-doc"
+makedepends="libuuid-devel libglib-devel json-glib-devel zlib-devel device-mapper-devel"
+short_desc="Device mapper for Microsoft Windows Dynamic Disks"
+maintainer="Tai Chi Minh Ralph Eastwood <caffe@disroot.org>"
+license="GPL-3.0-or-later, LGPL-3.0-or-later"
+homepage="https://github.com/mdbooth/libldm"
+distfiles="https://github.com/mdbooth/libldm/archive/refs/tags/libldm-${version}.tar.gz"
+checksum=61bb2f2367b1df59f818cb96794d1770a0def956bd2c343dccf1425dae3021b5
+make_check=no # needs root permissions to mount and run dmsetup
+
+if [ "$CROSS_BUILD" ]; then
+	configure_args+=" --host=${XBPS_CROSS_TRIPLET}"
+fi
+
+pre_configure() {
+	gtkdocize
+	autoreconf -fi
+}
+
+post_install() {
+	# ldm-1.0.pc conflicts with linux-driver-management-devel's pkg-config, so rename
+	mv ${DESTDIR}/usr/lib/pkgconfig/ldm-1.0.pc ${DESTDIR}/usr/lib/pkgconfig/libldm-1.0.pc
+}
+
+ldmtool_package() {
+	short_desc+=" - tool"
+	license="GPL-3.0-or-later"
+	pkg_install() {
+		vmove "usr/bin/ldmtool"
+	}
+}
+
+libldm_package() {
+	short_desc+=" - shared library"
+	license="LGPL-3.0-or-later"
+	pkg_install() {
+		vmove "usr/lib/*.so.*"
+	}
+}
+
+libldm-devel_package() {
+	depends="libldm>=${version}_${revision}"
+	short_desc+=" - development files"
+	license="LGPL-3.0-or-later"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+	}
+}

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: New package: libldm-0.25
  2023-01-21 18:08 [PR PATCH] New package: libldm-0.25 caffe3
                   ` (10 preceding siblings ...)
  2023-01-28  7:23 ` [PR PATCH] [Updated] " caffe3
@ 2023-04-29  1:52 ` github-actions
  2023-05-14  1:55 ` [PR PATCH] [Closed]: " github-actions
  12 siblings, 0 replies; 14+ messages in thread
From: github-actions @ 2023-04-29  1:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/41776#issuecomment-1528457670

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PR PATCH] [Closed]: New package: libldm-0.25
  2023-01-21 18:08 [PR PATCH] New package: libldm-0.25 caffe3
                   ` (11 preceding siblings ...)
  2023-04-29  1:52 ` github-actions
@ 2023-05-14  1:55 ` github-actions
  12 siblings, 0 replies; 14+ messages in thread
From: github-actions @ 2023-05-14  1:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 400 bytes --]

There's a closed pull request on the void-packages repository

New package: libldm-0.25
https://github.com/void-linux/void-packages/pull/41776

Description:
I tested the changes in this PR: YES
This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): YES
I built this PR locally for: (x86_64-GLIBC)

 

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2023-05-14  1:55 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-21 18:08 [PR PATCH] New package: libldm-0.25 caffe3
2023-01-21 18:19 ` [PR PATCH] [Updated] " caffe3
2023-01-21 18:20 ` caffe3
2023-01-21 18:52 ` caffe3
2023-01-21 23:12 ` caffe3
2023-01-21 23:13 ` caffe3
2023-01-22  2:52 ` [PR PATCH] [Updated] " caffe3
2023-01-22  2:54 ` caffe3
2023-01-22 10:41 ` caffe3
2023-01-23 16:27 ` [PR PATCH] [Updated] " caffe3
2023-01-23 16:28 ` caffe3
2023-01-28  7:23 ` [PR PATCH] [Updated] " caffe3
2023-04-29  1:52 ` github-actions
2023-05-14  1:55 ` [PR PATCH] [Closed]: " github-actions

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).