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
454
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
1f8e9326
Commit
1f8e9326
authored
10 years ago
by
Rafaël Carré
Browse files
Options
Downloads
Patches
Plain Diff
contrib: mpcdec: their SVN server is not working
parent
ca975d8b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
contrib/src/mpcdec/SHA512SUMS
+1
-0
1 addition, 0 deletions
contrib/src/mpcdec/SHA512SUMS
contrib/src/mpcdec/rules.mak
+14
-14
14 additions, 14 deletions
contrib/src/mpcdec/rules.mak
with
15 additions
and
14 deletions
contrib/src/mpcdec/SHA512SUMS
0 → 100644
+
1
−
0
View file @
1f8e9326
89a8eab35e88d5ec1ef7c8fae897b23a5e31e1c99c8430f43a960c8543acd15cbb6b78e3d9da750a7d2649ebd86479c9136f9d370e0911675bfed8feff8de1d1 musepack_src_r481.tar.gz
This diff is collapsed.
Click to expand it.
contrib/src/mpcdec/rules.mak
+
14
−
14
View file @
1f8e9326
...
...
@@ -6,23 +6,23 @@ PKGS += mpcdec
#MUSE_URL := http://files.musepack.net/source/libmpcdec-$(MUSE_VERSION).tar.bz2
#MUSE_URL := http://files2.musepack.net/source/libmpcdec-$(MUSE_VERSION).tar.bz2
#MUSE_REV := 475
#MUSE_URL := http://files.musepack.net/source/musepack_src_r$(MUSE_REV).tar.gz
#$(TARBALLS)/musepack_src_r$(MUSE_REV).tar.gz:
# $(call download,$(MUSE_URL))
MUSE_REV
:=
481
MUSE_
SVN
:=
http://
svn.musepack.net/libmpc/trunk/
#
MUSE_
URL
:=
http://
download.videolan.org/pub/contrib/musepack_src_r
$(
MUSE_REV
)
.tar.gz
$(TARBALLS)/musepack_src_r$(MUSE_REV).tar.gz
:
rm
-Rf
musepack_src_r
$(
MUSE_REV
)
$(
SVN
)
export
$(
MUSE_SVN
)
-r
$(
MUSE_REV
)
musepack_src_r
$(
MUSE_REV
)
tar
czv musepack_src_r
$(
MUSE_REV
)
>
$@
$(
call download,
$(
MUSE_URL
))
.sum-mpcdec
:
musepack_src_r$(MUSE_REV).tar.gz
$(
warning
$@
not implemented
)
touch
$@
#MUSE_REV := 481
#MUSE_SVN := http://svn.musepack.net/libmpc/trunk/
#$(TARBALLS)/musepack_src_r$(MUSE_REV).tar.gz:
# rm -Rf musepack_src_r$(MUSE_REV)
# $(SVN) export $(MUSE_SVN) -r $(MUSE_REV) musepack_src_r$(MUSE_REV)
# tar czv musepack_src_r$(MUSE_REV) > $@
#.sum-mpcdec: musepack_src_r$(MUSE_REV).tar.gz
# $(warning $@ not implemented)
# touch $@
musepack
:
musepack_src_r$(MUSE_REV).tar.gz .sum-mpcdec
$(
UNPACK
)
...
...
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