[kde-freebsd] [Bug 208987] devel/qt5 missing audio plugins

2016-04-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208987

nulluse  changed:

   What|Removed |Added

 CC||i...@dressmaker.ca
   Severity|Affects Only Me |Affects Some People

-- 
You are receiving this mail because:
You are the assignee 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


[kde-freebsd] [Bug 208987] devel/qt5 missing audio plugins

2016-04-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208987

Bug ID: 208987
   Summary: devel/qt5 missing audio plugins
   Product: Ports & Packages
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: Individual Port(s)
  Assignee: k...@freebsd.org
  Reporter: i...@dressmaker.ca
  Assignee: k...@freebsd.org
 Flags: maintainer-feedback?(k...@freebsd.org)

When running a Qt5 application with QT_DEBUG_PLUGINS=1 argument, it dumps the
following diagnostics lines among others:

QFactoryLoader::QFactoryLoader() checking directory path
"/usr/local/lib/qt5/plugins/audio" ... // there is no audio directory
QFactoryLoader::QFactoryLoader() checking directory path
"/usr/home/user0/.kde4/lib/kde4/plugins/audio" ... // there is no .kde4/lib
QFactoryLoader::QFactoryLoader() checking directory path
"/usr/local/lib/kde4/plugins/audio" ... // also no audio directory

I was troubleshooting lack of sound output from the Qt program and made the
comments (// etc) about the missing folders after the messages.

It looks like the audio plugins are missing from the port installation. The Qt
team does not understand why all directories and their contents are missing.

-- 
You are receiving this mail because:
You are the assignee 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


[kde-freebsd] [SVN Commit] branches/qt-5.6/QT/misc

2016-04-22 Thread Tobias Berner
SVN commit 12416 by tcberner:

New port misc/qt5-doc \o/


This finally brings us documentaton inside qtcreator.


The port is not perfect, but... better than nothing :) and as no-one came
forward with a better idea, there is no reason to keep it from people.


For the normal Qt ports we use the "submodule" tar-balls. Unfortunately this
makes generating the documentation hard. So we opted to build the docs from
the "single" tarball -- this of course means, that one fetches Qt distfiles
twice [given the that most people will use the package and not build it
manually from the ports tree, this should not bee that big of an issue].

At the momement MAKE_JOBS_UNSAFE seems to be needed, which slows the build down
quite a lot znfortunately.

And as we have to use the '-developer-build' flag for configure, we cannot use
the install_docs target and have to manually copy the files.


Great thanks to Ralf Nolden who has been trying to get us to commit this for
at least the past 3 months.


Obtained from: Ralf Nolden 


 A qt5-doc (directory)  
 A qt5-doc/Makefile  
 A qt5-doc/distinfo  
 A qt5-doc/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/KDE/misc

2016-04-22 Thread Adriaan de Groot
SVN commit 12415 by adridg:

Remove deprecated translation packages; these have been deprecated in area51 
over a year, and aren't in official ports (can't tell if that's 'anymore' or 
'never were').

 D kde4-l10n-csb (directory)  
 D kde4-l10n-eo (directory)  
 D kde4-l10n-fy (directory)  
 D kde4-l10n-gu (directory)  
 D kde4-l10n-kn (directory)  
 D kde4-l10n-mai (directory)  
 D kde4-l10n-mk (directory)  
 D kde4-l10n-ml (directory)  
 D kde4-l10n-si (directory)  
 D kde4-l10n-tg (directory)  
 D kde4-l10n-th (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] QML hello.qml

2016-04-22 Thread Ralf Nolden
Am Freitag, 22. April 2016, 15:33:00 schrieb Matthias Apitz:

Hi Matthias,

if you like, I would encourage you to use qt 5.5.1 (which is currently in 
ports, you said you had 5.4.1) and to try out the 5.6 ports from area51, so we 
can see if things work there OK as well.

You'd be a welcome tester :)



> El día Friday, April 22, 2016 a las 03:15:39PM +0200, Adriaan de Groot 
escribió:
> > On Friday, April 22, 2016 03:07:24 PM Matthias Apitz wrote:
> > > With the example below the command
> > > 
> > > $ /usr/local/lib/qt5/bin/qmlscene hello.qml
> > > 
> > > gives only a grey box, but no text in it. What do I wrong?
> > 
> > A quick check on OpenSUSE 13.2 shows that the example code -- on Linux --
> > does display a grey rectangle and black text.
> > 
> > Matthias, on the off-chance that this is color-inheritance related, can
> > you add> 
> >  color: "green"
> > 
> > to the declaration of the Text object? You may also want to set font
> > properties, just in case the default font is misbehaving.
> 
> This did not make any diff. Then I run it with truss:
> 
> [guru@c720-r292778-amd64 ~/QML]$ truss -o tr /usr/local/lib/qt5/bin/qmlscene
> hello.qml [guru@c720-r292778-amd64 ~/QML]$ vim tr
> 
> and I saw that the proc was crawling for Spanish message files because
> my default LANG is es_ES.UTF-8; as I wild guess I fired up:
> 
> [guru@c720-r292778-amd64 ~/QML]$ LANG=C /usr/local/lib/qt5/bin/qmlscene
> hello.qml
> 
> and it works fine with this. Thanks
> 
>   matthias
> 
> > [ade] (who has no FreeBSD on hand just right now)
> 
> You should have a FreeBSD netbook Acer C720, like I do :-)

