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
7ea3bec8
Commit
7ea3bec8
authored
Feb 01, 2012
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: remove old buggy fluidsynth
parent
9419d728
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
14 deletions
+2
-14
contrib/src/fluid/SHA512SUMS
contrib/src/fluid/SHA512SUMS
+0
-1
contrib/src/fluid/rules.mak
contrib/src/fluid/rules.mak
+2
-13
No files found.
contrib/src/fluid/SHA512SUMS
View file @
7ea3bec8
9e8ca850d4dbf8404208ef6bb76d9d3775f574f10b2d0045aba23c989b893bcf6386d72dda593e0e4cdcb744f78b03859a2146edf8cce77c027416680ceb0ce1 fluidsynth-1.0.9.tar.gz
b0f97b9c890d45a59dcb1cc0676a6a157c3f57231f433b38441f8b89a70b5a73f3e9d8ef9e35ecd5209fbbc86c4ec8779439c51cde431295b8a9349b718b118e fluidsynth-1.1.3.tar.bz2
b0f97b9c890d45a59dcb1cc0676a6a157c3f57231f433b38441f8b89a70b5a73f3e9d8ef9e35ecd5209fbbc86c4ec8779439c51cde431295b8a9349b718b118e fluidsynth-1.1.3.tar.bz2
contrib/src/fluid/rules.mak
View file @
7ea3bec8
...
@@ -2,7 +2,6 @@
...
@@ -2,7 +2,6 @@
FLUID_VERSION
:=
1.1.3
FLUID_VERSION
:=
1.1.3
FLUID_URL
:=
$(SF)
/fluidsynth/fluidsynth-
$(FLUID_VERSION)
/fluidsynth-
$(FLUID_VERSION)
.tar.bz2
FLUID_URL
:=
$(SF)
/fluidsynth/fluidsynth-
$(FLUID_VERSION)
/fluidsynth-
$(FLUID_VERSION)
.tar.bz2
FLUID_OLDURL
:=
$(SF)
/fluidsynth/older%20releases/fluidsynth-1.0.9.tar.gz
PKGS
+=
fluid
PKGS
+=
fluid
ifeq
($(call need_pkg,"fluidsynth"),)
ifeq
($(call need_pkg,"fluidsynth"),)
...
@@ -12,19 +11,9 @@ endif
...
@@ -12,19 +11,9 @@ endif
$(TARBALLS)/fluidsynth-$(FLUID_VERSION).tar.bz2
:
$(TARBALLS)/fluidsynth-$(FLUID_VERSION).tar.bz2
:
$(
call
download,
$(FLUID_URL)
)
$(
call
download,
$(FLUID_URL)
)
$(TARBALLS)/fluidsynth-1.0.9.tar.gz
:
.sum-fluid
:
fluidsynth-$(FLUID_VERSION).tar.bz2
$(
call
download,
$(FLUID_OLDURL)
)
.sum-fluid
:
fluidsynth-$(FLUID_VERSION).tar.bz2 fluidsynth-1.0.9.tar.gz
fluidsynth
:
fluidsynth-$(FLUID_VERSION).tar.bz2 .sum-fluid
ifeq
($(call need_pkg,"glib-2.0"),)
FLUID_TARBALL
:=
fluidsynth-
$(FLUID_VERSION)
.tar.bz2
else
FLUID_TARBALL
:=
fluidsynth-1.0.9.tar.gz
FLUID_VERSION
:=
1.0.9
endif
fluidsynth
:
$(FLUID_TARBALL) .sum-fluid
$(UNPACK)
$(UNPACK)
$(APPLY)
$(SRC)
/fluid/fluid-no-bin.patch
$(APPLY)
$(SRC)
/fluid/fluid-no-bin.patch
ifdef
HAVE_WIN32
ifdef
HAVE_WIN32
...
...
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