Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
511877e2
Commit
511877e2
authored
Nov 28, 2014
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: add mpg123
parent
553e1f39
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
0 deletions
+24
-0
contrib/src/mpg123/SHA512SUMS
contrib/src/mpg123/SHA512SUMS
+1
-0
contrib/src/mpg123/rules.mak
contrib/src/mpg123/rules.mak
+23
-0
No files found.
contrib/src/mpg123/SHA512SUMS
0 → 100644
View file @
511877e2
8c48037981d3ff8a2e863a781b2d22226a820d63d334c11dcc2868d715ef696ece7a302d1df0550a5fe936ad19ef87bdddf3c8cc8a7339998f229671dc5cc48c mpg123-1.21.0.tar.bz2
contrib/src/mpg123/rules.mak
0 → 100644
View file @
511877e2
# mpg123
MPG123_VERSION
:=
1.21.0
MPG123_URL
:=
$(SF)
/mpg123/
$(MPG123_VERSION)
/mpg123-
$(MPG123_VERSION)
.tar.bz2
PKGS
+=
mpg123
ifeq
($(call need_pkg,"mpg123"),)
PKGS_FOUND
+=
mpg123
endif
$(TARBALLS)/mpg123-$(MPG123_VERSION).tar.bz2
:
$(
call
download,
$(MPG123_URL)
)
.sum-mpg123
:
mpg123-$(MPG123_VERSION).tar.bz2
mpg123
:
mpg123-$(MPG123_VERSION).tar.bz2 .sum-mpg123
$(UNPACK)
$(MOVE)
.mpg123
:
mpg123
$(RECONF)
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
cd
$<
&&
$(MAKE)
install
touch
$@
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