[vlc-commits] [Git][videolan/vlc][3.0.x] contribs: caca: Fix unpack after 5e7f45b8846f062d1c9784b7605375bd765f466c
Steve Lhomme (@robUx4)
gitlab at videolan.org
Tue Apr 21 04:03:58 UTC 2026
Steve Lhomme pushed to branch 3.0.x at VideoLAN / VLC
Commits:
59c6a7cc by Martin Storsjö at 2026-04-20T11:56:31+00:00
contribs: caca: Fix unpack after 5e7f45b8846f062d1c9784b7605375bd765f466c
Commit 5e7f45b8846f062d1c9784b7605375bd765f466c removed a
duplicate UPDATE_AUTOCONFIG - however it didn't remove the
moving of config.sub/guess that related to the second
UPDATE_AUTOCONFIG.
It is unclear how this passed through CI.
That commit was an adapted backport of git master commit
8c60becc8f92fb41c0fdf8b2cba76ae8e1cc6fac, which only moved
UPDATE_AUTOCONFIG to an earlier spot. (While in the 3.0.x branch,
we had the earlier extra UPDATE_AUTOCONFIG since
6edaf9b5a1edbb7ca41326be20dd4b4669493556, where it also included
moving of the config files.
In git master, this extra moving of config files was later
removed in bef422928843383ca9559009fbbb2274c492cf92 instead.
- - - - -
1 changed file:
- contrib/src/caca/rules.mak
Changes:
=====================================
contrib/src/caca/rules.mak
=====================================
@@ -24,7 +24,6 @@ caca: libcaca-$(CACA_VERSION).tar.gz .sum-caca
$(APPLY) $(SRC)/caca/caca-fix-pkgconfig.patch
$(call pkg_static,"caca/caca.pc.in")
$(MOVE)
- mv caca/config.sub caca/config.guess caca/.auto
CACA_CONF := \
--disable-gl \
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/59c6a7ccb457567a1ab6420337537a5ee8ac3dd9
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/59c6a7ccb457567a1ab6420337537a5ee8ac3dd9
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list