Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] asunder: update to 2.9.6.
@ 2020-06-01  9:15 Hoshpak
  2020-06-01  9:16 ` [PR PATCH] [Updated] " Hoshpak
  2020-06-01  9:33 ` [PR PATCH] [Merged]: kodi: update to 18.7.1 Hoshpak
  0 siblings, 2 replies; 4+ messages in thread
From: Hoshpak @ 2020-06-01  9:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Hoshpak/void-packages kodi-18.7.1
https://github.com/void-linux/void-packages/pull/22488

asunder: update to 2.9.6.
None

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

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

From 9d5aaf4b5d76009e1ace29f75a493eaa411cabbc Mon Sep 17 00:00:00 2001
From: Helmut Pozimski <helmut@pozimski.eu>
Date: Sat, 30 May 2020 22:38:03 +0200
Subject: [PATCH 1/2] asunder: update to 2.9.6.

---
 srcpkgs/asunder/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/asunder/template b/srcpkgs/asunder/template
index 8fe9a57edc4..ddf33bfec46 100644
--- a/srcpkgs/asunder/template
+++ b/srcpkgs/asunder/template
@@ -1,19 +1,18 @@
 # Template file for 'asunder'
 pkgname=asunder
-version=2.9.5
-revision=2
+version=2.9.6
+revision=1
 build_style=gnu-configure
 hostmakedepends="intltool pkg-config"
 makedepends="gtk+-devel libcddb-devel"
-# XXX: Still wants: bin/neroAacEnc (AAC nero encoder) bin/mpcenc (Musepack)
 depends="MonkeysAudio cdparanoia flac lame opus vorbis-tools wavpack"
 short_desc="Graphical Audio CD ripper and encoder"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="GPL-2.0-or-later"
 homepage="http://littlesvr.ca/asunder/"
 distfiles="http://littlesvr.ca/asunder/releases/asunder-${version}.tar.bz2"
-checksum=64ce1159e237ec5fa785fe1e98f4e176f27e3b043f1ed0a058948f2cbe323d19
+checksum=ea3c7fa65b2373461eb3d9f929aa85499aa00359a43dbbd80d1e1f48056a96f9
 
 pre_build() {
-	sed -i 's:cd syslogng && $(MAKE) install:true:' Makefile.in
+	vsed -i 's:cd syslogng && $(MAKE) install:true:' Makefile.in
 }

From 76eee322de34ef1ec5e3af3038fbf4ce99bfc57a Mon Sep 17 00:00:00 2001
From: Helmut Pozimski <helmut@pozimski.eu>
Date: Mon, 1 Jun 2020 11:14:44 +0200
Subject: [PATCH 2/2] kodi: update to 18.7.1.

---
 srcpkgs/kodi/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/kodi/template b/srcpkgs/kodi/template
index 52c4e369027..bf310736105 100644
--- a/srcpkgs/kodi/template
+++ b/srcpkgs/kodi/template
@@ -1,6 +1,6 @@
 # Template file for 'kodi'
 pkgname=kodi
-version=18.7
+version=18.7.1
 revision=1
 _codename="Leia"
 wrksrc="xbmc-${version}-${_codename}"
@@ -11,7 +11,7 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="GPL-2.0-or-later"
 homepage="http://www.kodi.tv"
 distfiles="https://github.com/xbmc/xbmc/archive/${version}-${_codename}.tar.gz"
-checksum=f6bb2ad9d8ca27d1b6bf68690d699f5e2bf3d0c7e5700d8e564b7583054c434e
+checksum=5cfec391bcd168bbd4f9d38a6c8ec93e42e040cf82cf6ebf23db5e86753816fb
 python_version=2 #unverified
 patch_args="-Np1"
 LDFLAGS+=" -Wl,-z,stack-size=1048576"

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [PR PATCH] asunder: update to 2.9.6.
@ 2020-05-30 20:38 Hoshpak
  0 siblings, 0 replies; 4+ messages in thread
From: Hoshpak @ 2020-05-30 20:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Hoshpak/void-packages asunder-2.9.6
https://github.com/void-linux/void-packages/pull/22447

asunder: update to 2.9.6.
None

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

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

From 9d5aaf4b5d76009e1ace29f75a493eaa411cabbc Mon Sep 17 00:00:00 2001
From: Helmut Pozimski <helmut@pozimski.eu>
Date: Sat, 30 May 2020 22:38:03 +0200
Subject: [PATCH] asunder: update to 2.9.6.

---
 srcpkgs/asunder/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/asunder/template b/srcpkgs/asunder/template
index 8fe9a57edc4..ddf33bfec46 100644
--- a/srcpkgs/asunder/template
+++ b/srcpkgs/asunder/template
@@ -1,19 +1,18 @@
 # Template file for 'asunder'
 pkgname=asunder
-version=2.9.5
-revision=2
+version=2.9.6
+revision=1
 build_style=gnu-configure
 hostmakedepends="intltool pkg-config"
 makedepends="gtk+-devel libcddb-devel"
-# XXX: Still wants: bin/neroAacEnc (AAC nero encoder) bin/mpcenc (Musepack)
 depends="MonkeysAudio cdparanoia flac lame opus vorbis-tools wavpack"
 short_desc="Graphical Audio CD ripper and encoder"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="GPL-2.0-or-later"
 homepage="http://littlesvr.ca/asunder/"
 distfiles="http://littlesvr.ca/asunder/releases/asunder-${version}.tar.bz2"
-checksum=64ce1159e237ec5fa785fe1e98f4e176f27e3b043f1ed0a058948f2cbe323d19
+checksum=ea3c7fa65b2373461eb3d9f929aa85499aa00359a43dbbd80d1e1f48056a96f9
 
 pre_build() {
-	sed -i 's:cd syslogng && $(MAKE) install:true:' Makefile.in
+	vsed -i 's:cd syslogng && $(MAKE) install:true:' Makefile.in
 }

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

end of thread, other threads:[~2020-06-01  9:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-01  9:15 [PR PATCH] asunder: update to 2.9.6 Hoshpak
2020-06-01  9:16 ` [PR PATCH] [Updated] " Hoshpak
2020-06-01  9:33 ` [PR PATCH] [Merged]: kodi: update to 18.7.1 Hoshpak
  -- strict thread matches above, loose matches on Subject: below --
2020-05-30 20:38 [PR PATCH] asunder: update to 2.9.6 Hoshpak

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