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
3ae38645
Commit
3ae38645
authored
May 05, 2013
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs: update FLAC to 1.3.0-pre4
Hopefully, we are closer to an upstream release
parent
b91ec5f1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
11 deletions
+11
-11
contrib/src/flac/SHA512SUMS
contrib/src/flac/SHA512SUMS
+1
-1
contrib/src/flac/libFLAC-pc.patch
contrib/src/flac/libFLAC-pc.patch
+7
-7
contrib/src/flac/rules.mak
contrib/src/flac/rules.mak
+3
-3
No files found.
contrib/src/flac/SHA512SUMS
View file @
3ae38645
cc4ec1d5f89a5b674cd66d4fcbd1f34c5ee141cbe4e6978e9d5d55701be95442038d39daba2b8ca31914e9a8d54071f19d1b8c0e08af77a559e94d60d8074f5c flac-1.3.0pre2
.tar.xz
2b5f1ea20502c93b71c0bd268fd7d2698a659d2bc63ee0fc6f208acc427d19ba1466c2f6de93db19caf46a9ddcc5d36c7905e325453c2a410812a10987f054b5 flac-1.3.0pre4
.tar.xz
contrib/src/flac/libFLAC-pc.patch
View file @
3ae38645
--- flac-1.3.0pre2/src/libFLAC/flac.pc.in.orig 2013-03-10 13:19:01.140663514 +0100
+++ flac-1.3.0pre2/src/libFLAC/flac.pc.in 2013-03-10 13:20:46.398688639 +0100
@@ -6,5 +6,6 @@
Name: FLAC
--- flac/src/libFLAC/flac.pc.in.orig 2013-05-05 14:05:30.059024229 +0200
+++ flac/src/libFLAC/flac.pc.in 2013-05-05 14:06:25.529822137 +0200
@@ -7,6 +7,6 @@
Description: Free Lossless Audio Codec Library
Version: @VERSION@
-Libs: -L${libdir} -lFLAC -lm
+Libs: -L${libdir} -lFLAC -logg -lm
Requires.private: @OGG_PACKAGE@
-Libs: -L${libdir} -lFLAC
+Libs: -L${libdir} -lFLAC -logg
Libs.private: -lm
Cflags: -I${includedir}
+Requires.private: ogg
contrib/src/flac/rules.mak
View file @
3ae38645
# FLAC
FLAC_VERSION
:=
1.3.0pre
2
FLAC_VERSION
:=
1.3.0pre
4
FLAC_URL
:=
http://downloads.xiph.org/releases/flac/beta/flac-
$(FLAC_VERSION)
.tar.xz
PKGS
+=
flac
...
...
@@ -46,6 +46,6 @@ DEPS_flac = ogg $(DEPS_ogg)
.flac
:
flac
cd
$<
&&
$(HOSTVARS)
./configure
$(FLACCONF)
cd
$<
/src
&&
$(MAKE)
-C
libFLAC
install
cd
$<
&&
$(MAKE)
-C
include
install
cd
$<
/src
&&
$(MAKE)
install
cd
$<
/include
&&
$(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