Commit 3ae38645 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: update FLAC to 1.3.0-pre4

Hopefully, we are closer to an upstream release
parent b91ec5f1
cc4ec1d5f89a5b674cd66d4fcbd1f34c5ee141cbe4e6978e9d5d55701be95442038d39daba2b8ca31914e9a8d54071f19d1b8c0e08af77a559e94d60d8074f5c flac-1.3.0pre2.tar.xz 2b5f1ea20502c93b71c0bd268fd7d2698a659d2bc63ee0fc6f208acc427d19ba1466c2f6de93db19caf46a9ddcc5d36c7905e325453c2a410812a10987f054b5 flac-1.3.0pre4.tar.xz
--- flac-1.3.0pre2/src/libFLAC/flac.pc.in.orig 2013-03-10 13:19:01.140663514 +0100 --- flac/src/libFLAC/flac.pc.in.orig 2013-05-05 14:05:30.059024229 +0200
+++ flac-1.3.0pre2/src/libFLAC/flac.pc.in 2013-03-10 13:20:46.398688639 +0100 +++ flac/src/libFLAC/flac.pc.in 2013-05-05 14:06:25.529822137 +0200
@@ -6,5 +6,6 @@ @@ -7,6 +7,6 @@
Name: FLAC
Description: Free Lossless Audio Codec Library Description: Free Lossless Audio Codec Library
Version: @VERSION@ Version: @VERSION@
-Libs: -L${libdir} -lFLAC -lm Requires.private: @OGG_PACKAGE@
+Libs: -L${libdir} -lFLAC -logg -lm -Libs: -L${libdir} -lFLAC
+Libs: -L${libdir} -lFLAC -logg
Libs.private: -lm
Cflags: -I${includedir} Cflags: -I${includedir}
+Requires.private: ogg
# FLAC # FLAC
FLAC_VERSION := 1.3.0pre2 FLAC_VERSION := 1.3.0pre4
FLAC_URL := http://downloads.xiph.org/releases/flac/beta/flac-$(FLAC_VERSION).tar.xz FLAC_URL := http://downloads.xiph.org/releases/flac/beta/flac-$(FLAC_VERSION).tar.xz
PKGS += flac PKGS += flac
...@@ -46,6 +46,6 @@ DEPS_flac = ogg $(DEPS_ogg) ...@@ -46,6 +46,6 @@ DEPS_flac = ogg $(DEPS_ogg)
.flac: flac .flac: flac
cd $< && $(HOSTVARS) ./configure $(FLACCONF) cd $< && $(HOSTVARS) ./configure $(FLACCONF)
cd $</src && $(MAKE) -C libFLAC install cd $</src && $(MAKE) install
cd $< && $(MAKE) -C include install cd $</include && $(MAKE) install
touch $@ touch $@
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment