Re: [kde-freebsd] KDE4: KsCD not playing tracks

2014-08-13 Thread Adriaan de Groot
On Monday 11 August 2014 10:42:33 Matthias Apitz wrote:
 KsCD sees the tracks on the audio CD but when I press PLAY, only a
 banner is running '01 - Unknown title'; the time is shown as '00:00'
 without any updating and ofc no audio comes out.

The same still applies inKDE 4.12.5; kscd does detect the drive and disc (and 
uses musicbrainz to find track info), but play just scrolls the title of track 
1 at time 00:00.

The eject button *does* work, though :)

You can get the configure dialog by right-clicking on the KsCD application; 
there's a context menu with 'configure shortcuts' and 'configure'.

It might come down to an issue in Phonon, though. Or in the gstreamer backend. 
The KsCD code seems to just call play() on a Phonon media object, which 
delegates it down to the backend.

[ade]
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] KDE4: KsCD not playing tracks

2014-08-13 Thread Matthias Apitz
El día Wednesday, August 13, 2014 a las 11:20:14AM +0200, Adriaan de Groot 
escribió:

 On Monday 11 August 2014 10:42:33 Matthias Apitz wrote:
  KsCD sees the tracks on the audio CD but when I press PLAY, only a
  banner is running '01 - Unknown title'; the time is shown as '00:00'
  without any updating and ofc no audio comes out.
 
 The same still applies inKDE 4.12.5; kscd does detect the drive and disc (and 
 uses musicbrainz to find track info), but play just scrolls the title of 
 track 
 1 at time 00:00.
 
 The eject button *does* work, though :)
 
 You can get the configure dialog by right-clicking on the KsCD application; 
 there's a context menu with 'configure shortcuts' and 'configure'.
 
 It might come down to an issue in Phonon, though. Or in the gstreamer 
 backend. 
 The KsCD code seems to just call play() on a Phonon media object, which 
 delegates it down to the backend.

I'm not esp. keen in having audio CD on FreeBSD, but is it worth to file
a bug report (and if so where)? I do not have KDE on, for example, Linux to
check if it works there.

Thanks for your feedback in any case.


matthias
-- 
Matthias Apitz   |  /\   ASCII Ribbon Campaign:
E-mail: g...@unixarea.de |  \ /   - No HTML/RTF in E-mail
WWW: http://www.unixarea.de/ |   X- No proprietary attachments
phone: +49-170-4527211   |  / \   - Respect for open standards
 | en.wikipedia.org/wiki/ASCII_Ribbon_Campaign
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] FreeBSD ports you maintain which are out of date

2014-08-13 Thread portscout
Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/k...@freebsd.org.html


Port| Current version | New version
+-+
databases/akonadi   | 1.12.1  | 1.13.0
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Thanks.
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/databases/akonadi

2014-08-13 Thread Raphael Kubo da Costa
SVN commit 10235 by rakuco:

akonadi: Merge r364076 from ports.


r364076 | bapt | 2014-08-05 09:36:06 +0300 (Tue, 05 Aug 2014) | 2 lines

USES=execinfo





 M  +1 -2  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] KDE4: KsCD not playing tracks

2014-08-13 Thread Raphael Kubo da Costa
Matthias Apitz g...@unixarea.de writes:

 El día Wednesday, August 13, 2014 a las 11:20:14AM +0200, Adriaan de Groot 
 escribió:

 On Monday 11 August 2014 10:42:33 Matthias Apitz wrote:
  KsCD sees the tracks on the audio CD but when I press PLAY, only a
  banner is running '01 - Unknown title'; the time is shown as '00:00'
  without any updating and ofc no audio comes out.

 The same still applies inKDE 4.12.5; kscd does detect the drive and disc (and
 uses musicbrainz to find track info), but play just scrolls the title of 
 track
 1 at time 00:00.

[...]

 It might come down to an issue in Phonon, though. Or in the gstreamer 
 backend.
 The KsCD code seems to just call play() on a Phonon media object, which
 delegates it down to the backend.

I've experienced it here too, and it's a problem in either GStreamer
itself or phonon-gstreamer: Dragon Player had the same problem playing
an audio CD, and both Dragon and KSCD worked perfectly with the VLC
backend (multimedia/phonon-vlc), so that's the easiest way to solve the
problem at the moment.

 I'm not esp. keen in having audio CD on FreeBSD, but is it worth to file
 a bug report (and if so where)? I do not have KDE on, for example, Linux to
 check if it works there.

