summaryrefslogtreecommitdiff
path: root/flac
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-03-08 11:50:27 +0100
committerTim Biermann <tbier@posteo.de>2022-03-08 11:50:27 +0100
commitb9d9e97900f018bc9f9f564b5b8cec95f5c5bb66 (patch)
tree4f8cacfb6233be7839ca4a3209f5146f316e8857 /flac
parent41d5603e7761598f431f10a532d70845a6876cdf (diff)
downloadopt-b9d9e97900f018bc9f9f564b5b8cec95f5c5bb66.tar.gz
opt-b9d9e97900f018bc9f9f564b5b8cec95f5c5bb66.tar.xz
flac: build shared lib
Diffstat (limited to 'flac')
-rw-r--r--flac/.footprint8
-rw-r--r--flac/.signature6
-rw-r--r--flac/Pkgfile1
3 files changed, 10 insertions, 5 deletions
diff --git a/flac/.footprint b/flac/.footprint
index b768be217..e266986c7 100644
--- a/flac/.footprint
+++ b/flac/.footprint
@@ -20,8 +20,12 @@ drwxr-xr-x root/root usr/include/FLAC/
-rw-r--r-- root/root usr/include/FLAC/stream_decoder.h
-rw-r--r-- root/root usr/include/FLAC/stream_encoder.h
drwxr-xr-x root/root usr/lib/
--rw-r--r-- root/root usr/lib/libFLAC++.a
--rw-r--r-- root/root usr/lib/libFLAC.a
+lrwxrwxrwx root/root usr/lib/libFLAC++.so -> libFLAC++.so.6
+lrwxrwxrwx root/root usr/lib/libFLAC++.so.6 -> libFLAC++.so.6.3.0
+-rwxr-xr-x root/root usr/lib/libFLAC++.so.6.3.0
+lrwxrwxrwx root/root usr/lib/libFLAC.so -> libFLAC.so.8
+lrwxrwxrwx root/root usr/lib/libFLAC.so.8 -> libFLAC.so.8.3.0
+-rwxr-xr-x root/root usr/lib/libFLAC.so.8.3.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/flac++.pc
-rw-r--r-- root/root usr/lib/pkgconfig/flac.pc
diff --git a/flac/.signature b/flac/.signature
index 8b0b56c9d..58e4c8c21 100644
--- a/flac/.signature
+++ b/flac/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/eXaS5CGzsi1EC8dZVHbWVlAqVEtBO1m4qd8B5k1QH1OjET/L6jIZx2vfc0agJ8kVRuR1/8GydRvrmgR3riXRgg=
-SHA256 (Pkgfile) = 1dc398a8c27cae32ed15b51dc84ff2a6f489d09f4796f222e5216957cd262f81
-SHA256 (.footprint) = 072d7f9d3108d60185ee4b25494d594bb6d368228cc472eea552b9ccb0f7ec8e
+RWSE3ohX2g5d/dZG15WhO58QmoynKw2+fSVJ4V8MBa44iNRoifs4UkvuPmsXIkRZ6dvGa0iXi3CCj4q9KAzWO1uXi7HKkaNbywE=
+SHA256 (Pkgfile) = acfbe8d98fbb27e84d93d098b797d11c11c06be93e8687480e8d3df6fd4e8f9a
+SHA256 (.footprint) = cb467d34fe0c63b3055228ee30f34f216645a0c14455f5175dad4cb49dc37b43
SHA256 (flac-1.3.4.tar.xz) = 8ff0607e75a322dd7cd6ec48f4f225471404ae2730d0ea945127b1355155e737
diff --git a/flac/Pkgfile b/flac/Pkgfile
index 995843945..d621f01f6 100644
--- a/flac/Pkgfile
+++ b/flac/Pkgfile
@@ -15,6 +15,7 @@ build() {
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \
-D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \
+ -D BUILD_SHARED_LIBS=ON \
-D BUILD_EXAMPLES=OFF \
-D BUILD_TESTING=OFF \
-Wno-dev

Generated by cgit