[arch-commits] Commit in clementine/trunk (PKGBUILD clementine-gcc6.patch)

Evangelos Foutras foutrelis at archlinux.org
Sun Apr 26 04:19:22 UTC 2020


    Date: Sunday, April 26, 2020 @ 04:19:21
  Author: foutrelis
Revision: 621372

Be explicit about using system taglib

Defaults to bundled if system is <=1.11.1. Also remove obsolete patch.

Modified:
  clementine/trunk/PKGBUILD
Deleted:
  clementine/trunk/clementine-gcc6.patch

-----------------------+
 PKGBUILD              |    3 ++-
 clementine-gcc6.patch |   22 ----------------------
 2 files changed, 2 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-26 04:11:37 UTC (rev 621371)
+++ PKGBUILD	2020-04-26 04:19:21 UTC (rev 621372)
@@ -34,7 +34,8 @@
 
   cmake ../$pkgname-$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DUSE_SYSTEM_PROJECTM=ON
+    -DUSE_SYSTEM_PROJECTM=ON \
+    -DUSE_SYSTEM_TAGLIB=ON
   make
 }
 

Deleted: clementine-gcc6.patch
===================================================================
--- clementine-gcc6.patch	2020-04-26 04:11:37 UTC (rev 621371)
+++ clementine-gcc6.patch	2020-04-26 04:19:21 UTC (rev 621372)
@@ -1,22 +0,0 @@
-From e31278c05666f8ae0e819bd831c65e8766ba2679 Mon Sep 17 00:00:00 2001
-From: Bigard Florian <florian.bigard at gmail.com>
-Date: Mon, 9 May 2016 11:55:34 +0200
-Subject: [PATCH] Fix projectm compilation with GCC 6 (#5371)
-
----
- 3rdparty/libprojectm/CMakeLists.txt | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/3rdparty/libprojectm/CMakeLists.txt b/3rdparty/libprojectm/CMakeLists.txt
-index e6287f176..0ef785c49 100644
---- a/3rdparty/libprojectm/CMakeLists.txt
-+++ b/3rdparty/libprojectm/CMakeLists.txt
-@@ -24,6 +24,8 @@ set(BUILD_PROJECTM_STATIC ON)
- set(DISABLE_NATIVE_PRESETS ON)
- set(DISABLE_MILKDROP_PRESETS OFF)
- 
-+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=gnu++98")
-+
- if(DISABLE_NATIVE_PRESETS)
-   ADD_DEFINITIONS(-DDISABLE_NATIVE_PRESETS)
- endif(DISABLE_NATIVE_PRESETS)



More information about the arch-commits mailing list