[vlc-commits] [Git][videolan/vlc][master] 2 commits: tools: remove unused gas-preprocessor

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Sun Dec 4 17:10:40 UTC 2022



Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC


Commits:
c21ebc20 by Steve Lhomme at 2022-12-04T16:10:00+00:00
tools: remove unused gas-preprocessor

- - - - -
06feaa77 by Steve Lhomme at 2022-12-04T16:10:00+00:00
CI: use libvlcjni script not using gas

- - - - -


4 changed files:

- extras/ci/gitlab-ci.yml
- extras/tools/SHA512SUMS
- extras/tools/packages.mak
- extras/tools/tools.mak


Changes:

=====================================
extras/ci/gitlab-ci.yml
=====================================
@@ -478,7 +478,7 @@ tvos-arm64:
         name: $VLC_ANDROID_IMAGE
     script: |
         git clone https://code.videolan.org/videolan/libvlcjni.git
-        (cd libvlcjni && git checkout 005bcdb4be46509fe9d8428d4ff5bcdc7d8a8d99)
+        (cd libvlcjni && git checkout 510543b6e0ae9a5223041b0049da720a6033d00c)
         if [ -n "$VLC_PREBUILT_CONTRIBS_URL" ]; then
             /bin/sh ./libvlcjni/buildsystem/compile-libvlc.sh -a $ANDROID_ARCH --with-prebuilt-contribs
         else


=====================================
extras/tools/SHA512SUMS
=====================================
@@ -2,7 +2,6 @@
 e34c7818bcde14d2cb13cdd293ed17d70740d4d1fd7c67a07b415491ef85d42f450d4fe5f8f80cc330bf75c40a62774c51a4336e06e8da07a4cbc49922d975ee  autoconf-2.69.tar.gz
 47b0120a59e3e020529a6ce750297d7de1156fd2be38db5d101e50120f11b40c28741ecd5eacf2790a9e25386713dcf7717339cfa5d7943d0dbf47c417383448  automake-1.16.1.tar.gz
 6f0e8e29bf0336f555ba72c4d83f35d820f8a5159cc999d48795dc57a6627b4ee3966dda84ca97d39906e35dd476ea00cf80023672cc0fad862e2996194c0674  cmake-3.24.2.tar.gz
-9953413376c6b33e9e49d1f4f5b2d50075e0b1defb17b3c233d186d21416e6b607df11f6030588eeec3b025e1075c9c37a3db3c872fc22329d1dc0d0c6e2d9d0  gas-preprocessor-72887b9.tar.gz
 3233d81cb2739a54b840a0a82064eebbfaa4fb442fb993a35d6bd41d8395c51f038c90ae048b9252f172d0a5bbfb4b36e2b13d4477001f9ff7d4124237819a18  libtool-2.4.6.tar.gz
 29254dd4267a093e8d9da3a26df8b02564044cdb4506be539ec1aff4e5d406477bcf32f5e813c840f3aec77293bfe2cdde18f6a21724a7e0bfff646ec88b74ae  m4-1.4.18.tar.gz
 56a9656539448972bc3080357ccc987bd4cbca3847758fe41251eb8af1a5e403a75f38d1344fa2c0bd56de880f37f3eaafbe7116c506f33331e7a8dd8a53cf2a  pkg-config-0.28-1.tar.gz


=====================================
extras/tools/packages.mak
=====================================
@@ -30,9 +30,6 @@ TAR_URL=$(GNU)/tar/tar-$(TAR_VERSION).tar.bz2
 XZ_VERSION=5.2.2
 XZ_URL=http://tukaani.org/xz/xz-$(XZ_VERSION).tar.bz2
 
-GAS_VERSION=72887b9
-GAS_URL=http://git.libav.org/?p=gas-preprocessor.git;a=snapshot;h=$(GAS_VERSION);sf=tgz
-
 RAGEL_VERSION=6.10
 RAGEL_URL=http://www.colm.net/files/ragel/ragel-$(RAGEL_VERSION).tar.gz
 


=====================================
extras/tools/tools.mak
=====================================
@@ -236,23 +236,6 @@ CLEAN_FILE += .buildpkg-config
 CLEAN_PKG += pkgconfig
 DISTCLEAN_PKG += pkg-config-$(PKGCFG_VERSION).tar.gz
 
-# gas-preprocessor
-gas-preprocessor-$(GAS_VERSION).tar.gz:
-	$(call download_pkg,$(GAS_URL),gas-preprocessor)
-
-gas: gas-preprocessor-$(GAS_VERSION).tar.gz
-	$(UNPACK)
-	$(MOVE)
-
-.buildgas: gas
-	mkdir -p $(PREFIX)/bin
-	cp gas/gas-preprocessor.pl $(PREFIX)/bin/
-	touch $@
-
-CLEAN_FILE += .buildgas
-CLEAN_PKG += gas
-DISTCLEAN_PKG += gas-preprocessor-$(GAS_VERSION).tar.gz
-
 # Ragel State Machine Compiler
 ragel-$(RAGEL_VERSION).tar.gz:
 	$(call download_pkg,$(RAGEL_URL),ragel)



View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/a5e5e64174a9410e75d3c1c83476b2b26925e674...06feaa77c3ab379c563e474859e2419f870dad94

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/a5e5e64174a9410e75d3c1c83476b2b26925e674...06feaa77c3ab379c563e474859e2419f870dad94
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list