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
9c3987b8
Commit
9c3987b8
authored
Mar 10, 2013
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs: update FLAC to 1.3.0pre2
parent
76c5a58f
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
361 deletions
+9
-361
contrib/src/flac/SHA512SUMS
contrib/src/flac/SHA512SUMS
+1
-1
contrib/src/flac/flac-win32.patch
contrib/src/flac/flac-win32.patch
+0
-351
contrib/src/flac/libFLAC-pc.patch
contrib/src/flac/libFLAC-pc.patch
+3
-3
contrib/src/flac/rules.mak
contrib/src/flac/rules.mak
+5
-6
No files found.
contrib/src/flac/SHA512SUMS
View file @
9c3987b8
39b216239341fbfe210c3a2fc0d0531ecae26c425365c4b6d4fc1081e44e6dc7a9aba8d4c79cc8025386d0a7bb0d25c413c9b64cf7da9ab04ca34a56d2699787 flac-1.2.1.tar.g
z
cc4ec1d5f89a5b674cd66d4fcbd1f34c5ee141cbe4e6978e9d5d55701be95442038d39daba2b8ca31914e9a8d54071f19d1b8c0e08af77a559e94d60d8074f5c flac-1.3.0pre2.tar.x
z
contrib/src/flac/flac-win32.patch
deleted
100644 → 0
View file @
76c5a58f
This diff is collapsed.
Click to expand it.
contrib/src/flac/libFLAC-pc.patch
View file @
9c3987b8
--- flac
/src/libFLAC/flac.pc.in 2007-02-07 02:07:32.000000000
+0100
--- flac
-1.3.0pre2/src/libFLAC/flac.pc.in.orig 2013-03-10 13:19:01.140663514
+0100
+++ flac
.new/src/libFLAC/flac.pc.in 2011-06-10 17:53:44.337825845 +02
00
+++ flac
-1.3.0pre2/src/libFLAC/flac.pc.in 2013-03-10 13:20:46.398688639 +01
00
@@ -6,5 +6,6 @@
@@ -6,5 +6,6 @@
Name: FLAC
Name: FLAC
Description: Free Lossless Audio Codec Library
Description: Free Lossless Audio Codec Library
Version: @VERSION@
Version: @VERSION@
-Libs: -L${libdir} -lFLAC -lm
-Libs: -L${libdir} -lFLAC -lm
+Libs: -L${libdir} -lFLAC -logg -lm
+Libs: -L${libdir} -lFLAC -logg -lm
Cflags: -I${includedir}
/FLAC
Cflags: -I${includedir}
+Requires.private: ogg
+Requires.private: ogg
contrib/src/flac/rules.mak
View file @
9c3987b8
# FLAC
# FLAC
FLAC_VERSION
:=
1.
2.1
FLAC_VERSION
:=
1.
3.0pre2
FLAC_URL
:=
$(SF)
/flac/flac-src/flac-
$(FLAC_VERSION)
-src
/flac-
$(FLAC_VERSION)
.tar.g
z
FLAC_URL
:=
http://downloads.xiph.org/releases/flac/beta/flac-
$(FLAC_VERSION)
.tar.x
z
PKGS
+=
flac
PKGS
+=
flac
ifeq
($(call need_pkg,"flac"),)
ifeq
($(call need_pkg,"flac"),)
PKGS_FOUND
+=
flac
PKGS_FOUND
+=
flac
endif
endif
$(TARBALLS)/flac-$(FLAC_VERSION).tar.
g
z
:
$(TARBALLS)/flac-$(FLAC_VERSION).tar.
x
z
:
$(
call
download,
$(FLAC_URL)
)
$(
call
download,
$(FLAC_URL)
)
.sum-flac
:
flac-$(FLAC_VERSION).tar.
g
z
.sum-flac
:
flac-$(FLAC_VERSION).tar.
x
z
flac
:
flac-$(FLAC_VERSION).tar.
g
z .sum-flac
flac
:
flac-$(FLAC_VERSION).tar.
x
z .sum-flac
$(UNPACK)
$(UNPACK)
$(APPLY)
$(SRC)
/flac/flac-win32.patch
$(APPLY)
$(SRC)
/flac/libFLAC-pc.patch
$(APPLY)
$(SRC)
/flac/libFLAC-pc.patch
ifdef
HAVE_DARWIN_OS
ifdef
HAVE_DARWIN_OS
cd
$(UNPACK_DIR)
&&
sed
-e
's,-dynamiclib,-dynamiclib -arch
$(ARCH)
,'
-i
.orig configure
cd
$(UNPACK_DIR)
&&
sed
-e
's,-dynamiclib,-dynamiclib -arch
$(ARCH)
,'
-i
.orig configure
...
...
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