openwrt-packages/sound
Paul Fertser 0c10c224be treewide: remove AUTORELEASE
Automatically compute and substitute current values for all
$(AUTORELEASE) instances as this feature is deprecated and shouldn't be
used.

The following temporary change was made to the core:

diff --git a/rules.mk b/rules.mk
index 57d7995d4fa8..f16367de87a8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -429,7 +429,7 @@ endef
 abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1))))

 COMMITCOUNT = $(if $(DUMP),0,$(call commitcount))
-AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1))
+AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))

 all:
 FORCE: ;

And this command used to fix affected packages:

for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                              sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
  make package/$i/download
done

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
2023-04-21 22:46:58 +02:00
..
alsa-utils treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
espeak treewide: refactor to use PKG_BUILD_FLAGS:=lto 2023-04-08 08:38:54 +02:00
fdk-aac fdk-aac: fix compilation with powerpc64 2022-01-29 16:38:35 -08:00
lame sound/lame: add PKG_CPE_ID 2020-10-28 11:56:50 +01:00
madplay treewide: fix places where $(FPIC) is unquoted 2021-03-19 16:38:43 -06:00
mocp mocp: disable ffmpeg 2020-04-29 17:17:34 -07:00
mpc treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
mpd treewide: opt out of LTO usage 2023-04-08 08:38:54 +02:00
mpg123 treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
opus-tools opus-tools: bump to 0.2 2018-11-12 18:42:35 +01:00
owntone treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16 2023-04-08 08:38:54 +02:00
pianod treewide: Replace MD5SUM with HASH 2019-10-31 15:54:36 +08:00
portaudio treewide: back to cmake.mk 2021-06-12 21:05:01 -07:00
pulseaudio treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
shairplay treewide: Run refresh on all packages 2021-02-20 16:02:15 -08:00
shairport-sync treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
shine treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16 2023-04-08 08:38:54 +02:00
sox treewide: remove rpath-link 2022-03-13 00:02:02 -08:00
squeezelite squeezelite: bump to 1.9.9-1415 2023-01-10 10:07:30 -08:00
svox treewide: Run refresh on all packages 2021-02-20 16:02:15 -08:00
upmpdcli treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00