Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] deadbeef-fb: update to 0.92.20231028.
@ 2024-11-18  4:17 1is7ac3
  0 siblings, 0 replies; only message in thread
From: 1is7ac3 @ 2024-11-18  4:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/1is7ac3/void-packages deadbeef-fb
https://github.com/void-linux/void-packages/pull/53120

deadbeef-fb: update to 0.92.20231028.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
<!--  - armv7l
  - armv6l-musl
-->


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

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

From 2cc56eb91339716decd11e1df322657756a2414a Mon Sep 17 00:00:00 2001
From: 1is7ac3 <isaac.qa13@gmail.com>
Date: Mon, 18 Nov 2024 01:09:55 -0300
Subject: [PATCH] deadbeef-fb: update to 0.92.20231028.

---
 srcpkgs/deadbeef-fb/patches/my-errno.patch | 19 -------------------
 srcpkgs/deadbeef-fb/template               |  8 ++++----
 2 files changed, 4 insertions(+), 23 deletions(-)
 delete mode 100644 srcpkgs/deadbeef-fb/patches/my-errno.patch

diff --git a/srcpkgs/deadbeef-fb/patches/my-errno.patch b/srcpkgs/deadbeef-fb/patches/my-errno.patch
deleted file mode 100644
index fe256a84eeef84..00000000000000
--- a/srcpkgs/deadbeef-fb/patches/my-errno.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Source: @pullmoll
-Upstream: no
-Reason: errno is a reserved name
-
---- a/utils.c	2017-02-14 17:32:20.000000000 +0100
-+++ b/utils.c	2020-10-26 20:38:54.549564389 +0100
-@@ -234,9 +234,9 @@
-         if (slash)
-             *slash = 0;
-         if (-1 == stat (tmp, &stat_buf)) {
--            int errno = mkdir (tmp, mode);
--            if (0 != errno) {
--                fprintf (stderr, "Failed to create %s (%d)\n", tmp, errno);
-+            int my_errno = mkdir (tmp, mode);
-+            if (0 != my_errno) {
-+                fprintf (stderr, "Failed to create %s (%d)\n", tmp, my_errno);
-                 g_free (tmp);
-                 return 0;
-             }
diff --git a/srcpkgs/deadbeef-fb/template b/srcpkgs/deadbeef-fb/template
index 969a8e2a1e6f6d..20c430d0bfd00d 100644
--- a/srcpkgs/deadbeef-fb/template
+++ b/srcpkgs/deadbeef-fb/template
@@ -1,8 +1,8 @@
 # Template file for 'deadbeef-fb'
 pkgname=deadbeef-fb
-version=0.92.20180507
+version=0.92.20231028
 revision=1
-_commit=355e6142606270e7ae0fd68d8fcdb3f1ada295ca
+_commit=17accd5345adeb3b81315d284dd81ac881517cc6
 build_style=gnu-configure
 configure_args="$(vopt_if gtk3 --disable-gtk2 --disable-gtk3) --disable-static"
 hostmakedepends="autogen automake libtool pkg-config"
@@ -12,8 +12,8 @@ short_desc="Filebrowser plugin for the DeaDBeeF audio player"
 maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="GPL-2.0-or-later"
 homepage="https://gitlab.com/zykure/deadbeef-fb"
-distfiles="https://gitlab.com/zykure/${pkgname}/repository/${_commit}/archive.tar.bz2>${pkgname}-${version}.tar.bz2"
-checksum=19a0c2ea3743926e71f9b20f616ff5bdbfd9839a553b33cc192dfed7bed3cb1d
+distfiles="https://gitlab.com/zykure/${pkgname}/-/archive/${_commit}/${pkgname}-${_commit}.tar.bz2"
+checksum=ce9063adc9875d2d49838234f4258e7eba602c9db670599153062182a9a225db
 build_options="gtk3"
 build_options_default="gtk3"
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-11-18  4:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-18  4:17 [PR PATCH] deadbeef-fb: update to 0.92.20231028 1is7ac3

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).