If you're not in the mood for trying to debug it yourself, I'd say file
a bug against phonon-gstreamer to let the developers know what's going
on.

 Btw: When HAL is not running, KsCD just SIGSEGV on press PLAY.

Same thing here. This is https://bugs.kde.org/show_bug.cgi?id=265597,
and I think the code has been buggy like that since 2008 (git commit
376c5cec). It's very easy to see why it's crashing (if no optical drive
is detected when KSCD is started it sets a NULL pointer that is later
dereferenced when one of the buttons is pressed, and when HAL is not
running Solid is unable to detect the optical drive), but KSCD has been
unmaintained for almost as long. If anyone feels like fixing the code,
that would be good, but it's not something I intend to do myself at
least.
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/databases/akonadi

2014-08-13 Thread Raphael Kubo da Costa
SVN commit 10236 by rakuco:

akonadi: Update to 1.13.0.



 M  +1 -1  Makefile  
 M  +2 -2  distinfo  
 AMfiles/patch-cmake__modules__FindSqlite.cmake  
 M  +1 -1  pkg-plist  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS

2014-08-13 Thread Raphael Kubo da Costa
SVN commit 10237 by rakuco:

PORTS: Merge r363392 from ports.


r363392 | adamw | 2014-07-30 00:07:39 +0300 (Wed, 30 Jul 2014) | 4 lines

Convert a bunch of USE_XZ to USES=tar:xz.

Approved by:portmgr (not really, but touches unstaged ports)





 M  +1 -2  devel/kdevelop-kde4/Makefile  
 M  +1 -2  devel/kdevelop-php-docs/Makefile  
 M  +1 -2  devel/kdevelop-php/Makefile  
 M  +1 -2  devel/kdevplatform/Makefile  
 M  +1 -2  graphics/skanlite/Makefile  
 M  +1 -2  multimedia/phonon-gstreamer/Makefile  
 M  +1 -2  www/choqok/Makefile  
 M  +1 -2  www/kwebkitpart/Makefile  
 M  +1 -2  x11-themes/kde-gtk-config/Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/textproc

2014-08-13 Thread Raphael Kubo da Costa
SVN commit 10239 by rakuco:

PORTS: Merge r352100 from ports.


r352100 | tijl | 2014-04-25 12:48:12 +0300 (Fri, 25 Apr 2014) | 4 lines

Convert to USES=libtool.

Approved by:kde (makc)





 M  +2 -1  rasqal/Makefile  
 M  +0 -1  rasqal/pkg-plist  
 M  +2 -2  redland/Makefile  
 M  +1 -5  redland/pkg-plist  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/graphics

2014-08-13 Thread Raphael Kubo da Costa
SVN commit 10240 by rakuco:

PORTS: Remove graphics/prison.

This is another library that belongs to fluffy@, and we haven't had to
update it in a long time.



 D prison (directory)  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS

2014-08-13 Thread Raphael Kubo da Costa
SVN commit 10238 by rakuco:

PORTS: Remove x11-fm/krusader2.

This belongs to fluffy@, and we haven't had to change it since 2012.



 D x11-fm (directory)  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/astro

2014-08-13 Thread Raphael Kubo da Costa
SVN commit 10241 by rakuco:

PORTS: Remove astro/libindi.

This port never got committed to the ports tree and is currently very
outdated.



 D libindi (directory)  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] KDE4: KsCD not playing tracks

2014-08-13 Thread Matthias Apitz
El día Wednesday, August 13, 2014 a las 03:25:50PM +0300, Raphael Kubo da Costa 
escribió:

  The KsCD code seems to just call play() on a Phonon media object, which
  delegates it down to the backend.
 
 I've experienced it here too, and it's a problem in either GStreamer
 itself or phonon-gstreamer: Dragon Player had the same problem playing
 an audio CD, and both Dragon and KSCD worked perfectly with the VLC
 backend (multimedia/phonon-vlc), so that's the easiest way to solve the
 problem at the moment.

I have installed multimedia/phonon-vlc; what I have to do to make KsCD
use this backend? Pls, do not say I have to recompile any KDE stuff :-)

  I'm not esp. keen in having audio CD on FreeBSD, but is it worth to file
  a bug report (and if so where)? I do not have KDE on, for example, Linux to
  check if it works there.
 
 If you're not in the mood for trying to debug it yourself, I'd say file
 a bug against phonon-gstreamer to let the developers know what's going
 on.

