Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
426
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
3707b647
Commit
3707b647
authored
3 years ago
by
Hugo Beauzée-Luyssen
Browse files
Options
Downloads
Patches
Plain Diff
contrib: Bump medialibrary version
parent
26e03eb0
No related branches found
No related tags found
1 merge request
!57
Bump medialibrary version
Pipeline
#92281
passed with stage
in 12 minutes and 49 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
contrib/src/medialibrary/rules.mak
+4
-8
4 additions, 8 deletions
contrib/src/medialibrary/rules.mak
with
4 additions
and
8 deletions
contrib/src/medialibrary/rules.mak
+
4
−
8
View file @
3707b647
MEDIALIBRARY_HASH
:=
f624aad56071999f899eb1380c914b5f61dfc52
c
MEDIALIBRARY_HASH
:=
d3711efef557e240687bfd3bcbc7be16604fd48
c
MEDIALIBRARY_VERSION
:=
git-
$(
MEDIALIBRARY_HASH
)
MEDIALIBRARY_GITURL
:=
https://code.videolan.org/videolan/medialibrary.git
PKGS
+=
medialibrary
ifeq
($(call need_pkg,"medialibrary >= 0.9.
1
"),)
ifeq
($(call need_pkg,"medialibrary >= 0.9.
2
"),)
PKGS_FOUND
+=
medialibrary
endif
...
...
@@ -18,14 +18,10 @@ $(TARBALLS)/medialibrary-$(MEDIALIBRARY_VERSION).tar.xz:
medialibrary
:
medialibrary-$(MEDIALIBRARY_VERSION).tar.xz .sum-medialibrary
$(
UNPACK
)
$(
call pkg_static,
"medialibrary.pc.in"
)
$(
UPDATE_AUTOCONFIG
)
$(
MOVE
)
.medialibrary
:
medialibrary
$(
RECONF
)
cd
$<
&&
$(
HOSTVARS_PIC
)
./configure
--disable-tests
--without-libvlc
$(
HOSTCONF
)
cd
$<
&&
$(
MAKE
)
cd
$<
&&
$(
MAKE
)
install
cd
$<
&&
$(
HOSTVARS_MESON
)
$(
MESON
)
-Dlibvlc
=
disabled build
cd
$<
&&
cd
build
&&
ninja
install
touch
$@
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment