Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLMC
Commits
374fc988
Commit
374fc988
authored
Jul 21, 2016
by
Hugo Beauzée-Luyssen
Browse files
contribs: Add medialibrary
The package is disabled by default for now, as macos build isn't fixed
parent
a06fec3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
contribs/src/medialibrary/rules.mak
0 → 100644
View file @
374fc988
MEDIALIBRARY_VERSION
:=
master
MEDIALIBRARY_URL
:=
https://code.videolan.org/videolan/medialibrary.git
#PKGS += medialibrary
ifeq
($(call need_pkg,"medialibrary"),)
PKGS_FOUND
+=
medialibrary
endif
DEPS_medialibrary
+=
vlc jpegturbo sqlite
$(TARBALLS)/medialibrary-$(MEDIALIBRARY_VERSION).tar.xz
:
$(
call
download_git,
$(MEDIALIBRARY_URL)
,,
$(MEDIALIBRARY_VERSION)
)
medialibrary
:
medialibrary-$(MEDIALIBRARY_VERSION).tar.xz
$(UNPACK)
$(MOVE)
.medialibrary
:
medialibrary
cd
$<
&&
./bootstrap
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
cd
$<
&&
$(MAKE)
install
touch
$@
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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