openwrt-packages/multimedia
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
..
ffmpeg ffmpeg: libffmpeg-full package should provide libffmpeg package, too 2022-11-09 15:11:00 +01:00
fswebcam treewide: remove rpath-link 2022-03-13 00:02:02 -08:00
gphoto2 gphoto2: fix compilation with BUILD_NLS 2023-01-13 00:03:49 -08:00
graphicsmagick treewide: refactor to use PKG_BUILD_FLAGS:=lto 2023-04-08 08:38:54 +02:00
grilo treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
grilo-plugins treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
gst1-libav treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16 2023-04-08 08:38:54 +02:00
gst1-plugins-bad gst1-plugins-bad: bump to 1.20.5 2023-02-25 18:43:40 -08:00
gst1-plugins-base gst1-plugins-base: bump to 1.20.5 2023-02-25 18:43:40 -08:00
gst1-plugins-good gst1-plugins-good: bump to 1.20.5 2023-02-25 18:43:40 -08:00
gst1-plugins-ugly gst1-plugins-ugly: bump to 1.20.5 2023-02-25 18:43:40 -08:00
gstreamer1 gstreamer: Update to 1.20.5 2023-02-25 18:43:40 -08:00
icecast icecast: add libxml2 include directory 2022-12-27 09:52:07 -03:00
ices ices: Update to 2.0.3 2022-11-21 15:09:43 +01:00
imagemagick treewide: refactor to use PKG_BUILD_FLAGS:=lto 2023-04-08 08:38:54 +02:00
lcdgrilo lcdgrilo: add gstreamer1-libs dependency 2020-03-19 03:17:17 -07:00
midisport-firmware midisport-firmware: add package 2022-09-17 02:00:59 +01:00
minidlna minidlna: update to 1.3.2 release 2023-04-10 14:12:30 -07:00
minisatip minisatip: add libdvbcsa support 2021-04-06 15:22:35 -07:00
mjpg-streamer treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
motion motion: refresh patches 2022-12-25 18:39:13 -08:00
oggfwd treewide: run "make check FIXUP=1" 2017-08-29 21:41:14 -07:00
rtpmidid treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
ttymidi-sysex treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
tvheadend treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16 2023-04-08 08:38:54 +02:00
v4l2rtspserver treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
v4l2tools v4l2tools: upgrade to release 0.2.0 2023-01-29 20:32:26 -08:00
xupnpd treewide: Run refresh on all packages 2021-02-20 16:02:15 -08:00
yt-dlp yt-dlp: update to 2023.3.4 2023-03-08 23:12:40 +08:00