[arch-commits] Commit in deepin-music/repos/community-x86_64 (3 files)

Felix Yan felixonmars at gemini.archlinux.org
Thu Jul 7 16:51:08 UTC 2022


    Date: Thursday, July 7, 2022 @ 16:51:08
  Author: felixonmars
Revision: 1248215

archrelease: copy trunk to community-x86_64

Added:
  deepin-music/repos/community-x86_64/PKGBUILD
    (from rev 1248214, deepin-music/trunk/PKGBUILD)
Deleted:
  deepin-music/repos/community-x86_64/PKGBUILD
  deepin-music/repos/community-x86_64/fix-build-on-x86_64-add-fPIC-option.patch

-------------------------------------------+
 PKGBUILD                                  |   66 ++++++++++++----------------
 fix-build-on-x86_64-add-fPIC-option.patch |   22 ---------
 2 files changed, 29 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-07 16:50:55 UTC (rev 1248214)
+++ PKGBUILD	2022-07-07 16:51:08 UTC (rev 1248215)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
-# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
-
-pkgname=deepin-music
-pkgver=6.1.7
-pkgrel=3
-pkgdesc='Awesome music player with brilliant and tweakful UI Deepin-UI based.'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-music"
-license=('GPL3')
-depends=('deepin-qt5integration' 'ffmpeg' 'kcodecs' 'libcue' 'qt5-svg' 'qtdbusextended' 'qtmpris'
-         'taglib' 'udisks2-qt5' 'vlc')
-makedepends=('cmake' 'ninja' 'qt5-tools')
-groups=('deepin-extra')
-options=('!lto')
-source=("https://github.com/linuxdeepin/deepin-music/archive/$pkgver/$pkgname-$pkgver.tar.gz"
-        fix-build-on-x86_64-add-fPIC-option.patch)
-sha512sums=('f5a0c70e24ec05c1a5e2cde4d98707b21e093825f2584f7395db3dfdab0326d2904aa595f15ad186cda505cc816a89017e15a75533343e957039a81bac6d8def'
-            'fd04580c943868769d3ba93bbccdff5893052821c067e217df8bd009d6891c475bffba82d66e66112ebee3b83f0de956b0aef1ccafe6680b82ba4ad724a650b3')
-
-prepare() {
-  cd deepin-music-$pkgver
-  # https://github.com/linuxdeepin/deepin-music/pull/118
-  patch -Np1 -i ../fix-build-on-x86_64-add-fPIC-option.patch
-}
-
-build() {
-  cd deepin-music-$pkgver
-  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr .
-  ninja
-}
-
-package() {
-  cd deepin-music-$pkgver
-  DESTDIR="$pkgdir" ninja install
-}

Copied: deepin-music/repos/community-x86_64/PKGBUILD (from rev 1248214, deepin-music/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-07 16:51:08 UTC (rev 1248215)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
+# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
+
+pkgname=deepin-music
+pkgver=6.2.15
+pkgrel=1
+pkgdesc='Awesome music player with brilliant and tweakful UI Deepin-UI based.'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-music"
+license=('GPL3')
+depends=('deepin-qt5integration' 'ffmpeg' 'kcodecs' 'libcue' 'qt5-svg' 'qtdbusextended' 'qtmpris'
+         'taglib' 'udisks2-qt5' 'vlc')
+makedepends=('cmake' 'ninja' 'qt5-tools')
+groups=('deepin-extra')
+options=('!lto')
+source=("https://github.com/linuxdeepin/deepin-music/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('ba1811f116a10b5393f07df2c928f0bd72f668e4bc44a905b259b3476107456fca9ccf86fc8dce86db15e29d44fc5a9d0a38b392ebcad233c3dd991b59213979')
+
+build() {
+  cd deepin-music-$pkgver
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr .
+  ninja
+}
+
+package() {
+  cd deepin-music-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}

Deleted: fix-build-on-x86_64-add-fPIC-option.patch
===================================================================
--- fix-build-on-x86_64-add-fPIC-option.patch	2022-07-07 16:50:55 UTC (rev 1248214)
+++ fix-build-on-x86_64-add-fPIC-option.patch	2022-07-07 16:51:08 UTC (rev 1248215)
@@ -1,22 +0,0 @@
-From 236a03dcddbd21b276818c4016991ca137e7a330 Mon Sep 17 00:00:00 2001
-From: hillwoodroc <hillwoodroc at gmail.com>
-Date: Mon, 21 Feb 2022 16:49:55 +0800
-Subject: [PATCH] Fix build on x86_64: add fPIC option
-
----
- CMakeLists.txt | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 86970347..2c4dca9c 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -9,6 +9,8 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
- set(CMAKE_AUTOMOC ON)
- set(CMAKE_AUTORCC ON)
- set(CMAKE_AUTOUIC ON)
-+set(CMAKE_C_FLAGS "-fPIC")
-+set(CMAKE_CXX_FLAGS "-fPIC")
- 
- option(USE_DXCB "integration with dxcb platform plugin" OFF)
- option(DMR_DEBUG "turn on debug output" off)



More information about the arch-commits mailing list