head 1.28; access; symbols OPENPKG_E1_MP_HEAD:1.26 OPENPKG_E1_MP:1.26 OPENPKG_CW_FP:1.18; locks; strict; comment @-- @; 1.28 date 2009.04.18.13.11.38; author rse; state Exp; branches; next 1.27; commitid 4pHXU27WTIGCZuKt; 1.27 date 2008.01.01.14.56.18; author rse; state Exp; branches; next 1.26; commitid B8esaHJHoduuKILs; 1.26 date 2007.01.01.17.38.55; author rse; state Exp; branches; next 1.25; commitid BicZD6VUl7GuqP0s; 1.25 date 2006.10.13.17.29.10; author thl; state Exp; branches; next 1.24; commitid q5GSxzsSDX29XxQr; 1.24 date 2006.09.23.10.27.22; author rse; state Exp; branches; next 1.23; commitid xvD5iZbOK9zsiWNr; 1.23 date 2006.06.30.06.36.26; author rse; state Exp; branches; next 1.22; commitid rARWnyJmZ21DKZCr; 1.22 date 2006.01.01.13.15.09; author rse; state Exp; branches; next 1.21; commitid otZG8yKMCw1JFTfr; 1.21 date 2005.11.21.08.45.24; author thl; state Exp; branches; next 1.20; commitid yzDOX0BH6prizBar; 1.20 date 2005.09.28.15.31.32; author thl; state Exp; branches; next 1.19; 1.19 date 2005.03.24.11.19.10; author rse; state Exp; branches; next 1.18; 1.18 date 2005.01.01.10.50.58; author rse; state Exp; branches; next 1.17; 1.17 date 2004.10.29.05.33.58; author tho; state Exp; branches; next 1.16; 1.16 date 2004.10.26.10.40.07; author tho; state Exp; branches; next 1.15; 1.15 date 2004.10.06.19.44.21; author rse; state Exp; branches; next 1.14; 1.14 date 2004.10.02.08.35.06; author rse; state Exp; branches; next 1.13; 1.13 date 2004.09.20.16.17.20; author rse; state Exp; branches; next 1.12; 1.12 date 2004.08.23.11.21.31; author tho; state Exp; branches; next 1.11; 1.11 date 2004.06.29.08.03.39; author rse; state Exp; branches; next 1.10; 1.10 date 2004.04.20.07.33.23; author rse; state Exp; branches; next 1.9; 1.9 date 2004.04.06.09.54.28; author rse; state Exp; branches; next 1.8; 1.8 date 2004.02.07.17.55.53; author rse; state Exp; branches; next 1.7; 1.7 date 2004.02.03.20.02.53; author rse; state Exp; branches; next 1.6; 1.6 date 2004.01.23.13.10.06; author rse; state Exp; branches; next 1.5; 1.5 date 2003.09.18.18.47.56; author rse; state Exp; branches; next 1.4; 1.4 date 2003.09.05.11.15.06; author ms; state Exp; branches; next 1.3; 1.3 date 2003.08.31.19.04.16; author rse; state Exp; branches; next 1.2; 1.2 date 2003.08.30.20.51.32; author rse; state Exp; branches; next 1.1; 1.1 date 2003.08.18.18.20.53; author rse; state Exp; branches; next ; desc @@ 1.28 log @bump years in copyright messages @ text @## ## kde-arts.spec -- OpenPKG RPM Package Specification ## Copyright (c) 2000-2009 OpenPKG Foundation e.V. ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that ## the above copyright notice and this permission notice appear in all ## copies. ## ## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED ## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF ## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR ## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, ## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT ## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF ## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, ## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT ## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF ## SUCH DAMAGE. ## # package version %define V_kde 3.5.3 %define V_arts 1.5.3 # package information Name: kde-arts Summary: K Desktop Environment (Analog Real-Time Synthesizer) URL: http://www.kde.org/ Vendor: KDE Project Packager: OpenPKG Foundation e.V. Distribution: OpenPKG Community Class: JUNK Group: XWindow License: GPL Version: %{V_arts} Release: 20080101 # list of sources Source0: ftp://ftp.kde.org/pub/kde/stable/%{V_kde}/src/arts-%{V_arts}.tar.bz2 # build information Prefix: %{l_prefix} BuildRoot: %{l_buildroot} BuildPreReq: OpenPKG, openpkg >= 20040130, gcc, make PreReq: OpenPKG, openpkg >= 20040130 BuildPreReq: X11, kde-qt, jpeg, png, zlib, audiofile, pkgconfig PreReq: X11, kde-qt, jpeg, png, zlib, audiofile AutoReq: no AutoReqProv: no %description KDE is a powerful Open Source graphical desktop environment for Unix workstations. It combines ease of use, contemporary functionality, and outstanding graphical design with the technological superiority of the Unix operating system. This part is the KDE Analog Real-Time Synthesizer. %track prog kde-arts = { disabled comment = "rse: broken since a longer time" version = %{version} url = ftp://ftp.kde.org/pub/kde/stable/ regex = (\d+\.\d+(\.\d+)?) url = ftp://ftp.kde.org/pub/kde/stable/__NEWVER__/src/ regex = arts-(__VER__)\.tar\.bz2 } %prep %setup -q -n arts-%{V_arts} %build # set standard KDE/Qt build environment export CC="%{l_cc} `%{l_prefix}/bin/pkg-config --libs-only-L kde-qt`" export CXX="%{l_cxx} `%{l_prefix}/bin/pkg-config --libs-only-L kde-qt`" export CFLAGS="`%{l_prefix}/bin/pkg-config --cflags-only-other kde-qt` %{l_cflags -O}" export CXXFLAGS="`%{l_prefix}/bin/pkg-config --cflags-only-other kde-qt` %{l_cxxflags -O}" export CPPFLAGS="`%{l_prefix}/bin/pkg-config --cflags-only-I kde-qt` %{l_cppflags}" export LDFLAGS="`%{l_prefix}/bin/pkg-config --libs-only-L kde-qt` %{l_ldflags}" # export LIBS="`%{l_prefix}/bin/pkg-config --libs-only-l --libs-only-other kde-qt`" export PATH="%{l_prefix}/libexec/kde:`%{l_rc} --query x11_bindir`:$PATH" export LD_LIBRARY_PATH="%{l_prefix}/lib/kde:${LD_LIBRARY_PATH-/usr/lib}" export MOC="%{l_prefix}/libexec/kde/moc" export UIC_PATH="%{l_prefix}/libexec/kde/uic" export HOME="`pwd`" # set KDE/Qt installation paths export KDEDIR="%{l_prefix}" export kde_htmldir='%{l_prefix}/share/kde/doc/HTML' export kde_appsdir='%{l_prefix}/share/kde/applnk' export kde_icondir='%{l_prefix}/share/kde/icons' export kde_sounddir='%{l_prefix}/share/kde/sounds' export kde_datadir='%{l_prefix}/share/kde/apps' export kde_locale='%{l_prefix}/share/kde/locale' export kde_confdir='%{l_prefix}/share/kde/config' export kde_mimedir='%{l_prefix}/share/kde/mimelnk' export kde_toolbardir='%{l_prefix}/share/kde/toolbar' export kde_wallpaperdir='%{l_prefix}/share/kde/wallpapers' export kde_templatesdir='%{l_prefix}/share/kde/templates' export kde_servicesdir='%{l_prefix}/share/kde/services' export kde_servicetypesdir='%{l_prefix}/share/kde/servicetypes' export kde_bindir='%{l_prefix}/libexec/kde' export kde_cgidir='%{l_prefix}/lib/kde/cgi' export kde_moduledir='%{l_prefix}/lib/kde/modules' export kde_styledir='%{l_prefix}/lib/kde/plugins/styles' export kde_widgetdir='%{l_prefix}/lib/kde/plugins/designer' # configure package export DO_NOT_COMPILE="gmcop" ./configure \ --prefix=%{l_prefix} \ --bindir=%{l_prefix}/libexec/kde \ --includedir=%{l_prefix}/include/kde \ --libdir=%{l_prefix}/lib/kde \ --datadir=%{l_prefix}/share/kde \ --localstatedir=%{l_prefix}/var/kde \ --with-x \ --x-includes=`%{l_rc} --query x11_incdir` \ --x-libraries=`%{l_rc} --query x11_libdir` \ --with-qt-dir=%{l_prefix} \ --with-qt-includes=%{l_prefix}/include/kde/qt \ --with-qt-libraries=%{l_prefix}/lib/kde \ --with-extra-includes=%{l_prefix}/include \ --with-extra-libs=%{l_prefix}/lib \ --disable-debug \ --disable-static \ --enable-shared # build package %{l_make} %{l_mflags -O} %install # install package rm -rf $RPM_BUILD_ROOT %{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT" # strip down installation strip $RPM_BUILD_ROOT%{l_prefix}/libexec/kde/* >/dev/null 2>&1 || true # determine installation files %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} %files -f files %clean rm -rf $RPM_BUILD_ROOT @ 1.27 log @Update package specifications according to OpenPKG year 2008 world order: http://www.mail-archive.com/openpkg-announce@@openpkg.org/msg00221.html @ text @d3 1 a3 1 ## Copyright (c) 2000-2008 OpenPKG Foundation e.V. @ 1.26 log @Welcome Year 2007! @ text @d3 1 a3 2 ## Copyright (c) 2000-2007 OpenPKG Foundation e.V. ## Copyright (c) 2000-2007 Ralf S. Engelschall d39 1 a39 1 Release: 20061013 @ 1.25 log @new world order for "Packager" and "Distribution" headers @ text @d3 2 a4 2 ## Copyright (c) 2000-2006 OpenPKG Foundation e.V. ## Copyright (c) 2000-2006 Ralf S. Engelschall @ 1.24 log @adjust Group header @ text @d34 2 a35 2 Packager: OpenPKG Distribution: OpenPKG d40 1 a40 1 Release: 20060923 @ 1.23 log @downgrade KDE stuff to JUNK as it is broken since a longer time @ text @d37 1 a37 1 Group: KDE d40 1 a40 1 Release: 20060630 @ 1.22 log @adjust copyrights for new year 2006 @ text @d26 2 a27 2 %define V_kde 3.4.2 %define V_arts 1.4.2 d36 1 a36 1 Class: EVAL d40 1 a40 1 Release: 20051121 d65 2 a66 1 comment = "thl/1.4.3: configure Qt (>= Qt 3.3 and < 4.0) (library qt-mt) not found, although qt-3.3.5 installed" @ 1.21 log @log annoying and sometimes long standing problems to get them out of sight @ text @d3 2 a4 2 ## Copyright (c) 2000-2005 OpenPKG Foundation e.V. ## Copyright (c) 2000-2005 Ralf S. Engelschall @ 1.20 log @upgrading package: kde-arts 1.3.1 -> 1.4.2 @ text @d40 1 a40 1 Release: 20050928 d65 1 @ 1.19 log @Adjust the copyright declaration in this (RSE's) copy of the OpenPKG source code now that the fork point for C&W was established (CVS tag OPENPKG_CW_FP), the shared copyright agreement between RSE and C&W is no longer active (as C&W no longer officially sponsors OpenPKG) and the new shared copyright from RSE can be taken over by the newly established juristic entity OpenPKG Foundation e.V. (instead of the non-juristic entity OpenPKG Project). @ text @d26 2 a27 2 %define V_kde 3.3 %define V_arts 1.3.1 d40 1 a40 1 Release: 20041029 @ 1.18 log @Happy New Year 2005 @ text @d2 3 a4 4 ## kde-arts.spec -- OpenPKG RPM Specification ## Copyright (c) 2000-2005 The OpenPKG Project ## Copyright (c) 2000-2005 Ralf S. Engelschall ## Copyright (c) 2000-2005 Cable & Wireless d34 1 a34 1 Packager: The OpenPKG Project @ 1.17 log @removed comment in tracking section @ text @d3 3 a5 3 ## Copyright (c) 2000-2004 The OpenPKG Project ## Copyright (c) 2000-2004 Ralf S. Engelschall ## Copyright (c) 2000-2004 Cable & Wireless @ 1.16 log @upgrading package: kde-arts 1.3.0 -> 1.3.1 @ text @d41 1 a41 1 Release: 20041026 a65 1 comment = "tho: 23.08.04: version 1.4 is from the kde 3.3 tree" @ 1.15 log @more requirements @ text @d28 1 a28 1 %define V_arts 1.3.0 d41 1 a41 1 Release: 20041006 @ 1.14 log @upgrading package: kde-arts 1.2.3 -> 1.3.0 @ text @d41 1 a41 1 Release: 20041002 d51 2 a52 2 BuildPreReq: X11, kde-qt, audiofile, pkgconfig PreReq: X11, kde-qt, audiofile @ 1.13 log @Cleanup: %{l_prefix}/etc/rc -> %{l_rc} @ text @d27 2 a28 2 %define V_kde 3.2.3 %define V_arts 1.2.3 d41 1 a41 1 Release: 20040920 @ 1.12 log @modifying package: kde-arts-1.2.3 20040629 -> 20040823 @ text @d41 1 a41 1 Release: 20040823 d86 1 a86 1 export PATH="%{l_prefix}/libexec/kde:`%{l_prefix}/etc/rc --query x11_bindir`:$PATH" d123 2 a124 2 --x-includes=`%{l_prefix}/etc/rc --query x11_incdir` \ --x-libraries=`%{l_prefix}/etc/rc --query x11_libdir` \ @ 1.11 log @upgrading package: kde-arts 1.2.2 -> 1.2.3 @ text @d41 1 a41 1 Release: 20040629 d66 1 @ 1.10 log @upgrading package: kde-arts 1.2.1 -> 1.2.2 @ text @d27 2 a28 2 %define V_kde 3.2.2 %define V_arts 1.2.2 d41 1 a41 1 Release: 20040420 @ 1.9 log @upgrading package: kde-arts 1.1.4 -> 1.2.1 @ text @d27 2 a28 2 %define V_kde 3.2.1 %define V_arts 1.2.1 d41 1 a41 1 Release: 20040406 @ 1.8 log @Mass Commit: reduce redundancy within .spec files by referencing macros defining vendor source versions whenever possible. This was half-way automated and half-way manually edited. As a result the PMOD activity in 95% of all cases just means editing the version in one single place, only. @ text @d27 2 a28 2 %define V_kde 3.1.4 %define V_arts 1.1.4 d41 1 a41 1 Release: 20040207 d68 1 a68 1 regex = (\d+\.\d+\.\d+) d84 1 a84 1 export LIBS="`%{l_prefix}/bin/pkg-config --libs-only-l --libs-only-other kde-qt`" @ 1.7 log @Mass-Commit: - split "Distribution" header into "Distribution" (old) and "Class" (new) headers by moving the attached class information. - embed the vendor version tracking configuration through the new "%track" section. - bump up the OpenPKG bootstrap dependency, because the "Class" header and "%track" section are only supported by our latest bootstrap version. @ text @d41 1 a41 1 Release: 20040203 d66 1 a66 1 version = 1.1.4 @ 1.6 log @bump year in copyright messages to cover new year 2004. This is a CVS only commit -- no packages were rolled intentionally @ text @d36 2 a37 1 Distribution: OpenPKG [EVAL] d41 1 a41 1 Release: 20030918 d49 2 a50 2 BuildPreReq: OpenPKG, openpkg >= 20030103, gcc, make PreReq: OpenPKG, openpkg >= 20030103 d63 9 @ 1.5 log @upgrading package: kde-arts 1.1.3 -> 1.1.4 @ text @d3 3 a5 3 ## Copyright (c) 2000-2003 The OpenPKG Project ## Copyright (c) 2000-2003 Ralf S. Engelschall ## Copyright (c) 2000-2003 Cable & Wireless @ 1.4 log @Added a missing dependency to pkgconfig @ text @d27 2 a28 2 %define V_kde 3.1.3 %define V_arts 1.1.3 d40 1 a40 1 Release: 20030905 @ 1.3 log @try to fix paths by expanding it during config time @ text @d40 1 a40 1 Release: 20030831 d50 1 a50 1 BuildPreReq: X11, kde-qt, audiofile @ 1.2 log @make sure OpenPKG Qt is found before a possibly existing Qt inside the vendor X11R6 area @ text @d40 1 a40 1 Release: 20030830 d83 18 a100 18 export kde_htmldir='\${prefix}/share/kde/doc/HTML' export kde_appsdir='\${prefix}/share/kde/applnk' export kde_icondir='\${prefix}/share/kde/icons' export kde_sounddir='\${prefix}/share/kde/sounds' export kde_datadir='\${prefix}/share/kde/apps' export kde_locale='\${prefix}/share/kde/locale' export kde_confdir='\${prefix}/share/kde/config' export kde_mimedir='\${prefix}/share/kde/mimelnk' export kde_toolbardir='\${prefix}/share/kde/toolbar' export kde_wallpaperdir='\${prefix}/share/kde/wallpapers' export kde_templatesdir='\${prefix}/share/kde/templates' export kde_servicesdir='\${prefix}/share/kde/services' export kde_servicetypesdir='\${prefix}/share/kde/servicetypes' export kde_bindir='\${exec_prefix}/libexec/kde' export kde_cgidir='\${exec_prefix}/lib/kde/cgi' export kde_moduledir='\${prefix}/lib/kde/modules' export kde_styledir='\${prefix}/lib/kde/plugins/styles' export kde_widgetdir='\${prefix}/lib/kde/plugins/designer' @ 1.1 log @new package: kde-arts 1.1.3 (K Desktop Environment (Analog Real-Time Synthesizer)) @ text @d40 1 a40 1 Release: 20030818 d68 2 a69 2 export CC="%{l_cc}" export CXX="%{l_cxx}" @