Please help if I'm wrong, but seems we are missing several build options for Amarok. From the Amarok 1.4.10 configure help options:
--enable-mysql build Amarok with MySQL support
--enable-postgresql build Amarok with PostgreSQL support
--disable-amazon disable Amazon cover download support default=enable
--without-arts build without aRts default=no
--with-nmm build Amarok with NMM-engine
--with-helix build Amarok with Helix-engine
--without-opengl build Amarok without OpenGL support
--without-included-sqlite build Amarok using system sqlite library
--without-musicbrainz build Amarok without MusicBrainz support
* Should these options be supported?
* Is there a way in Amarok to not build last.fm support?
Darrell
In Konqueror, open a directory containing several compressed files.
Select all of the files.
Open the popup context menu (right-click).
There is no option to compress those files into a new archive.
Bug or misconfiguration?
Darrell
Hello
I am a happy user of the Trinity 3.5.12. With the approaching date of release
of 3.5.13, I rejoiced - at the earliest. However, already in the days before
the release was seen reporting a number of problems and regressions. I was
embarrassed. I would like to use 3.5.13, but some of the problems are
fundamental. But even waiting for the R14 is not a good solution.
I would like to help so that I backport patches for repair of critical
problems in 3.5.13. I have a patched version of kdelibs (closing 569),
kdebase (closing 690) and kmymoney (closing 672) compiled into packages for
Debian Squeeeze (sources, amd64 and i386). I would like to provide packages
to the official repository.
Further I still watch KMail related errors (especially 635) and Kaffeine
crashes (eg 559). And if you would be interested in this job, I might
backport some other patches.
Best regards,
Slavek
--
GIT 2678
Error:
tdemultimedia/arts/modules/effects/.libs/libartsmoduleseffects.so: undefined reference to `arts_fft_float'
I am using libart from Trinity.
Darrell
There will be a meeting 01-02 February 2012, depending on your time
zone, in #trinity-desktop-meeting.
No time has been set yet, however, a list of topics to address do need
to be made.
As usual, feel free to suggest topics, ideas, anything.
If you cannot attend, logs will be up ~5-6 hours after the meeting.
--
later daze. :: Robert Xu :: rxu.lincomlinux.org :: protocol.by/rxu
GIT 2678.
Errors:
/dev/shm/tdesdk/kbabel/kbabel/kbabelview.cpp:40:38: error: common/kbprojectsettings.h: No such file or directory
/dev/shm/tdesdk/kbabel/kbabel/kbabelview.cpp:106:21: error: version.h: No such file or directory
Neither file exists in the sources.
Ideas?
Darrell
While troubleshooting the previously reported "No such file or directory" errors, I noticed many "/opt/trinity/bin" duplications in the configure files. For example:
arts/admin/acinclude.m4.in:
kde_default_bindirs="/usr/bin /usr/local/bin /opt/local/bin /usr/X11R6/bin /opt/kde/bin /opt/trinity/bin /opt/trinity/bin /usr/kde/bin /usr/local/kde/bin"
arts/admin/cvs.sh:
export PATH=$PATH:/opt/trinity/bin:/opt/trinity/bin
Harmless I think, but unless there is a reason to duplicate those paths a quick sed through the GIT tree would clean everything :)
Darrell
I am receiving that error in all of my automake builds. The cause is the usual comparing a result to a non integer:
if test "$kde_qtver" = "3"; then
if test "$kde_qtsubver" -le 1; then
trinity2ornewer=
fi
if test "$kde_qtsubver" -le 2; then
trinity3ornewer=
fi
if test "$KDECONFIG" != "compiled"; then
if test `$KDECONFIG --version | grep KDE | sed 's/KDE: \(...\).*/\1/'` = 3.2; then
trinity3ornewer=
fi
fi
fi
Is this test looking to test against 3 or 2? I think 2 because 3 is already established in the first test of this snippet.
Anyway, this needs a fixin'.
Up to you Tim!
Darrell