Author: glen Date: Mon Dec 20 10:53:36 2010 GMT Module: packages Tag: HEAD ---- Log message: - strict qt deps: Cannot mix incompatible Qt library (version 0x1040700) with this library (version 0x1040701)
---- Files affected: packages/clementine: clementine.spec (1.30 -> 1.31) ---- Diffs: ================================================================ Index: packages/clementine/clementine.spec diff -u packages/clementine/clementine.spec:1.30 packages/clementine/clementine.spec:1.31 --- packages/clementine/clementine.spec:1.30 Sun Dec 19 01:21:59 2010 +++ packages/clementine/clementine.spec Mon Dec 20 11:53:31 2010 @@ -16,12 +16,12 @@ %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/ @@ -31,6 +31,7 @@ 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} @@ -160,6 +161,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.31 2010/12/20 10:53:31 glen +- strict qt deps: + Cannot mix incompatible Qt library (version 0x1040700) with this library (version 0x1040701) + Revision 1.30 2010/12/19 00:21:59 glen - requires "volume" gst element ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/clementine/clementine.spec?r1=1.30&r2=1.31&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
