Branch: master

d3c1f8ab 2015-06-27 13:43:06 François Andriot
RPM packaging: update dependencies packages
A redhat/dependencies/akode/akode-14.0.0.spec
A redhat/dependencies/akode/akode-3.5.13.2.spec
M redhat/dependencies/arts/arts-14.0.0.spec
M redhat/dependencies/avahi-tqt/avahi-tqt-14.0.0.spec
M redhat/dependencies/dbus-1-tqt/dbus-1-tqt-14.0.0.spec
M redhat/dependencies/dbus-tqt/dbus-tqt-14.0.0.spec
M redhat/dependencies/libart-lgpl/libart-lgpl-14.0.0.spec
M redhat/dependencies/libcaldav/libcaldav-14.0.0.spec
M redhat/dependencies/libcarddav/libcarddav-14.0.0.spec
M redhat/dependencies/python-tqt/python-tqt-14.0.0.spec
M redhat/dependencies/sip4-tqt/sip4-tqt-14.0.0.spec
M redhat/dependencies/tqca-tls/tqca-tls-14.0.0.spec
M redhat/dependencies/tqca/tqca-14.0.0.spec
M redhat/dependencies/tqscintilla/tqscintilla-14.0.0.spec
M redhat/dependencies/tqt3/tqt3-14.0.0.spec
M redhat/dependencies/tqtinterface/tqtinterface-14.0.0.spec
R redhat/extras/akode/akode-14.0.0.spec
R redhat/extras/akode/akode-3.5.13.2.spec
diff --git a/redhat/dependencies/akode/akode-14.0.0.spec b/redhat/dependencies/akode/akode-14.0.0.spec
new file mode 100644
index 0000000..6c6ba89
--- /dev/null
+++ b/redhat/dependencies/akode/akode-14.0.0.spec
@@ -0,0 +1,367 @@
+#
+# spec file for package akode (version R14)
+#
+# Copyright (c) 2014 Trinity Desktop Environment
+#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+#
+# Please submit bugfixes or comments via http://www.trinitydesktop.org/
+#
+
+# BUILD WARNING:
+#  Remove qt-devel and qt3-devel and any kde*-devel on your system !
+#  Having KDE libraries may cause FTBFS here !
+
+# TDE variables
+%define tde_epoch 2
+%if "%{?tde_version}" == ""
+%define tde_version 14.0.0
+%endif
+%define tde_prefix /opt/trinity
+%define tde_bindir %{tde_prefix}/bin
+%define tde_datadir %{tde_prefix}/share
+%define tde_docdir %{tde_datadir}/doc
+%define tde_includedir %{tde_prefix}/include
+%define tde_libdir %{tde_prefix}/%{_lib}
+%define tde_mandir %{tde_datadir}/man
+%define tde_tdeappdir %{tde_datadir}/applications/tde
+%define tde_tdedocdir %{tde_docdir}/tde
+%define tde_tdeincludedir %{tde_includedir}/tde
+%define tde_tdelibdir %{tde_libdir}/trinity
+
+# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
+%if "%{?tde_prefix}" != "/usr"
+%define _variant .opt
+%endif
+
+Name:		trinity-akode 
+Summary: 	Audio-decoding framework 
+Group: 		System Environment/Libraries
+Epoch:		%{tde_epoch}
+Version:	2.0.2
+Release:	1%{?dist}%{?_variant}
+URL:		http://www.kde-apps.org/content/show.php?content=30375
+
+License:	LGPLv2+
+#URL:		http://carewolf.com/akode/  
+
+Source0:	akode-%{tde_version}.tar.gz
+
+Prefix:		%{tde_prefix}
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+
+# FLAC support
+%define _with_flac --with-flac
+%if 0%{?mgaversion} || 0%{?mdkversion}
+%if 0%{?pclinuxos}
+BuildRequires: libflac-devel
+%else
+BuildRequires: %{_lib}flac-devel
+%endif
+%endif
+%if 0%{?rhel} || 0%{?fedora} || 0%{?suse_version}
+BuildRequires: flac-devel
+%endif
+
+# JACK support
+%if 0%{?rhel} >= 5 || 0%{?fedora} || 0%{?mgaversion} || 0%{?mdkversion} || 0%{?suse_version}
+%define _with_jack --with-jack
+%if 0%{?mgaversion} || 0%{?mdkversion}
+BuildRequires: %{_lib}jack-devel
+%endif
+%if 0%{?rhel} || 0%{?fedora} || 0%{?suse_version}
+BuildRequires: jack-audio-connection-kit-devel
+%endif
+%endif
+
+# SAMPLERATE support
+%if 0%{?rhel} >= 4 || 0%{?fedora} || 0%{?mgaversion} || 0%{?mdkversion} || 0%{?suse_version}
+%define _with_libsamplerate --with-libsamplerate
+BuildRequires: libsamplerate-devel
+%endif
+
+%if 0
+# PULSEAUDIO support
+%if 0%{?fedora} >= 15 || 0%{?rhel} >= 6 || 0%{?mgaversion} || 0%{?mdkversion} || 0%{?suse_version}
+%define _with_pulseaudio --with-pulseaudio
+%if 0%{?mgaversion} || 0%{?mdkversion}
+BuildRequires: %{_lib}pulseaudio-devel
+%endif
+%if 0%{?rhel} || 0%{?fedora}
+BuildRequires: pulseaudio-libs-devel
+%endif
+%if 0%{?suse_version}
+BuildRequires: pulseaudio-devel
+%endif
+%endif
+%endif
+
+# MAD support
+%if 0%{?mdkversion} || 0%{?mgaversion} || 0%{?fedora} || 0%{?suse_version} || 0%{?rhel}
+%define _with_libmad --with-libmad
+%if 0%{?mdkversion} || 0%{?mgaversion}
+BuildRequires:		%{_lib}mad-devel
+%endif
+%if 0%{?fedora} || 0%{?suse_version} || 0%{?rhel}
+BuildRequires:		libmad-devel
+%endif
+%endif
+
+BuildRequires: cmake >= 2.8
+BuildRequires: libtool
+BuildRequires: alsa-lib-devel
+BuildRequires: libvorbis-devel
+BuildRequires: speex-devel
+
+
+%description
+aKode is a simple audio-decoding frame-work that provides a uniform
+interface to decode the most common audio-formats. It also has a direct
+playback option for a number of audio-outputs.
+
+aKode currently has the following decoder plugins:
+* mpc: Decodes musepack aka mpc audio.
+* xiph: Decodes FLAC, Ogg/FLAC, Speex and Ogg Vorbis audio. 
+
+aKode also has the following audio outputs:
+* alsa: Outputs to ALSA (dmix is recommended).
+* jack
+* pulseaudio
+
+%files
+%defattr(-,root,root,-)
+%doc rpmdocs/* 
+%{_bindir}/akodeplay
+%{_libdir}/libakode.so.*
+%{_libdir}/libakode_alsa_sink.la
+%{_libdir}/libakode_alsa_sink.so
+%{_libdir}/libakode_mpc_decoder.la
+%{_libdir}/libakode_mpc_decoder.so
+%{_libdir}/libakode_oss_sink.la
+%{_libdir}/libakode_oss_sink.so
+%{_libdir}/libakode_xiph_decoder.la
+%{_libdir}/libakode_xiph_decoder.so
+
+%post
+/sbin/ldconfig
+
+%postun 
+/sbin/ldconfig
+
+##########
+
+%package devel
+Summary: Headers for developing programs that will use %{name} 
+Group:   Development/Libraries
+Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
+%{?_with_jack:Requires: %{name}-jack = %{?epoch:%{epoch}:}%{version}-%{release}}
+%{?_with_pulseaudio:Requires: %{name}-pulseaudio = %{?epoch:%{epoch}:}%{version}-%{release}}
+%{?_with_libsamplerate:Requires: %{name}-libsamplerate = %{?epoch:%{epoch}:}%{version}-%{release}}
+%{?_with_libmad:Requires: %{name}-libmad = %{?epoch:%{epoch}:}%{version}-%{release}}
+Requires: pkgconfig
+
+%description devel
+This package contains the development files for Akode.
+
+%files devel
+%defattr(-,root,root,-)
+%{_bindir}/akode-config
+%{_includedir}/*
+%{_libdir}/libakode.la
+%{_libdir}/libakode.so
+#%{_libdir}/pkgconfig/*.pc
+
+%post devel
+/sbin/ldconfig
+
+%postun devel
+/sbin/ldconfig
+
+##########
+
+%if "%{?_with_jack}" != ""
+
+%package jack 
+Summary: Jack audio output backend for %{name}
+Group:   Development/Libraries
+Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
+
+%description jack 
+This package contains the Jack audio output backend for Akode.
+
+%files jack 
+%defattr(-,root,root,-)
+%{_libdir}/libakode_jack_sink.la
+%{_libdir}/libakode_jack_sink.so
+
+%post jack
+/sbin/ldconfig
+
+%postun jack
+/sbin/ldconfig
+
+%endif
+
+##########
+
+%if "%{?_with_pulseaudio}" != ""
+
+%package pulseaudio
+Summary: Pulseaudio output backend for %{name}
+Group:   Development/Libraries
+Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
+
+%description pulseaudio
+This package contains the pulseaudio backend for Akode.
+Recommended for network transparent audio.
+
+%files pulseaudio
+%defattr(-,root,root,-)
+%{_libdir}/libakode_polyp_sink.la
+%{_libdir}/libakode_polyp_sink.so
+
+%post pulseaudio
+/sbin/ldconfig
+
+%postun pulseaudio
+/sbin/ldconfig
+
+%endif
+
+##########
+
+# Packaged separately to keep main/core %{akode} package LGPL-clean.
+%if "%{?_with_libsamplerate:1}" == "1"
+
+%package libsamplerate 
 ** Diff limit reached (max: 250 lines) **
2835777e 2015-06-29 13:17:57 François Andriot
RPM Packaging: massive update spec files
A redhat/applications/bibletime/bibletime-14.0.1.spec
A redhat/applications/k9copy/k9copy-14.0.1.spec
A redhat/applications/kmplayer/kmplayer-14.0.1.spec
A redhat/applications/kmymoney/kmymoney-14.0.1-ftbfs.patch
A redhat/applications/ktorrent/ktorrent-14.0.1.spec
A redhat/applications/smartcardauth/smartcardauth-14.0.0.patch
A redhat/applications/smartcardauth/trinity-smartcardauth-rpmlintrc
A redhat/applications/tde-systemsettings/tde-systemsettings-14.0.1.spec
A redhat/applications/wlassistant/wlassistant-14.0.1.spec
A redhat/libraries/libksquirrel/libksquirrel-14.0.1.spec
A redhat/main/tdebase/pamd.kcheckpass-trinity.fc22
A redhat/main/tdebase/pamd.kcheckpass-trinity.mga5
A redhat/main/tdebase/pamd.kdm-trinity-np.fc22
A redhat/main/tdebase/pamd.kdm-trinity-np.mga5
A redhat/main/tdebase/pamd.kdm-trinity.fc22
A redhat/main/tdebase/pamd.kdm-trinity.mga5
A redhat/main/tdebase/pamd.kscreensaver-trinity.fc22
A redhat/main/tdebase/pamd.kscreensaver-trinity.mga5
A redhat/main/tdebase/tdebase-14.0.1.spec
A redhat/main/tdebase/tdm.fc19.te
A redhat/main/tdebase/tdm.fc21.te
A redhat/main/tdebase/tdm.fc22.pp
A redhat/main/tdebase/tdm.fc22.te
A redhat/main/tdebase/tdm.service.fc22
A redhat/main/tdelibs/tdelibs-14.0.1.spec
A redhat/main/tdemultimedia/tdemultimedia-14.0.1.spec
A redhat/main/tdevelop/tdevelop-14.0.1.spec
A redhat/packages.f22
A redhat/packages.mga5
M redhat/applications/abakus/abakus-14.0.0.spec
M redhat/applications/adept/adept-14.0.0.spec
M redhat/applications/amarok/amarok-14.0.0.spec
M redhat/applications/basket/basket-14.0.0.spec
M redhat/applications/bibletime/bibletime-14.0.0.spec
M redhat/applications/digikam/digikam-14.0.0.spec
M redhat/applications/dolphin/dolphin-14.0.0.spec
M redhat/applications/filelight/filelight-14.0.0.spec
M redhat/applications/fusion-icon/fusion-icon-14.0.0.spec
M redhat/applications/gtk-qt-engine/gtk-qt-engine-14.0.0.spec
M redhat/applications/gtk3-tqt-engine/gtk3-tqt-engine-14.0.0.spec
M redhat/applications/gwenview-i18n/gwenview-i18n-14.0.0.spec
M redhat/applications/gwenview/gwenview-14.0.0.spec
M redhat/applications/k3b-i18n/k3b-i18n-14.0.0.spec
M redhat/applications/k3b/k3b-14.0.0.spec
M redhat/applications/k9copy/k9copy-14.0.0.spec
M redhat/applications/kaffeine-mozilla/kaffeine-mozilla-14.0.0.spec
M redhat/applications/kaffeine/kaffeine-14.0.0.spec
M redhat/applications/kasablanca/kasablanca-14.0.0.spec
M redhat/applications/katapult/katapult-14.0.0.spec
M redhat/applications/kbarcode/kbarcode-14.0.0.spec
M redhat/applications/kbfx/kbfx-14.0.0.spec
M redhat/applications/kbibtex/kbibtex-14.0.0.spec
M redhat/applications/kbiff/kbiff-14.0.0.spec
M redhat/applications/kbookreader/kbookreader-14.0.0.spec
M redhat/applications/kchmviewer/kchmviewer-14.0.0.spec
M redhat/applications/kcmautostart/kcmautostart-14.0.0.spec
M redhat/applications/kcmldap/kcmldap-14.0.0.spec
M redhat/applications/kcmldapcontroller/kcmldapcontroller-14.0.0.spec
M redhat/applications/kcmldapmanager/kcmldapmanager-14.0.0.spec
M redhat/applications/kcpuload/kcpuload-14.0.0.spec
M redhat/applications/kdbg/kdbg-14.0.0.spec
M redhat/applications/kdbusnotification/kdbusnotification-14.0.0.spec
M redhat/applications/kdiff3/kdiff3-14.0.0.spec
M redhat/applications/kdirstat/kdirstat-14.0.0.spec
M redhat/applications/keep/keep-14.0.0.spec
M redhat/applications/kerberostray/kerberostray-14.0.0.spec
M redhat/applications/kerry/kerry-14.0.0.spec
M redhat/applications/kftpgrabber/kftpgrabber-14.0.0.spec
M redhat/applications/kgtk-qt3/kgtk-qt3-14.0.0.spec
M redhat/applications/kile/kile-14.0.0.spec
M redhat/applications/kima/kima-14.0.0.spec
M redhat/applications/kiosktool/kiosktool-14.0.0.spec
M redhat/applications/kkbswitch/kkbswitch-14.0.0.spec
M redhat/applications/klcddimmer/klcddimmer-14.0.0.spec
M redhat/applications/kmplayer/kmplayer-14.0.0.spec
M redhat/applications/kmyfirewall/kmyfirewall-14.0.0.spec
M redhat/applications/kmymoney/kmymoney-14.0.0.spec
M redhat/applications/knemo/knemo-14.0.0.spec
M redhat/applications/knetload/knetload-14.0.0.spec
M redhat/applications/knetstats/knetstats-14.0.0.spec
M redhat/applications/knetworkmanager8/knetworkmanager8-14.0.0.spec
M redhat/applications/knights/knights-14.0.0.spec
M redhat/applications/knmap/knmap-14.0.0.spec
M redhat/applications/knowit/knowit-14.0.0.spec
M redhat/applications/knutclient/knutclient-14.0.0.spec
M redhat/applications/koffice-i18n/koffice-i18n-14.0.0.spec
M redhat/applications/koffice/koffice-14.0.0.spec
M redhat/applications/konversation/konversation-14.0.0.spec
M redhat/applications/kopete-otr/kopete-otr-14.0.0.spec
M redhat/applications/kpicosim/kpicosim-14.0.0.spec
M redhat/applications/kpilot/kpilot-14.0.0.spec
M redhat/applications/kpowersave/kpowersave-14.0.0.spec
M redhat/applications/krecipes/krecipes-14.0.0.spec
M redhat/applications/krename/krename-14.0.0.spec
M redhat/applications/krusader/krusader-14.0.0.spec
M redhat/applications/kscope/kscope-14.0.0.spec
M redhat/applications/ksensors/ksensors-14.0.0.spec
M redhat/applications/kshowmail/kshowmail-14.0.0.spec
M redhat/applications/kshutdown/kshutdown-14.0.0.spec
M redhat/applications/ksplash-engine-moodin/ksplash-engine-moodin-14.0.0.spec
M redhat/applications/ksquirrel/ksquirrel-14.0.0.spec
M redhat/applications/kstreamripper/kstreamripper-14.0.0.spec
M redhat/applications/ksystemlog/ksystemlog-14.0.0.spec
M redhat/applications/ktechlab/ktechlab-14.0.0.spec
M redhat/applications/ktorrent/ktorrent-14.0.0.spec
M redhat/applications/kuickshow/kuickshow-14.0.0.spec
M redhat/applications/kvirc/kvirc-14.0.0.spec
M redhat/applications/kvkbd/kvkbd-14.0.0.spec
M redhat/applications/kvpnc/kvpnc-14.0.0.spec
M redhat/applications/mplayerthumbs/mplayerthumbs-14.0.0.spec
M redhat/applications/piklab/piklab-14.0.0.spec
M redhat/applications/potracegui/potracegui-14.0.0.spec
M redhat/applications/qt4-tqt-theme-engine/qt4-tqt-theme-engine-14.0.0.spec
M redhat/applications/rosegarden/rosegarden-14.0.0.spec
M redhat/applications/smartcardauth/smartcardauth-14.0.0.spec
M redhat/applications/smb4k/smb4k-14.0.0.spec
M redhat/applications/soundkonverter/soundkonverter-14.0.0.spec
M redhat/applications/tde-guidance/tde-guidance-14.0.0.spec
M redhat/applications/tde-style-lipstik/tde-style-lipstik-14.0.0.spec
M redhat/applications/tde-style-qtcurve/tde-style-qtcurve-14.0.0.spec
M redhat/applications/tde-systemsettings/tde-systemsettings-14.0.0.spec
M redhat/applications/tdeio-apt/tdeio-apt-14.0.0.spec
M redhat/applications/tdeio-ftps/tdeio-ftps-14.0.0.spec
M redhat/applications/tdeio-locate/tdeio-locate-14.0.0.spec
M redhat/applications/tdeio-sword/tdeio-sword-14.0.0.spec
M redhat/applications/tdeio-umountwrapper/tdeio-umountwrapper-14.0.0.spec
M redhat/applications/tdenetworkmanager/tdenetworkmanager-14.0.0.spec
M redhat/applications/tdepowersave/tdepowersave-14.0.0.spec
M redhat/applications/tderadio/tderadio-14.0.0.spec
M redhat/applications/tdesudo/tdesudo-14.0.0.spec
M redhat/applications/tdesvn/tdesvn-14.0.0.spec
M redhat/applications/tdmtheme/tdmtheme-14.0.0.spec
M redhat/applications/tellico/tellico-14.0.0.spec
M redhat/applications/tork/tork-14.0.0.spec
M redhat/applications/twin-style-crystal/twin-style-crystal-14.0.0.spec
M redhat/applications/wlassistant/wlassistant-14.0.0.spec
M redhat/applications/yakuake/yakuake-14.0.0.spec
M redhat/build/get_specfile.sh
M redhat/build/install_rpm_package.sh
M redhat/build/update_repository.sh
M redhat/buildenv.sh
M redhat/dependencies/tqt3/tqt3-14.0.0.spec
M redhat/extras/brp-check-trinity/brp-check-trinity-14.0.0.spec
M redhat/extras/icons-nuvola/icons-nuvola-14.0.0.spec
M redhat/extras/kdevmon/kdevmon-14.0.0.spec
M redhat/extras/kdissert/kdissert-14.0.0.spec
M redhat/extras/kitty/kitty-14.0.0.spec
M redhat/extras/klamav/klamav-14.0.0.spec
M redhat/extras/klibido/klibido-14.0.0.spec
M redhat/extras/kompose/kompose-14.0.0.spec
M redhat/extras/koverartist/koverartist-14.0.0.spec
M redhat/extras/kpacman/kpacman-14.0.0.spec
M redhat/extras/style-ia-ora/style-ia-ora-14.0.0.spec
M redhat/extras/trinity-desktop/trinity-desktop-14.0.0.spec
M redhat/extras/trinity-filesystem/trinity-filesystem-14.0.0.spec
M redhat/libraries/libkdcraw/libkdcraw-14.0.0.spec
M redhat/libraries/libkexiv2/libkexiv2-14.0.0.spec
M redhat/libraries/libkipi/libkipi-14.0.0.spec
M redhat/libraries/libksquirrel/libksquirrel-14.0.0.spec
M redhat/libraries/libtdeldap/libtdeldap-14.0.0.spec
M redhat/libraries/libtqt-perl/libtqt-perl-14.0.0.spec
M redhat/libraries/pytdeextensions/pytdeextensions-14.0.0.spec
M redhat/libraries/python-trinity/python-trinity-14.0.0.spec
M redhat/main/tde-i18n/tde-i18n-14.0.0.spec
M redhat/main/tdeaccessibility/tdeaccessibility-14.0.0.spec
M redhat/main/tdeaddons/tdeaddons-14.0.0.spec
M redhat/main/tdeadmin/tdeadmin-14.0.0.spec
M redhat/main/tdeartwork/tdeartwork-14.0.0.spec
M redhat/main/tdebase/tdebase-14.0.0.spec
M redhat/main/tdebindings/tdebindings-14.0.0.spec
M redhat/main/tdeedu/tdeedu-14.0.0.spec
M redhat/main/tdegames/tdegames-14.0.0.spec
M redhat/main/tdegraphics/tdegraphics-14.0.0.spec
M redhat/main/tdelibs/tdelibs-14.0.0.spec
M redhat/main/tdemultimedia/tdemultimedia-14.0.0.spec
M redhat/main/tdenetwork/tdenetwork-14.0.0.spec
M redhat/main/tdepim/tdepim-14.0.0.spec
M redhat/main/tdesdk/tdesdk-14.0.0.spec
M redhat/main/tdetoys/tdetoys-14.0.0.spec
M redhat/main/tdeutils/tdeutils-14.0.0.spec
M redhat/main/tdevelop/tdevelop-14.0.0.spec
M redhat/main/tdewebdev/tdewebdev-14.0.0.spec
 ** Diff limit reached (max: 250 lines) **
28cecf3d 2015-06-29 13:18:02 François Andriot
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
M debian/lenny/tdeedu/debian/control
M debian/squeeze/tdeedu/debian/control
M ubuntu/maverick/tdeedu/debian/control
 ** Diff limit reached (max: 250 lines) **
8492b0db 2015-06-29 13:18:37 François Andriot
RPM Packaging: update qt3 for opensuse
A opensuse/core/qt3/patches/3.5.13.2/qt3-3.5.13.2-fix_not_a_string_literal.patch
A opensuse/core/qt3/qt3-3.5.13.2.patch
 ** Diff limit reached (max: 250 lines) **