Github messages for voidlinux
 help / color / mirror / Atom feed
From: agausmann <agausmann@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: sfxr-1.2.1
Date: Sun, 19 Apr 2020 04:22:21 +0200	[thread overview]
Message-ID: <20200419022221.tCsSCQPWr6hYNA6GPEHG_k6OVW3UW746-zVF84DHRVY@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21140@inbox.vuxu.org>

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

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

https://github.com/agausmann/void-packages sfxr
https://github.com/void-linux/void-packages/pull/21140

New package: sfxr-1.2.1


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

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

From fdf7379e96fbee90e490c6c59e9d1ef4c16d7ca8 Mon Sep 17 00:00:00 2001
From: Adam Gausmann <agausmann@fastmail.com>
Date: Sat, 18 Apr 2020 21:19:42 -0500
Subject: [PATCH] New package: sfxr-1.2.1

---
 srcpkgs/sfxr/files/LICENSE                    | 32 +++++++++++++++++++
 .../sfxr/patches/fix-overwritten-flags.patch  | 13 ++++++++
 srcpkgs/sfxr/template                         | 18 +++++++++++
 3 files changed, 63 insertions(+)
 create mode 100644 srcpkgs/sfxr/files/LICENSE
 create mode 100644 srcpkgs/sfxr/patches/fix-overwritten-flags.patch
 create mode 100644 srcpkgs/sfxr/template

diff --git a/srcpkgs/sfxr/files/LICENSE b/srcpkgs/sfxr/files/LICENSE
new file mode 100644
index 00000000000..a9996ab0eb4
--- /dev/null
+++ b/srcpkgs/sfxr/files/LICENSE
@@ -0,0 +1,32 @@
+License
+-------
+
+Basically, I don't care what you do with it, anything goes.
+
+To please all the troublesome folks who request a formal license,
+I attach the "MIT license" as follows:
+
+--
+
+Copyright (c) 2007 Tomas Pettersson
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
diff --git a/srcpkgs/sfxr/patches/fix-overwritten-flags.patch b/srcpkgs/sfxr/patches/fix-overwritten-flags.patch
new file mode 100644
index 00000000000..8103b8fd2c7
--- /dev/null
+++ b/srcpkgs/sfxr/patches/fix-overwritten-flags.patch
@@ -0,0 +1,13 @@
+--- Makefile	2012-04-28 07:55:05.000000000 -0500
++++ Makefile	2020-04-18 21:08:53.055807782 -0500
+@@ -1,7 +1,7 @@
+-CFLAGS=-ggdb
++override CFLAGS += -ggdb
+ GTK=3.0
+-CXXFLAGS=$(CFLAGS) `sdl-config --cflags` `pkg-config gtk+-${GTK} --cflags`
+-LDFLAGS=`sdl-config --libs` `pkg-config gtk+-${GTK} --libs`
++override CXXFLAGS += $(CFLAGS) `sdl-config --cflags` `pkg-config gtk+-${GTK} --cflags`
++override LDFLAGS += `sdl-config --libs` `pkg-config gtk+-${GTK} --libs`
+ 
+ sfxr: main.cpp tools.h sdlkit.h
+ 	$(CXX) $< $(CXXFLAGS) $(LDFLAGS) -o $@
diff --git a/srcpkgs/sfxr/template b/srcpkgs/sfxr/template
new file mode 100644
index 00000000000..4d57e58ca54
--- /dev/null
+++ b/srcpkgs/sfxr/template
@@ -0,0 +1,18 @@
+# Template file for 'sfxr'
+pkgname=sfxr
+version=1.2.1
+revision=1
+wrksrc="sfxr-sdl-${version}"
+build_style=gnu-makefile
+hostmakedepends="pkg-config desktop-file-utils"
+makedepends="SDL-devel gtk+3-devel"
+short_desc="Sound effect generator"
+maintainer="Adam Gausmann <agausmann@fastmail.com>"
+license="custom:sfxr"
+homepage="http://www.drpetter.se/project_sfxr.html"
+distfiles="http://www.drpetter.se/files/sfxr-sdl-${version}.tar.gz"
+checksum=ca93be8964c92fe3a2c945640cd3e93c95ae7abe24290818f4fe7f6e5a7cd835
+
+post_install() {
+	vlicense ${FILESDIR}/LICENSE
+}

  reply	other threads:[~2020-04-19  2:22 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-19  2:18 [PR PATCH] " agausmann
2020-04-19  2:22 ` agausmann [this message]
2020-04-19  2:28 ` agausmann
2020-04-19  2:30 ` agausmann
2020-04-19  2:32 ` agausmann
2020-04-19  4:53 ` [PR PATCH] [Updated] " agausmann
2021-11-06 22:31 ` abenson
2021-11-06 22:31 ` [PR PATCH] [Closed]: " abenson

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=20200419022221.tCsSCQPWr6hYNA6GPEHG_k6OVW3UW746-zVF84DHRVY@z \
    --to=agausmann@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).