summaryrefslogtreecommitdiff
path: root/media-libs/liblastfm
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-05-22 07:31:18 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-05-22 07:31:18 +0100
commit908778078736bd36f7a60a2d576d415cb8e000fa (patch)
treec6a4796c48b608c14dc7e9674cdbd38f905e3c15 /media-libs/liblastfm
parent185fa19bbf68a4d4dca534d2b46729207a177f16 (diff)
gentoo resync : 22.05.2021
Diffstat (limited to 'media-libs/liblastfm')
-rw-r--r--media-libs/liblastfm/Manifest2
-rw-r--r--media-libs/liblastfm/liblastfm-1.1.0_pre20190625.ebuild9
2 files changed, 8 insertions, 3 deletions
diff --git a/media-libs/liblastfm/Manifest b/media-libs/liblastfm/Manifest
index b00efbf2db6a..5bccfcdabfd6 100644
--- a/media-libs/liblastfm/Manifest
+++ b/media-libs/liblastfm/Manifest
@@ -1,4 +1,4 @@
AUX liblastfm-1.1.0_pre20190625-missing-dep.patch 766 BLAKE2B 87172764568e132717a88d42ce66f2c33453a2c506a1fcfa4200172d8ad88f353fa2d625397c38589fb6ee83674b4b45d64c78532e3513a3c738fd7dc7c89cf5 SHA512 d983704f7c4e10135b8399e0786f9f69974f44e0a3b5035d2b482cd2154ebfa066d4b2c874fd65c6a25b91a218518498f36aea54928603467a95c95bc5fc10c9
DIST liblastfm-1.1.0_pre20190625.tar.gz 119348 BLAKE2B d4755d6dfe6dc8bb4c21e1f4ed94fd96165313111a553271e518ad57f08aab45980239a51416d6e99d87a86f7859c7ea04ba81fb06f6dfa61b2aa7f554935589 SHA512 ee36cc31e1f7b345e2de29ff4151acb7bbe30960bbf2528bf8eb5214a47272955efe3bd1c6e20af8dd22a4fbc510de34befdcd6c728683ae300bd45e578e5ebb
-EBUILD liblastfm-1.1.0_pre20190625.ebuild 1069 BLAKE2B 7e676bf61ed54474a790055acd1cb4f5e263fca9229ac653be61304fdafdfc88441d5077f150a5ae03881b138da8d729175bd3cdb8c90a5c41c8cdfbc4dcee2b SHA512 08465b758fe6a98cb909fee8d60588e28c8118596314557f961721a53b71d12e048579b0d9f12fd7333e7f6e2e3775c9d4a0459360787b97243c1a10d8dbb4bc
+EBUILD liblastfm-1.1.0_pre20190625.ebuild 1161 BLAKE2B 579903beb7d62e5bce82275551de2d9bffdaff82c85633cb693247af9199b6cc6c1a5f3c79a7d5ae126552f733623fbd134caced9b08103521218075d14f2fad SHA512 4725c5cd1bb8d7144f7f82ec8449c4d2d1d2a9e780438265bd512125e71836c7bc70a7665e8dd2ec80be4935aaff121478e3b20812185336062746b03f95bd03
MISC metadata.xml 416 BLAKE2B 8f559223d9c09d5bcb551e582240252467d3846806e2d1ca1c2fe243286cd88b7f5760ec8313f15924b4041f55937c08795df1d4485e96c6523721c910b33efd SHA512 61b4387e1a4d837b28f13a7c705f1ab043fefb1ef80dda47399d52cb1a14ba79127f323967eb2e993fd6118375f134d9894fea9e132cc147c883758d1d5222a6
diff --git a/media-libs/liblastfm/liblastfm-1.1.0_pre20190625.ebuild b/media-libs/liblastfm/liblastfm-1.1.0_pre20190625.ebuild
index e7a0b783f0a5..e8a9dfa10853 100644
--- a/media-libs/liblastfm/liblastfm-1.1.0_pre20190625.ebuild
+++ b/media-libs/liblastfm/liblastfm-1.1.0_pre20190625.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
COMMIT=f867df52757c569d97d9755c911ac9dec146f365
-inherit cmake
+inherit cmake flag-o-matic
DESCRIPTION="Collection of libraries to integrate Last.fm services"
HOMEPAGE="https://github.com/lastfm/liblastfm"
@@ -36,6 +36,11 @@ DEPEND="${RDEPEND}
PATCHES=( "${FILESDIR}/${P}-missing-dep.patch" )
+src_prepare() {
+ append-cxxflags -std=c++14 # bug 787128
+ cmake_src_prepare
+}
+
src_configure() {
# demos not working
local mycmakeargs=(