[vlc-commits] [Git][videolan/vlc][3.0.x] contrib: remove unused sqlite

Steve Lhomme (@robUx4) gitlab at videolan.org
Sun Oct 6 18:10:34 UTC 2024



Steve Lhomme pushed to branch 3.0.x at VideoLAN / VLC


Commits:
7b8f0755 by Steve Lhomme at 2024-10-06T12:50:43+00:00
contrib: remove unused sqlite

It's not built by default.
It doesn't seem to be force built by libvlcjni or medialibrary either.

- - - - -


2 changed files:

- − contrib/src/sqlite/SHA512SUMS
- − contrib/src/sqlite/rules.mak


Changes:

=====================================
contrib/src/sqlite/SHA512SUMS deleted
=====================================
@@ -1 +0,0 @@
-fd6761a6c8f76d137cc8c98b8ae77f8f4206dbf187d66e324f7dc6a79eb752d441446139216eadb534cf5601345c2ea1da3312305e24c762b6e16318cf4adb5e  sqlite-3.6.20.tar.gz


=====================================
contrib/src/sqlite/rules.mak deleted
=====================================
@@ -1,24 +0,0 @@
-# sqlite
-
-SQLITE_VERSION := 3.6.20
-SQLITE_URL := http://www.sqlite.org/sqlite-amalgamation-$(SQLITE_VERSION).tar.gz
-
-# PKGS += sqlite
-
-ifeq ($(call need_pkg,"sqlite3"),)
-PKGS_FOUND += sqlite
-endif
-
-$(TARBALLS)/sqlite-$(SQLITE_VERSION).tar.gz:
-	$(call download_pkg,$(SQLITE_URL),sqlite)
-
-.sum-sqlite: sqlite-$(SQLITE_VERSION).tar.gz
-
-sqlite: sqlite-$(SQLITE_VERSION).tar.gz .sum-sqlite
-	$(UNPACK)
-	$(MOVE)
-
-.sqlite: sqlite
-	cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
-	cd $< && $(MAKE) && $(MAKE) install
-	touch $@



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/7b8f075537a4cdebefd39fae193eb8bc131dd8b5

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/7b8f075537a4cdebefd39fae193eb8bc131dd8b5
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