[packages/kde4-juk] Initial commit, split from kde4-kdemultimedia, BRs probably wrong

baggins baggins at pld-linux.org
Mon Aug 27 14:39:46 CEST 2012


commit 970bc182b6b3863b57cd8080bd3ba15a302ca844
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Mon Aug 27 14:39:36 2012 +0200

    Initial commit, split from kde4-kdemultimedia, BRs probably wrong

 kde4-juk.spec | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 90 insertions(+)
---
diff --git a/kde4-juk.spec b/kde4-juk.spec
new file mode 100644
index 0000000..6eda759
--- /dev/null
+++ b/kde4-juk.spec
@@ -0,0 +1,90 @@
+%define		_state		stable
+%define		orgname		juk
+%define		qtver		4.8.1
+%define		taglib_ver	1.5
+
+Summary:	A jukebox like program
+Summary(pl.UTF-8):	Program spełniający funkcję szafy grającej
+Name:		kde4-kdemultimedia
+Version:	4.9.0
+Release:	0.1
+License:	GPL v2+
+Group:		X11/Applications
+Source0:	ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
+# Source0-md5:	d53f4db74c88bf84d5641242aa0785d9
+BuildRequires:	Qt3Support-devel >= %{qtver}
+BuildRequires:	QtSvg-devel >= %{qtver}
+BuildRequires:	QtTest-devel >= %{qtver}
+BuildRequires:	automoc4 >= 0.9.88
+BuildRequires:	cdparanoia-III-devel
+BuildRequires:	cmake >= 2.8.0
+BuildRequires:	ffmpeg-devel >= 0.8
+BuildRequires:	flac-devel >= 1.1.2
+BuildRequires:	kde4-kdebase-workspace-devel >= %{version}
+BuildRequires:	kde4-kdelibs-devel >= %{version}
+BuildRequires:	libmusicbrainz3-devel >= 1:3.0.0
+BuildRequires:	libogg-devel
+BuildRequires:	libpng-devel
+BuildRequires:	libstdc++-devel
+BuildRequires:	libtunepimp-devel
+BuildRequires:	libvorbis-devel
+BuildRequires:	phonon-devel >= 4.4.1
+BuildRequires:	pkgconfig
+BuildRequires:	pulseaudio-devel
+BuildRequires:	qt4-build >= %{qtver}
+BuildRequires:	qt4-qmake >= %{qtver}
+BuildRequires:	rpmbuild(macros) >= 1.600
+BuildRequires:	taglib-devel >= %{taglib_ver}
+BuildRequires:	xine-lib-devel >= 1:1.0
+BuildRequires:	xorg-lib-libXpm-devel
+BuildRequires:	zlib-devel
+Requires:	kde4-kdebase >= %{version}
+Requires:	taglib >= %{taglib_ver}
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+JuK (pronounced jook) is a jukebox and music manager for the KDE
+desktop similar to jukebox software on other platforms such as
+iTunes(R) or RealOne(R). As is typical with many jukebox applications,
+JuK allows you to edit the "tags" of the audio files, and manage your
+collection and playlists.
+
+%description -l pl.UTF-8
+Juk (czyt. dżuk, jak w Jukebox) to szafa grająca i zarządca muzyki dla
+KDE podobny do iTunes(R) lub RealOne(R). Podobnie jak wiele innych
+tego typu aplikacji, JuK umożliwia modyfikowanie znaczników plików
+dźwiękowych i zarządzanie kolekcją oraz playlistami.
+
+%prep
+%setup -q -n %{orgname}-%{version}
+
+%build
+install -d build
+cd build
+%cmake \
+	../
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} -C build install \
+	DESTDIR=$RPM_BUILD_ROOT \
+	kde_htmldir=%{_kdedocdir}
+
+%find_lang juk		--with-kde
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f juk.lang
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/juk
+%{_datadir}/apps/juk
+%{_datadir}/kde4/services/ServiceMenus/jukservicemenu.desktop
+%{_desktopdir}/kde4/juk.desktop
+%{_iconsdir}/*/*/*/juk*.png
+%{_datadir}/dbus-1/interfaces/org.kde.juk.collection.xml
+%{_datadir}/dbus-1/interfaces/org.kde.juk.player.xml
+%{_datadir}/dbus-1/interfaces/org.kde.juk.search.xml


More information about the pld-cvs-commit mailing list