diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-07-13 12:26:41 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-07-13 12:26:41 +0100 |
commit | 482a48c0e1675b1e92663b8b5222bb7261aa7956 (patch) | |
tree | b81e02db1810214fc690a762e3a9c687d0f0c5ab /media-sound/pulseeffects | |
parent | 37bccfe5e76c5740c4ef5ba1179e9488d8404075 (diff) |
gentoo auto-resync : 13:07:2024 - 12:26:41
Diffstat (limited to 'media-sound/pulseeffects')
-rw-r--r-- | media-sound/pulseeffects/Manifest | 3 | ||||
-rw-r--r-- | media-sound/pulseeffects/files/pulseeffects-4.8.7-boost-1.85.patch | 23 | ||||
-rw-r--r-- | media-sound/pulseeffects/pulseeffects-4.8.7.ebuild | 3 |
3 files changed, 27 insertions, 2 deletions
diff --git a/media-sound/pulseeffects/Manifest b/media-sound/pulseeffects/Manifest index ada64a98686c..6453158519bd 100644 --- a/media-sound/pulseeffects/Manifest +++ b/media-sound/pulseeffects/Manifest @@ -1,4 +1,5 @@ +AUX pulseeffects-4.8.7-boost-1.85.patch 856 BLAKE2B 8cae3e571bfbb49dcc31cac6c2a97ac6ac951beb3747330b8d7fae9d190e3409d56e9aeb5473206eea58145f6285d268571d66b87101c15b5b23fd60c837484f SHA512 7ba34043db559fcb7c1fe37ba880765fc5cd522e21cec85be26b73e953b1332141020e2f2f62709db7072099d7494a37e1d21aea2c56db7d1037643a25492823 AUX pulseeffects-4.8.7-meson_no_automagic.patch 1529 BLAKE2B 1a40bf0382e378129b784a1d65138e89934757b2e3580616e163a9f2be1675b6a181b3909b3d7dd25b5e1bc5243d316534e2eaae4d7f82e4764645be33ac6c15 SHA512 249fb9a3c4254c21a49c46b1eab4d0c9dd6081a1367d192be7f9446b97235aa2c5ef909465fe130c0d01024f6152a7208c5a2205781d8f84bf5b6bf1e10204cf DIST pulseeffects-4.8.7.tar.gz 2028489 BLAKE2B 705783104c7ce3f4ff1246cf05c1a31c09ef0507a720365b9a8914e6e076a209dcc56e240ae2de1981f3ab377f10947d08260fe8ae8b3cae5724db1235a0c01c SHA512 0fa679723ba76ab0a0cf3136dfa66fec09b16643f3f4f7bd1bb2826794d907c5c29a2fc7633e30d3542ddf755c842fdaa167528942fe459e3e697ac3524c0cb9 -EBUILD pulseeffects-4.8.7.ebuild 2206 BLAKE2B 461c84a02920b8dd6eff059efe9feeb4306f4efe6fb2eb5b0f924ff686ab130e198b9d6b386619d2400e7fb32a52abb4a33581a9a7d59453a9569a7dc0aad2da SHA512 98c78db61b2c1277fb3c045b98b40f073473448bc3adf98f4ab4ec7187837c1eef62bbc5635395e39ba77f9d7eaad896ce7772dbd77832fbf4d64b410f75097d +EBUILD pulseeffects-4.8.7.ebuild 2250 BLAKE2B 09a85f454dc24dc61d29edb1182ca11bacfc6e77c432990116ae7a99fddc51e6d14994d18d0a71b29322cb212682804fb207f1aea9c562e3381d2ae60ebc7683 SHA512 54c3daed1c9ebc51961aa32d8beccc14de3a77179642e870ffb23b25de15f42dc32beaff0a2d760ee5370e1868dd92df9f5e33e6e9e0fea7c68b44b9023d2eb1 MISC metadata.xml 1247 BLAKE2B 97bb034604cb1696410b271a5967faeeac5f51d9e92cd321011fc99aedeb7ab030d32fc2a9dcf3d57d0c3d889020353674fce34b8196d3befb320833980332c2 SHA512 a209546489a2922ed5b23dcab6534b5965c98ba218db13aecb7869bd5fb5a9de3c6bc5c0c8a53dc4d7d65219184575d47e398174f0c01bf152d9aabd09f51766 diff --git a/media-sound/pulseeffects/files/pulseeffects-4.8.7-boost-1.85.patch b/media-sound/pulseeffects/files/pulseeffects-4.8.7-boost-1.85.patch new file mode 100644 index 000000000000..2ec9b1be45bb --- /dev/null +++ b/media-sound/pulseeffects/files/pulseeffects-4.8.7-boost-1.85.patch @@ -0,0 +1,23 @@ +https://bugs.gentoo.org/932322 +--- a/src/convolver_ui.cpp ++++ b/src/convolver_ui.cpp +@@ -186,7 +186,7 @@ + + out_path.replace_extension(".irs"); + +- boost::filesystem::copy_file(p, out_path, boost::filesystem::copy_option::overwrite_if_exists); ++ boost::filesystem::copy_file(p, out_path, boost::filesystem::copy_options::overwrite_existing); + + util::debug(log_tag + "imported irs file to: " + out_path.string()); + } else { +--- a/src/presets_manager.cpp ++++ b/src/presets_manager.cpp +@@ -472,7 +472,7 @@ + + out_path = user_dir / p.filename(); + +- boost::filesystem::copy_file(p, out_path, boost::filesystem::copy_option::overwrite_if_exists); ++ boost::filesystem::copy_file(p, out_path, boost::filesystem::copy_options::overwrite_existing); + + util::debug(log_tag + "imported preset to: " + out_path.string()); + } diff --git a/media-sound/pulseeffects/pulseeffects-4.8.7.ebuild b/media-sound/pulseeffects/pulseeffects-4.8.7.ebuild index bd7592de8370..b8ce432d5c28 100644 --- a/media-sound/pulseeffects/pulseeffects-4.8.7.ebuild +++ b/media-sound/pulseeffects/pulseeffects-4.8.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -61,6 +61,7 @@ BDEPEND="dev-libs/appstream-glib PATCHES=( "${FILESDIR}"/${PN}-4.8.7-meson_no_automagic.patch + "${FILESDIR}"/${PN}-4.8.7-boost-1.85.patch ) S="${WORKDIR}"/easyeffects-${PV} |