* [PR PATCH] Sqrt2 microbe
@ 2024-12-13 14:01 rc-reding
2025-03-18 2:05 ` Updated bitwig-studio, added monospace fonts and amdgpu_top github-actions
0 siblings, 1 reply; 2+ messages in thread
From: rc-reding @ 2024-12-13 14:01 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1553 bytes --]
There is a new pull request by rc-reding against master on the void-packages repository
https://github.com/rc-reding/void-packages sqrt2Microbe
https://github.com/void-linux/void-packages/pull/53506
Sqrt2 microbe
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
Bitwig-studio would...
1) fail to download caused by a space character (`%20`) in the URL: fail to fetch file (temporary redirect). Downloaded to `sources/` using wget to allow progress.
2) Error packaging: unresolved shlib ld-linux.so.2 is not found
However after unpacking the .deb and installing the files in their corresponding directories, bitwig works just fine (registered user).
The rest of the packages download/compile/install fine.
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, x86-64 glibc
A patch file from https://github.com/void-linux/void-packages/pull/53506.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sqrt2Microbe-53506.patch --]
[-- Type: text/x-diff, Size: 6551 bytes --]
From b231768c0878a363360735cfc0d70a962b2fb8c6 Mon Sep 17 00:00:00 2001
From: Carlos Reding <rc.reding@gmail.com>
Date: Fri, 13 Dec 2024 12:01:06 +0000
Subject: [PATCH 1/5] Added amdgpu_top v0.10.0 (latest)
---
srcpkgs/amdgpu_top/template | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
create mode 100644 srcpkgs/amdgpu_top/template
diff --git a/srcpkgs/amdgpu_top/template b/srcpkgs/amdgpu_top/template
new file mode 100644
index 00000000000000..efe5ee72ff37b4
--- /dev/null
+++ b/srcpkgs/amdgpu_top/template
@@ -0,0 +1,24 @@
+# Template file for 'amdgpu_top'
+pkgname=amdgpu_top
+version=0.10.0
+revision=1
+archs="x86_64*"
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="libdrm-devel"
+short_desc="View radeon GPU utilization"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="MIT"
+homepage="https://github.com/Umio-Yasuno/amdgpu_top"
+distfiles="https://github.com/Umio-Yasuno/amdgpu_top/archive/refs/tags/v${version}.tar.gz"
+checksum=116020dcd15d0390ed55a0dffea6e110e658926d6bfa444bf1c23edc2cb794ad
+
+do_build() {
+ cargo install --locked --path . --no-default-features --features="tui"
+}
+
+do_install() {
+ vbin target/release/amdgpu_top
+ vman docs/amdgpu_top.1
+ vlicense LICENSE
+}
From 858c99f4d8cafb37570b0c8b7188a7e679fd3280 Mon Sep 17 00:00:00 2001
From: Carlos Reding <rc.reding@gmail.com>
Date: Fri, 13 Dec 2024 12:06:43 +0000
Subject: [PATCH 2/5] bump to version 5.2.7
---
srcpkgs/bitwig-studio/template | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/srcpkgs/bitwig-studio/template b/srcpkgs/bitwig-studio/template
index 7a1071088678df..fc8edb026f813f 100644
--- a/srcpkgs/bitwig-studio/template
+++ b/srcpkgs/bitwig-studio/template
@@ -1,15 +1,15 @@
# Template file for 'bitwig-studio'
pkgname=bitwig-studio
-version=4.4.8
+version=5.2.7
revision=1
archs="x86_64"
-depends="xdg-utils xcb-util-wm libbsd"
+depends="xdg-utils xcb-util-wm xcb-imdkit libbsd"
short_desc="DAW for music production, remixing and live performance"
maintainer="Alessandro Saglia <ale.saglia@gmail.com>"
license="custom:bitwig"
-homepage="https://bitwig.com/"
-distfiles="https://downloads.bitwig.com/stable/${version}/bitwig-studio-${version}.deb"
-checksum=a9da91bc29a9e90ee571374e2041de40a00038bb49c6cf3aee06a9a29c9e1ee7
+homepage="https://www.bitwig.com/"
+distfiles="https://www.bitwig.com/dl/Bitwig%20Studio/${version}/installer_linux/bitwig-studio-${version}.deb"
+checksum=4f28bba988534398ba7d11e1ae6cf8c875d276271de0fe22b85f4544a46190c2
nostrip=yes
restricted=yes
repository=nonfree
From fa978ebfe325bc02593bbe946c64f29d18790da4 Mon Sep 17 00:00:00 2001
From: Carlos Reding <rc.reding@gmail.com>
Date: Fri, 13 Dec 2024 12:07:09 +0000
Subject: [PATCH 3/5] Add D2Coding monospace font
---
srcpkgs/font-d2coding/template | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
create mode 100644 srcpkgs/font-d2coding/template
diff --git a/srcpkgs/font-d2coding/template b/srcpkgs/font-d2coding/template
new file mode 100644
index 00000000000000..8381791ec8c877
--- /dev/null
+++ b/srcpkgs/font-d2coding/template
@@ -0,0 +1,21 @@
+# Template file for 'font-d2coding'
+pkgname=font-d2coding
+version=1.3.2
+revision=1
+_release=20180524
+create_wrksrc=yes
+hostmakedepends="unzip"
+depends="font-util xbps-triggers"
+short_desc="D2Coding monospace font"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="OFL-1.1"
+homepage="https://github.com/naver/d2codingfont/"
+distfiles="https://github.com/naver/d2codingfont/releases/download/VER${version}/D2Coding-Ver${version}-${_release}.zip"
+checksum=0f1c9192eac7d56329dddc620f9f1666b707e9c8ed38fe1f988d0ae3e30b24e6
+font_dirs="/usr/share/fonts/TTF"
+
+do_install() {
+ vmkdir usr/share/fonts/TTF
+ vinstall D2Coding/D2Coding-Ver${version}-${_release}.ttc 644 usr/share/fonts/TTF
+ vinstall D2CodingLigature/D2Coding-Ver${version}-${_release}-ligature.ttc 644 usr/share/fonts/TTF
+}
From 75d736930c8335ec82b9e3cbe8d4ba095b6a9187 Mon Sep 17 00:00:00 2001
From: Carlos Reding <rc.reding@gmail.com>
Date: Fri, 13 Dec 2024 12:07:24 +0000
Subject: [PATCH 4/5] Add Envy Code R monospace font
---
srcpkgs/font-envy-code-r/template | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
create mode 100644 srcpkgs/font-envy-code-r/template
diff --git a/srcpkgs/font-envy-code-r/template b/srcpkgs/font-envy-code-r/template
new file mode 100644
index 00000000000000..c747b4fd7d5d94
--- /dev/null
+++ b/srcpkgs/font-envy-code-r/template
@@ -0,0 +1,22 @@
+# Template file for 'font-envy-code-r'
+pkgname=font-envy-code-r
+version=0.78
+revision=1
+_release=20180524
+create_wrksrc=yes
+hostmakedepends="unzip"
+depends="font-util xbps-triggers"
+short_desc="Monospace font designed for programmers."
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="OFL-1.1"
+homepage="https://github.com/damieng/envy-code-r/"
+distfiles="https://github.com/damieng/envy-code-r/files/11712543/EnvyCodeR-PR7.zip"
+checksum=9f7e9703aaf21110b4e1a54d954d57d4092727546348598a5a8e8101e4597aff
+font_dirs="/usr/share/fonts/TTF"
+
+do_install() {
+ vmkdir usr/share/fonts/TTF
+ vinstall Envy\ Code\ R\ PR7/Envy\ Code\ R.ttf 644 usr/share/fonts/TTF
+ vinstall Envy\ Code\ R\ PR7/Envy\ Code\ R\ Bold.ttf 644 usr/share/fonts/TTF
+ vinstall Envy\ Code\ R\ PR7/Envy\ Code\ R\ Italic.ttf 644 usr/share/fonts/TTF
+}
From 3bc3f14bb82559c829b5669cdbcedd53549dd2c9 Mon Sep 17 00:00:00 2001
From: Carlos Reding <rc.reding@gmail.com>
Date: Fri, 13 Dec 2024 12:07:36 +0000
Subject: [PATCH 5/5] Add VictorMono monospace font
---
srcpkgs/font-victor-mono/template | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
create mode 100644 srcpkgs/font-victor-mono/template
diff --git a/srcpkgs/font-victor-mono/template b/srcpkgs/font-victor-mono/template
new file mode 100644
index 00000000000000..4fab05c208b23f
--- /dev/null
+++ b/srcpkgs/font-victor-mono/template
@@ -0,0 +1,20 @@
+# Template file for 'font-victor-mono'
+pkgname=font-victor-mono
+version=1.5
+revision=1
+_release=20180524
+create_wrksrc=yes
+hostmakedepends="unzip"
+depends="font-util xbps-triggers"
+short_desc="Monospace font designed to be very readable and ideal for coding."
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="OFL-1.1"
+homepage="https://rubjo.github.io/"
+distfiles="https://rubjo.github.io/victor-mono/VictorMonoAll.zip"
+checksum=bf69bd719fb00ccb503e7574df07dccc257f1f3f8417526b642112f5d7aa3f02
+font_dirs="/usr/share/fonts/OTF"
+
+do_install() {
+ vmkdir usr/share/fonts/OTF
+ vcopy OTF/*.otf usr/share/fonts/OTF
+}
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Updated bitwig-studio, added monospace fonts and amdgpu_top
2024-12-13 14:01 [PR PATCH] Sqrt2 microbe rc-reding
@ 2025-03-18 2:05 ` github-actions
0 siblings, 0 replies; 2+ messages in thread
From: github-actions @ 2025-03-18 2:05 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/53506#issuecomment-2731394970
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] 2+ messages in thread
end of thread, other threads:[~2025-03-18 2:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-13 14:01 [PR PATCH] Sqrt2 microbe rc-reding
2025-03-18 2:05 ` Updated bitwig-studio, added monospace fonts and amdgpu_top 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).