modified: Apps/kbookreader/kbookreader.SlackBuild modified: Apps/kdbusnotification/kdbusnotification.SlackBuild modified: Apps/kile/kile.SlackBuild modified: Apps/knemo/knemo.SlackBuild modified: Apps/tdeamarok/tdeamarok.SlackBuild modified: Apps/tdektorrent/tdektorrent.SlackBuild modified: Apps/yakuake/yakuake.SlackBuild modified: BUILD-TDE.sh modified: Core/tdeadmin/tdeadmin.SlackBuild new file: Core/tdeedu/README modified: Core/tdeedu/tdeedu.SlackBuild modified: Core/tdelibs/tdelibs.SlackBuild new file: Core/tdemultimedia/README modified: Core/tdemultimedia/tdemultimedia.SlackBuild modified: Core/tdenetwork/tdenetwork.SlackBuild new file: Deps/akode/README new file: Deps/akode/akode.SlackBuild modified: Deps/avahi-tqt/avahi-tqt.SlackBuild modified: Deps/dbus-tqt/dbus-tqt.SlackBuild modified: Deps/libart-lgpl/libart-lgpl.SlackBuild modified: Deps/tqca-tls/tqca-tls.SlackBuild modified: Libs/tdelibkexiv2/tdelibkexiv2.SlackBuild modified: Libs/tdelibkipi/tdelibkipi.SlackBuild modified: README.md modified: get-source.shpull/25/head
parent
475efda68a
commit
c18d07c7f0
@ -0,0 +1,25 @@
|
|||||||
|
There are issues building with cmake, so until they are resolved, the preference is an autotools build.
|
||||||
|
If you DO want to build with cmake, run 'USE_CMAKE_EDU=yes ./BUILD-TDE.sh'
|
||||||
|
kalzium won't build at all with cmake; it will with autotools, with limitations:
|
||||||
|
|
||||||
|
Re: configure output:
|
||||||
|
"""
|
||||||
|
The Kalzium Chemical Equation Solver has been disabled. Possible reasons of that:
|
||||||
|
|
||||||
|
* OCaml was not found. In order to have the Solver, you have to install OCaml. You can get OCaml from http://pauillac.inria.fr/ocaml/.
|
||||||
|
|
||||||
|
* The FaCiLe module for OCaml was not found. In order to have the Solver, you have to install the FaCiLe module. You can get it from http://www.recherche.enac.fr/opti/facile/.
|
||||||
|
|
||||||
|
|
||||||
|
Kig Python scripting support has been disabled, because you are missing the necessary headers and/or libraries.
|
||||||
|
In order to use Kig Python scripting, you need to have Python installed, along with its development package ( e.g. libpython-dev ), and also the Boost.Python library, along with its development package ( e.g. libboost-python-dev ).
|
||||||
|
|
||||||
|
Kig will continue to function without Python scripting support, but you will not be able to created Python scripted objects, or load Kig files that use them.
|
||||||
|
|
||||||
|
Installing the libraries:
|
||||||
|
The python development libraries themselves are almost certainly packaged by your favourite distribution.
|
||||||
|
Look for a package name like libpython-dev, with possibly a version number inserted somewhere in the name..
|
||||||
|
For the Boost.Python libs, check this documentation: "http://boost.org/more/download.html" and "http://boost.org/more/download.html#Installation" or look for a package like libboost-python-dev or libboost-dev..
|
||||||
|
|
||||||
|
"""
|
||||||
|
|
@ -0,0 +1,22 @@
|
|||||||
|
There are issues building with cmake, so until they are resolved, the preference is an autotools build.
|
||||||
|
If you DO want to build with cmake, run 'USE_CMAKE_MM=yes ./BUILD-TDE.sh'
|
||||||
|
Juk won't build at all with cmake - the autotools build is more accommodating:
|
||||||
|
|
||||||
|
Re: configure output:
|
||||||
|
"""
|
||||||
|
* You do not seem to have libmusicbrainz and libtunepimp.
|
||||||
|
* JuK will be compiled without MusicBrainz support and automatic song recognition will not be supported.
|
||||||
|
* Please download libmusicbrainz 2.x and libtunepimp 0.3.x from:
|
||||||
|
* http://www.musicbrainz.org/products/client/download.html
|
||||||
|
* http://www.musicbrainz.org/products/tunepimp/download.html
|
||||||
|
"""
|
||||||
|
|
||||||
|
----------------------------
|
||||||
|
And if akode isn't installed:
|
||||||
|
"""
|
||||||
|
aKode was not found. Without it the aKode aRts-plugin will not be
|
||||||
|
installed, and aRts will be unable to play many music formats.
|
||||||
|
You can find aKode in KDE's Subversion repository under
|
||||||
|
trunk/tdesupport/akode.
|
||||||
|
"""
|
||||||
|
|
@ -0,0 +1,97 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
# Generated by Alien's SlackBuild Toolkit: http://slackware.com/~alien/AST
|
||||||
|
# Copyright 2009, 2010, 2011, 2012, 2013, 2014, 2015 Eric Hameleers, Eindhoven, Netherlands
|
||||||
|
# Copyright 2015-2017 Thorn Inurcide
|
||||||
|
# Copyright 2015-2017 tde-slackbuilds project on GitHub
|
||||||
|
# All rights reserved.
|
||||||
|
#
|
||||||
|
# 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.
|
||||||
|
|
||||||
|
PRGNAM=akode
|
||||||
|
VERSION=${VERSION:-$TDEVERSION}
|
||||||
|
BUILD=${BUILD:-1}
|
||||||
|
TAG=${TAG:-_tde}
|
||||||
|
|
||||||
|
source ../../get-source.sh
|
||||||
|
getsource_fn
|
||||||
|
|
||||||
|
untar_fn
|
||||||
|
|
||||||
|
## edit headers locations for Slackware package - but see README
|
||||||
|
sed -i 's|ffmpeg/avcodec.h|libavcodec/avcodec.h|' akode/plugins/ffmpeg_decoder/ffmpeg_decoder.cpp
|
||||||
|
sed -i 's|ffmpeg/avformat.h|libavformat/avformat.h|' akode/plugins/ffmpeg_decoder/ffmpeg_decoder.cpp
|
||||||
|
sed -i 's|ffmpeg/avio.h|libavformat/avio.h|' akode/plugins/ffmpeg_decoder/ffmpeg_decoder.cpp
|
||||||
|
|
||||||
|
chown_fn
|
||||||
|
|
||||||
|
cd_builddir_fn
|
||||||
|
|
||||||
|
## see README for cmake options
|
||||||
|
cmake \
|
||||||
|
-DCMAKE_C_FLAGS:STRING=$SLKCFLAGS \
|
||||||
|
-DCMAKE_CXX_FLAGS:STRING=$SLKCFLAGS \
|
||||||
|
-DCMAKE_CXX_FLAGS_RELEASE:STRING=$SLKCFLAGS \
|
||||||
|
-DCMAKE_C_COMPILER=$COMPILER \
|
||||||
|
-DCMAKE_CXX_COMPILER=$COMPILER_CXX \
|
||||||
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
|
-DCMAKE_INSTALL_PREFIX=$INSTALL_TDE \
|
||||||
|
-DLIB_SUFFIX=$LIBDIRSUFFIX \
|
||||||
|
-DWITH_GCC_VISIBILITY="OFF" \
|
||||||
|
-DWITH_LIBLTDL="ON" \
|
||||||
|
-DWITH_ALSA_SINK="ON" \
|
||||||
|
-DWITH_JACK_SINK="OFF" \
|
||||||
|
-DWITH_PULSE_SINK="ON" \
|
||||||
|
-DWITH_OSS_SINK="OFF" \
|
||||||
|
-DWITH_SUN_SINK="OFF" \
|
||||||
|
-DWITH_FFMPEG_DECODER="OFF" \
|
||||||
|
-DWITH_MPC_DECODER="ON" \
|
||||||
|
-DWITH_MPEG_DECODER="ON" \
|
||||||
|
-DWITH_SRC_RESAMPLER="OFF" \
|
||||||
|
-DWITH_XIPH_DECODER="OFF" \
|
||||||
|
..
|
||||||
|
|
||||||
|
make_fn
|
||||||
|
|
||||||
|
strip_fn
|
||||||
|
|
||||||
|
mkdir_install_fn
|
||||||
|
|
||||||
|
echo "
|
||||||
|
# HOW TO EDIT THIS FILE:
|
||||||
|
# The 'handy ruler' below makes it easier to edit a package description. Line
|
||||||
|
# up the first '|' above the ':' following the base package name, and the '|'
|
||||||
|
# on the right side marks the last column you can put a character in. You must
|
||||||
|
# make exactly 11 lines for the formatting to be correct. It's also
|
||||||
|
# customary to leave one space after the ':'.
|
||||||
|
|
||||||
|
|-----handy-ruler------------------------------------------------------|
|
||||||
|
$PRGNAM: $PRGNAM - player and plugins for aRts music formats
|
||||||
|
$PRGNAM:
|
||||||
|
$PRGNAM:
|
||||||
|
$PRGNAM:
|
||||||
|
$PRGNAM:
|
||||||
|
$PRGNAM:
|
||||||
|
$PRGNAM:
|
||||||
|
$PRGNAM:
|
||||||
|
$PRGNAM:
|
||||||
|
$PRGNAM:
|
||||||
|
$PRGNAM:
|
||||||
|
" > $PKG/install/slack-desc
|
||||||
|
|
||||||
|
makepkg_fn
|
Loading…
Reference in new issue