No, I have to many other things to hunt down. I will file a report.
Thx

matthias
-- 
Matthias Apitz   |  /\   ASCII Ribbon Campaign:
E-mail: g...@unixarea.de |  \ /   - No HTML/RTF in E-mail
WWW: http://www.unixarea.de/ |   X- No proprietary attachments
phone: +49-170-4527211   |  / \   - Respect for open standards
 | en.wikipedia.org/wiki/ASCII_Ribbon_Campaign
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/graphics/kphotoalbum-kde4

2014-08-13 Thread Raphael Kubo da Costa
SVN commit 10242 by rakuco:

kphotoalbum-kde4: Merge r345222 from ports.


r345222 | makc | 2014-02-20 15:00:31 +0200 (Thu, 20 Feb 2014) | 6 lines

- Add stage support
- Squeeze MASTER_SITES/MASTER_SITE_SUBDIR
- Convert LIB_DEPENDS to new style
- Use options helpers
- Remove useless LATEST_LINK





 M  +10 -23Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/graphics/kphotoalbum-kde4

2014-08-13 Thread Raphael Kubo da Costa
SVN commit 10243 by rakuco:

kphotoalbum-kde4: Merge r347051 from ports.


r347051 | makc | 2014-03-04 20:07:56 +0200 (Tue, 04 Mar 2014) | 5 lines

graphics/kphotoalbum-kde4:
- Add dependency on pkgconfig to fix libkdcraw detection

Reported by: q/pa del...@gmx.net via kde-freebsd maillist





 M  +2 -2  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/graphics/kphotoalbum-kde4

2014-08-13 Thread Raphael Kubo da Costa
SVN commit 10244 by rakuco:

kphotoalbum-kde4: Merge r350164 from ports.


r350164 | danfe | 2014-04-04 23:36:47 +0300 (Fri, 04 Apr 2014) | 5 lines

- Chase libexiv2.so shlib version bump after r350163
- Fix nearby minor style issues while here (not all)

Approved by: portmgr (bapt), some ports are still NO_STAGE :(





 M  +2 -3  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] KDE4: KsCD not playing tracks

2014-08-13 Thread Raphael Kubo da Costa
Matthias Apitz g...@unixarea.de writes:

 El día Wednesday, August 13, 2014 a las 03:25:50PM +0300, Raphael Kubo da 
 Costa escribió:

  The KsCD code seems to just call play() on a Phonon media object, which
  delegates it down to the backend.
 
 I've experienced it here too, and it's a problem in either GStreamer
 itself or phonon-gstreamer: Dragon Player had the same problem playing
 an audio CD, and both Dragon and KSCD worked perfectly with the VLC
 backend (multimedia/phonon-vlc), so that's the easiest way to solve the
 problem at the moment.

 I have installed multimedia/phonon-vlc; what I have to do to make KsCD
 use this backend? Pls, do not say I have to recompile any KDE stuff
 :-)

Nope, just go to System Settings - Multimedia - Audio and Video
Settings, and in the Backend tab choose the VLC backend as the preferred
one.
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/databases/akonadi

2014-08-13 Thread Raphael Kubo da Costa
SVN commit 10245 by rakuco:

akonadi: Depend on compiler:c++11-lib instead of compiler:c++11-lang.

With the 1.13.0 release just using a C++ compiler that accepts C++11 is not
enough, as some code uses initializer lists that do not work with base's
libstdc++.



 M  +1 -1  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] Akademy?

2014-08-13 Thread Adriaan de Groot
Which K-F peeps are going to Akademy in Brno this year?

[ade]
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [Bug 192644] New: [exp-run] Update CMake to 3.0.1.

2014-08-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192644

Bug ID: 192644
   Summary: [exp-run] Update CMake to 3.0.1.
   Product: Ports Tree
   Version: Latest
  Hardware: Any
OS: Any
Status: Needs Triage
  Severity: Affects Only Me
  Priority: ---
 Component: Individual Port(s)
  Assignee: port...@freebsd.org
  Reporter: rak...@freebsd.org
CC: k...@freebsd.org
 Flags: exp-run?

kde@ would like an exp-run for updating CMake to 3.0.1. The patch is available
at http://people.freebsd.org/~rakuco/exp-runs/cmake-3.0.1-v1.patch

Please run it on FreeBSD 8 in addition to whatever other release is normally
used for exp-runs, as this patch also covers bug 168671, which failed at the
time because some libraries in base were too old.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information