[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r11324: update audiofile to 0.3.6
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r11324: update audiofile to 0.3.6 |
Date: |
Tue, 29 Apr 2025 01:33:01 -0400 (EDT) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 11324
revision-id: carlhansen@gnu.org-20250429053249-vjr624g2q9vbsw06
parent: carlhansen@gnu.org-20250428235452-d7yaku141uax3379
committer: carlhansen@gnu.org
branch nick: trunk
timestamp: Tue 2025-04-29 05:32:49 +0000
message:
update audiofile to 0.3.6
added:
pkg/other/audiofile/ audiofile-20250429053241-17bglhffxl9w5fnk-1
pkg/other/audiofile/Makefile makefile-20250429053241-17bglhffxl9w5fnk-3
pkg/other/audiofile/config.mk config.mk-20250429053241-17bglhffxl9w5fnk-2
pkg/other/audiofile/sha256sums sha256sums-20250429053241-17bglhffxl9w5fnk-4
=== added directory 'pkg/other/audiofile'
=== added file 'pkg/other/audiofile/Makefile'
--- a/pkg/other/audiofile/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/other/audiofile/Makefile 2025-04-29 05:32:49 +0000
@@ -0,0 +1,55 @@
+# Copyright ©2024-2025 Carl Hansen <carlhansen@gnu.org>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/gsrc
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC. If not, see <http://www.gnu.org/licenses/>.
+
+
+# Send bug reports and comments about GSRC problems to bug-gsrc@gnu.org
+
+NAME = audiofile
+GARNAME = audiofile
+GARVERSION = 0.3.6
+HOME_URL = http://github.com/mpruett/audiofile
+DESCRIPTION = audiofile lib
+define BLURB
+endef
+
+######################################################################
+# https://github.com/mpruett/audiofile/archive/refs/tags/audiofile-0.3.6.tar.gz
+MASTER_SITES = $(MASTER_GITHUB)
+MASTER_SUBDIR = mpruett/audiofile/archive/refs/tags/
+DISTFILES = $(DISTNAME).tar.gz
+SIGFILES =
+
+BUILDDEPS =
+LIBDEPS =
+WORKSRC = $(WORKDIR)/audiofile-$(DISTNAME)
+WORKOBJ = $(WORKSRC)
+######################################################################
+
+include ../../../gar/gar.lib/autotools.mk
+include config.mk
+
+BUILD_ARGS = CFLAGS=-fpermissive
+
+pre-configure:
+ cd $(WORKSRC) && ./autogen.sh
+ $(MAKECOOKIE)
+
+
+check test: build
+ cd $(WORKOBJ) && $(MAKE) test
+
=== added file 'pkg/other/audiofile/config.mk'
--- a/pkg/other/audiofile/config.mk 1970-01-01 00:00:00 +0000
+++ b/pkg/other/audiofile/config.mk 2025-04-29 05:32:49 +0000
@@ -0,0 +1,5 @@
+## Configuration options ##
+## adjust as needed
+
+CONFIGURE_OPTS ?=
+BUILD_OPTS ?=
=== added file 'pkg/other/audiofile/sha256sums'
--- a/pkg/other/audiofile/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/other/audiofile/sha256sums 2025-04-29 05:32:49 +0000
@@ -0,0 +1,1 @@
+52125fee6c7454d743acdc27ebda194c6b5c7b9111426c7d5fdea0754cd366cc
download/audiofile-0.3.6.tar.gz
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r11324: update audiofile to 0.3.6,
Carl Hansen <=