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
713c078f
Commit
713c078f
authored
Apr 06, 2008
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FluidSynth in the contribs.
It doesn't work yet with mingw;
parent
a52b66d4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
1 deletion
+21
-1
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+19
-1
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+2
-0
No files found.
extras/contrib/src/Makefile
View file @
713c078f
...
...
@@ -2363,7 +2363,25 @@ CLEAN_FILE += .asa
CLEAN_PKG
+=
asa
DISTCLEAN_PKG
+=
asa.git.tar.gz
#
# ***************************************************************************
# FluidSynth library (Midi)
# ***************************************************************************
fluidsynth-$(FLUID_VERSION).tar.gz
:
$(WGET)
$(FLUID_URL)
fluidsynth
:
fluidsynth-$(FLUID_VERSION).tar.gz
$(EXTRACT_GZ)
.fluid
:
fluidsynth
(
cd
$<
;
$(HOSTCC)
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
&&
make
&&
make
install
)
touch
$@
CLEAN_FILE
+=
.fluid
CLEAN_PKG
+=
fluidsynth
DISTCLEAN_PKG
+=
fluidsynth-
$(NCURSES_VERSION)
.tar.gz
# ***************************************************************************
# Some cleaning
# ***************************************************************************
...
...
extras/contrib/src/packages.mak
View file @
713c078f
...
...
@@ -217,3 +217,5 @@ NCURSES_URL=$(GNU)/ncurses/ncurses-$(NCURSES_VERSION).tar.gz
ASA_URL
=
$(VIDEOLAN)
/testing/contrib/asa.git.tar.gz
PCRE_VERSION
=
7.6
PCRE_URL
=
ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-
$(PCRE_VERSION)
.tar.bz2
FLUID_VERSION
=
1.0.8
FLUID_URL
=
http://download.savannah.gnu.org/releases/fluid/fluidsynth-
$(FLUID_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