Github messages for voidlinux
 help / color / mirror / Atom feed
From: meator <meator@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] cmt: update to 1.18 and make it buildable
Date: Tue, 03 Jan 2023 14:08:55 +0100	[thread overview]
Message-ID: <20230103130855.xOWGjsEZxyhphl1Wuc7T9Jb_INRDwFBqNCo4pa4o9VU@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-39583@inbox.vuxu.org>

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

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

https://github.com/meator/void-packages cmt
https://github.com/void-linux/void-packages/pull/39583

cmt: update to 1.18 and make it buildable
The 1.17 version doesn't build:
```
=> xbps-src: updating repositories for host (x86_64)...
[*] Updating repository `https://repo-default.voidlinux.org/current/x86_64-repodata' ...
[*] Updating repository `https://repo-default.voidlinux.org/current/nonfree/x86_64-repodata' ...
[*] Updating repository `https://repo-default.voidlinux.org/current/debug/x86_64-repodata' ...
[*] Updating repository `https://repo-default.voidlinux.org/current/multilib/x86_64-repodata' ...
[*] Updating repository `https://repo-default.voidlinux.org/current/multilib/nonfree/x86_64-repodata' ...
=> xbps-src: updating software in / masterdir...
=> xbps-src: cleaning up / masterdir...
=> cmt-1.17_2: removing autodeps, please wait...
=> cmt-1.17_2: building [gnu-makefile] for x86_64...
   [target] ladspa-sdk-1.15_3: found (https://repo-default.voidlinux.org/current)
=> cmt-1.17_2: installing target dependencies: ladspa-sdk-1.15_3 ...
=> cmt-1.17_2: running do-fetch hook: 00-distfiles ...
=> cmt-1.17_2: fetching distfile 'cmt_1.17.tgz' from 'http://www.ladspa.org/download/cmt_1.17.tgz'...
http://www.ladspa.org/download/cmt_1.17.tgz: Not Found
=> ERROR: cmt-1.17_2: failed to fetch 'cmt_1.17.tgz'.
```

#### Testing the changes
- I tested the changes in this PR: **NO**

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

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

From b60b1c5ede8713f38dcb51ed29f95420c92ba98d Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 1 Oct 2022 15:22:50 +0200
Subject: [PATCH] cmt: update to 1.18.

This commit also switches URLs to https.
---
 srcpkgs/cmt/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/cmt/template b/srcpkgs/cmt/template
index e87368e74671..a07ca8a06938 100644
--- a/srcpkgs/cmt/template
+++ b/srcpkgs/cmt/template
@@ -1,7 +1,7 @@
 # Template file for 'cmt'
 pkgname=cmt
-version=1.17
-revision=2
+version=1.18
+revision=1
 build_wrksrc="src"
 build_style=gnu-makefile
 make_use_env=yes
@@ -9,9 +9,9 @@ makedepends="ladspa-sdk"
 short_desc="LADSPA plugins for use with software synthesis and recording packages"
 maintainer="Olga Ustuzhanina <me@laserbat.pw>"
 license="GPL-2.0-or-later"
-homepage="http://www.ladspa.org/cmt/overview.html"
-distfiles="http://www.ladspa.org/download/${pkgname}_${version}.tgz"
-checksum=eb56d7abebfdf8a6d0ad65d012238c9fc394dd41eeca11900812a8cb6b07ad1f
+homepage="https://www.ladspa.org/cmt/overview.html"
+distfiles="https://www.ladspa.org/download/${pkgname}_${version}.tgz"
+checksum=a82f8636de1f4ada386a199a017a9cd775a49b49e716b11e8dd3f723c93df6ca
 
 post_extract() {
 	sed -e "/^CFLAGS/ s/-O2/${CFLAGS}/" \

  parent reply	other threads:[~2023-01-03 13:08 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-01 13:27 [PR PATCH] " meator
2022-12-31  1:55 ` github-actions
2023-01-02  7:15 ` [PR REVIEW] " kruceter
2023-01-02  7:15 ` kruceter
2023-01-02  7:15 ` kruceter
2023-01-03 13:08 ` meator [this message]
2023-01-03 13:09 ` meator
2023-01-03 13:19 ` [PR REVIEW] " meator
2023-01-03 13:20 ` meator
2023-01-03 13:21 ` meator
2023-01-07 21:49 ` kruceter
2023-01-07 22:18 ` kruceter
2023-01-10 15:00 ` meator
2023-01-10 15:23 ` kruceter
2023-04-11  1:51 ` github-actions
2023-04-25  1:53 ` [PR PATCH] [Closed]: " github-actions

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230103130855.xOWGjsEZxyhphl1Wuc7T9Jb_INRDwFBqNCo4pa4o9VU@z \
    --to=meator@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).