-- 
Kind regards,

Ralf Nolden

___
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] QML hello.qml

2016-04-22 Thread Matthias Apitz
El día Friday, April 22, 2016 a las 03:15:39PM +0200, Adriaan de Groot escribió:

> On Friday, April 22, 2016 03:07:24 PM Matthias Apitz wrote:
> > With the example below the command
> > 
> > $ /usr/local/lib/qt5/bin/qmlscene hello.qml
> > 
> > gives only a grey box, but no text in it. What do I wrong?
> 
> A quick check on OpenSUSE 13.2 shows that the example code -- on Linux -- 
> does 
> display a grey rectangle and black text.
> 
> Matthias, on the off-chance that this is color-inheritance related, can you 
> add
> 
>  color: "green"
> 
> to the declaration of the Text object? You may also want to set font 
> properties, just in case the default font is misbehaving.

This did not make any diff. Then I run it with truss:

[guru@c720-r292778-amd64 ~/QML]$ truss -o tr /usr/local/lib/qt5/bin/qmlscene 
hello.qml
[guru@c720-r292778-amd64 ~/QML]$ vim tr

and I saw that the proc was crawling for Spanish message files because
my default LANG is es_ES.UTF-8; as I wild guess I fired up:

[guru@c720-r292778-amd64 ~/QML]$ LANG=C /usr/local/lib/qt5/bin/qmlscene 
hello.qml

and it works fine with this. Thanks

matthias
> 
> [ade] (who has no FreeBSD on hand just right now)

You should have a FreeBSD netbook Acer C720, like I do :-)


-- 
Matthias Apitz, ✉ g...@unixarea.de, ⌂ http://www.unixarea.de/  ☎ 
+49-176-38902045
¡Dios querido denos otra vez los problemas de ayer, los que tuvimos en la RDA!
My Lord, give us back the problems of yesterday, those we have had in the GDR.
___
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] QML hello.qml

2016-04-22 Thread Adriaan de Groot
On Friday, April 22, 2016 03:07:24 PM Matthias Apitz wrote:
> With the example below the command
> 
> $ /usr/local/lib/qt5/bin/qmlscene hello.qml
> 
> gives only a grey box, but no text in it. What do I wrong?

A quick check on OpenSUSE 13.2 shows that the example code -- on Linux -- does 
display a grey rectangle and black text.

Matthias, on the off-chance that this is color-inheritance related, can you add

 color: "green"

to the declaration of the Text object? You may also want to set font 
properties, just in case the default font is misbehaving.

[ade] (who has no FreeBSD on hand just right now)
___
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] QML hello.qml

2016-04-22 Thread Matthias Apitz

Hello,

I'm doing first steps in QML and follow the tutorial. The system is
CURRENT on amd64 with qt5 from ports head: 

# pkg info | grep '^qt5-'
qt5-core-5.4.1_2   Qt core non-graphical module
qt5-dbus-5.4.1 Qt D-Bus inter-process communication module
qt5-gui-5.4.1_3Qt graphical user interface module
qt5-imageformats-5.4.1 Qt plugins for additional image formats
qt5-network-5.4.1  Qt network module
qt5-opengl-5.4.1   Qt 5-compatible OpenGL support module
qt5-printsupport-5.4.1 Qt print support module
qt5-qml-5.4.1  Qt QML and JavaScript language module
qt5-quick-5.4.1Qt declarative framework for dynamic user 
interfaces
qt5-sql-5.4.1  Qt SQL database integration module
qt5-svg-5.4.1  Qt SVG support module
qt5-testlib-5.4.1  Qt unit testing module
qt5-webkit-5.4.1_2 Qt WebKit implementation
qt5-widgets-5.4.1  Qt C++ widgets module
qt5-xml-5.4.1  Qt SAX and DOM implementations
qt5-xmlpatterns-5.4.1  Qt support for XPath, XQuery, XSLT and XML Schema

With the example below the command

$ /usr/local/lib/qt5/bin/qmlscene hello.qml

gives only a grey box, but no text in it. What do I wrong?
Thanks

matthias

// http://doc.qt.io/qt-5/qml-tutorial1.html
//

import QtQuick 2.0

Rectangle {
id: page
width: 320; height: 480
color: "lightgray"

Text {
id: helloText
text: "Hello world!"
y: 30
anchors.horizontalCenter: page.horizontalCenter
font.pointSize: 24; font.bold: true
}
}

-- 
Matthias Apitz, ✉ g...@unixarea.de, ⌂ http://www.unixarea.de/  ☎ 
+49-176-38902045
¡Dios querido denos otra vez los problemas de ayer, los que tuvimos en la RDA!
My Lord, give us back the problems of yesterday, those we have had in the GDR.
___
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

2016-04-22 Thread Tobias Berner
SVN commit 12414 by tcberner:

Consistently use ${.CURDIR:H} instead of ${.CURDIR}/..

 M  +1 -1  CALLIGRA/chinese/calligra-l10n-zh_CN/Makefile  
 M  +1 -1  CALLIGRA/chinese/calligra-l10n-zh_TW/Makefile  
 M  +1 -1  CALLIGRA/editors/calligra-l10n-bs/Makefile  
 M  +1 -1  CALLIGRA/editors/calligra-l10n-ca/Makefile  
 M  +1 -1  CALLIGRA/editors/calligra-l10n-ca_valencia/Makefile  
 M  +1 -1  CALLIGRA/editors/calligra-l10n-cs/Makefile  
 M  +1 -1  CALLIGRA/editors/calligra-l10n-da/Makefile  
 M  +1 -1  CALLIGRA/editors/calligra-l10n-el/Makefile  
 M  +1 -1  CALLIGRA/editors/calligra-l10n-en_GB/Makefile  
 M  +1 -1  CALLIGRA/editors/calligra-l10n-es/Makefile  
 M  +1 -1  CALLIGRA/editors/calligra-l10n-et/Makefile  
 M  +1 -1  CALLIGRA/editors/calligra-l10n-fi/Makefile  
 M  +1 -1  CALLIGRA/editors/calligra-l10n-gl/Makefile  
 M  +1 -1  CALLIGRA/editors/calligra-l10n-it/Makefile  
 M  +1 -1  CALLIGRA/editors/calligra-l10n-kk/Makefile  
 M  +1 -1  CALLIGRA/editors/calligra-l10n-nb/Makefile  
 M  +1 -1  CALLIGRA/editors/calligra-l10n-nl/Makefile  
 M  +1 -1  CALLIGRA/editors/calligra-l10n-sk/Makefile  
 M  +1 -1  CALLIGRA/editors/calligra-l10n-sv/Makefile  
 M  +1 -1  CALLIGRA/editors/calligra-l10n-tr/Makefile  
 M  +1 -1  CALLIGRA/french/calligra-l10n/Makefile  
 M  +1 -1  CALLIGRA/german/calligra-l10n/Makefile  
 M  +1 -1  CALLIGRA/hungarian/calligra-l10n/Makefile  
 M  +1 -1  CALLIGRA/japanese/calligra-l10n/Makefile  
 M  +1 -1  CALLIGRA/polish/calligra-l10n/Makefile  
 M  +1 -1  CALLIGRA/portuguese/calligra-l10n-pt_BR/Makefile  
 M  +1 -1  CALLIGRA/portuguese/calligra-l10n/Makefile  
 M  +1 -1  CALLIGRA/russian/calligra-l10n/Makefile  
 M  +1 -1  CALLIGRA/ukrainian/calligra-l10n/Makefile  
 M  +1 -1  KDE/arabic/kde4-l10n/Makefile  
 M  +1 -1  KDE/chinese/kde4-l10n-zh_CN/Makefile  
 M  +1 -1  KDE/chinese/kde4-l10n-zh_TW/Makefile  
 M  +1 -1  KDE/french/kde4-l10n/Makefile  
 M  +1 -1  KDE/german/kde4-l10n/Makefile  
 M  +1 -1  KDE/hebrew/kde4-l10n/Makefile  
 M  +1 -1  KDE/hungarian/kde4-l10n/Makefile  
 M  +1 -1  KDE/japanese/kde4-l10n/Makefile  
 M  +1 -1  KDE/korean/kde4-l10n/Makefile  
 M  +1 -1  KDE/polish/kde4-l10n/Makefile  
 M  +1 -1  KDE/portuguese/kde4-l10n-pt_BR/Makefile  
 M  +1 -1  KDE/portuguese/kde4-l10n/Makefile  
 M  +1 -1  KDE/russian/kde4-l10n/Makefile  
 M  +1 -1  KDE/sysutils/ksysguardd/Makefile  
 M  +1 -1  KDE/ukrainian/kde4-l10n/Makefile  
 M  +1 -1  KDE/vietnamese/kde4-l10n/Makefile  
 M  +1 -1  KDE/x11/plasma-scriptengine-python/Makefile  
 M  +1 -1  KDE/x11/plasma-scriptengine-ruby/Makefile  
 M  +4 -4  PORTS/graphics/digikam-kde4/Makefile.common  
 M  +1 -1  PORTS/net/libmediawiki/Makefile  
 M  +1 -1  QT/devel/qt4-corelib/Makefile  
 M  +1 -1  QT/x11-toolkits/qt4-gui/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/KDE

2016-04-22 Thread Tobias Berner
SVN commit 12413 by tcberner:

Fix distinfo file location

 M  +1 -1  devel/py-pykdeuic4/Makefile  
 M  +1 -1  editors/kate-plugin-pate/Makefile  
 M  +1 -1  x11/libkonq/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] kdelibs4/konqueror on current

2016-04-22 Thread Roger Marquis

Is anyone successfully running konqueror on current?  I've tried both
pkg and port and it load fine but all URLs return an "Improperly
Formatted URL" error.

Roger
___
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