]> git.pld-linux.org Git - packages/clementine.git/commitdiff
add R gstreamer0.10-mad for mp3 playback auto/th/clementine-1.1.1-3
authorElan Ruusamäe <glen@delfi.ee>
Sat, 30 Mar 2013 03:14:37 +0000 (05:14 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 30 Mar 2013 03:14:37 +0000 (05:14 +0200)
clementine.spec

index b84316eee2dd1578ad55eeff91b032bbb80ed14f..d3ae25d828ec3acf69db998b91e5cb25bc8a2b6b 100644 (file)
@@ -11,7 +11,7 @@ Summary:      A music player and library organiser
 Summary(hu.UTF-8):     Egy zenelejátszó és gyűjtemény-kezelő
 Name:          clementine
 Version:       1.1.1
 Summary(hu.UTF-8):     Egy zenelejátszó és gyűjtemény-kezelő
 Name:          clementine
 Version:       1.1.1
-Release:       2
+Release:       3
 License:       GPL v3 and GPL v2+
 Group:         Applications/Multimedia
 URL:           http://www.clementine-player.org/
 License:       GPL v3 and GPL v2+
 Group:         Applications/Multimedia
 URL:           http://www.clementine-player.org/
@@ -67,6 +67,7 @@ Requires(post,postun):        hicolor-icon-theme
 Requires:      QtSingleApplication >= 2.6-4
 %{!?with_static_sqlite:Requires:       QtSql-sqlite3 >= %{qtver}}
 Requires:      gstreamer0.10-audio-effects-base
 Requires:      QtSingleApplication >= 2.6-4
 %{!?with_static_sqlite:Requires:       QtSql-sqlite3 >= %{qtver}}
 Requires:      gstreamer0.10-audio-effects-base
+Requires:      gstreamer0.10-mad
 # while we do not link (yet), we use datafiles
 Requires:      libprojectM
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 # while we do not link (yet), we use datafiles
 Requires:      libprojectM
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -85,7 +86,7 @@ az Amarok 1.4 port-ja, néhány funkciója újraírva, hogy kihasználhassa
 a Qt4 előnyeit.
 
 %prep
 a Qt4 előnyeit.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 %patch0 -p1
 %patch1 -p1
 
 %patch0 -p1
 %patch1 -p1
 
@@ -109,7 +110,7 @@ cd build
 %cmake \
        -DBUNDLE_PROJECTM_PRESETS=OFF \
        -DUSE_SYSTEM_QTSINGLEAPPLICATION=ON \
 %cmake \
        -DBUNDLE_PROJECTM_PRESETS=OFF \
        -DUSE_SYSTEM_QTSINGLEAPPLICATION=ON \
-        -DQTSINGLEAPPLICATION_INCLUDE_DIRS=%{_includedir}/qt4/QtSolutions/ \
+       -DQTSINGLEAPPLICATION_INCLUDE_DIRS=%{_includedir}/qt4/QtSolutions/ \
        -DUSE_SYSTEM_QXT=ON \
        -DUSE_SYSTEM_PROJECTM=ON \
        -DSTATIC_SQLITE=%{?with_static_sqlite:ON}%{!?with_static_sqlite:OFF} \
        -DUSE_SYSTEM_QXT=ON \
        -DUSE_SYSTEM_PROJECTM=ON \
        -DSTATIC_SQLITE=%{?with_static_sqlite:ON}%{!?with_static_sqlite:OFF} \
This page took 0.124382 seconds and 4 git commands to generate.