Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
95bb368e
Commit
95bb368e
authored
Nov 25, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs: Sqlite3
parent
31aac78a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+15
-0
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+2
-0
No files found.
extras/contrib/src/Makefile
View file @
95bb368e
...
...
@@ -2628,6 +2628,21 @@ CLEAN_FILE += .regex
CLEAN_PKG
+=
regex
DISTCLEAN_PKG
+=
regex-
$(REGEX_VERSION)
.tar.gz
# SQLite
sqlite-amalgamation-$(SQLITE_VERSION).tar.gz
:
$(WGET)
$(SQLITE_URL)
sqlite-$(SQLITE_VERSION)
:
sqlite-amalgamation-$(SQLITE_VERSION).tar.gz
$(EXTRACT_GZ)
.sqlite3
:
sqlite-$(SQLITE_VERSION)
(
cd
$<
;
$(HOSTCC)
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
&&
make
&&
make
install
)
CLEAN_FILE
+=
.sqlite3
CLEAN_PKG
+=
sqlite3
DISTCLEAN_PKG
+=
sqlite-amalgamation-
$(SQLITE_VERSION)
.tar.gz
# ***************************************************************************
# Some cleaning
...
...
extras/contrib/src/packages.mak
View file @
95bb368e
...
...
@@ -244,3 +244,5 @@ LIBPROJECTM_VERSION=1.2.0
LIBPROJECTM_URL
=
$(SF)
/projectm/libprojectM/libprojectM-
$(LIBPROJECTM_VERSION)
/libprojectM-
$(LIBPROJECTM_VERSION)
.tar.bz2
LIBPROJECTM_SVN
=
https://projectm.svn.sourceforge.net/svnroot/projectm/trunk
PEFLAGS_URL
=
http://altair.videolan.org/~geal
SQLITE_VERSION
=
3.6.20
SQLITE_URL
=
http://www.sqlite.org/sqlite-amalgamation-
$(SQLITE_VERSION)
.tar.gz
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment