]> git.pld-linux.org Git - packages/clementine.git/commitdiff
- strict qt deps: auto/th/clementine-0_6-1
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 20 Dec 2010 10:53:31 +0000 (10:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  Cannot mix incompatible Qt library (version 0x1040700) with this library (version 0x1040701)

Changed files:
    clementine.spec -> 1.31

clementine.spec

index f219d72e060133a484db518e18af2c1a600a3442..2801d07baab6e81c3e04d6bb47611ba0ff2f0f11 100644 (file)
 %bcond_without static_sqlite   # with static sqlite3
 %bcond_with            static_projectm # with static projectM
 
-%define                qtver   4.5
+%define     qtver      %(pkg-config --silence-errors --modversion QtCore 2>/dev/null || echo ERROR)
 Summary:       A music player and library organiser
 Summary(hu.UTF-8):     Egy zenelejátszó és gyűjtemény-kezelő
 Name:          clementine
 Version:       0.6
-Release:       0.1
+Release:       1
 License:       GPL v3 and GPL v2+
 Group:         Applications/Multimedia
 URL:           http://www.clementine-player.org/
@@ -30,6 +30,7 @@ Patch0:               desktop-install.patch
 Patch1:                unbundle-po.patch
 BuildRequires: QtCore-devel >= %{qtver}
 BuildRequires: QtDBus-devel >= %{qtver}
+BuildRequires: pkgconfig
 BuildRequires: QtGui-devel >= %{qtver}
 BuildRequires: QtIOCompressor-devel
 BuildRequires: QtNetwork-devel >= %{qtver}
This page took 0.034554 seconds and 4 git commands to generate.