Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
458
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
3ae38645
Commit
3ae38645
authored
11 years ago
by
Jean-Baptiste Kempf
Browse files
Options
Downloads
Patches
Plain Diff
Contribs: update FLAC to 1.3.0-pre4
Hopefully, we are closer to an upstream release
parent
b91ec5f1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
contrib/src/flac/SHA512SUMS
+1
-1
1 addition, 1 deletion
contrib/src/flac/SHA512SUMS
contrib/src/flac/libFLAC-pc.patch
+7
-7
7 additions, 7 deletions
contrib/src/flac/libFLAC-pc.patch
contrib/src/flac/rules.mak
+3
-3
3 additions, 3 deletions
contrib/src/flac/rules.mak
with
11 additions
and
11 deletions
contrib/src/flac/SHA512SUMS
+
1
−
1
View file @
3ae38645
cc4ec1d5f89a5b674cd66d4fcbd1f34c5ee141cbe4e6978e9d5d55701be95442038d39daba2b8ca31914e9a8d54071f19d1b8c0e08af77a559e94d60d8074f5c
flac-1.3.0pre
2
.tar.xz
2b5f1ea20502c93b71c0bd268fd7d2698a659d2bc63ee0fc6f208acc427d19ba1466c2f6de93db19caf46a9ddcc5d36c7905e325453c2a410812a10987f054b5
flac-1.3.0pre
4
.tar.xz
This diff is collapsed.
Click to expand it.
contrib/src/flac/libFLAC-pc.patch
+
7
−
7
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
This diff is collapsed.
Click to expand it.
contrib/src/flac/rules.mak
+
3
−
3
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
$@
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment