|
2010-01-06
, 11:07
|
|
Posts: 148 |
Thanked: 484 times |
Joined on Nov 2008
|
#82
|
Thanks, by looking at your example, I finally got Phonon working in Windows. However, when I do the package and try to install it to my N900, I get the following dependency problem:
Package libqt4-phonon is not installed
Should I include this in the Debian package and how?
The Following User Says Thank You to tekojo For This Useful Post: | ||
|
2010-01-07
, 11:55
|
|
Posts: 122 |
Thanked: 135 times |
Joined on Dec 2009
@ Helsinki
|
#83
|
Yes, I didn't do includes or the packaging properly And I'm not good at it, maybe someone else around here can answer that.
I got the library on device by manually apt-getting it. Good for testing, but not for real.
The Following User Says Thank You to too For This Useful Post: | ||
|
2010-01-07
, 12:07
|
|
Posts: 122 |
Thanked: 135 times |
Joined on Dec 2009
@ Helsinki
|
#84
|
Hello,
I love MADDE...!
I made my first Qt hello world app and tried to install from App Manager with local file browsing. It didn't install.
Then I used the terminal and install went okay. I can start the application from command line from terminal. But my application's icon is not appearing in menu.
Is there something more I need to add in my project to make the icon visible in N900's menu?
Sorry if its very basic question, I'm new to Linux development
// chall3ng3r //
|
2010-01-08
, 16:18
|
Posts: 434 |
Thanked: 325 times |
Joined on Sep 2009
|
#85
|
The Following User Says Thank You to Sasler For This Useful Post: | ||
|
2010-01-09
, 00:26
|
Posts: 43 |
Thanked: 17 times |
Joined on Dec 2009
|
#86
|
|
2010-01-09
, 00:33
|
Posts: 90 |
Thanked: 48 times |
Joined on Dec 2009
@ Montpellier, France
|
#87
|
The Following User Says Thank You to ravioli156 For This Useful Post: | ||
|
2010-01-09
, 00:47
|
Posts: 43 |
Thanked: 17 times |
Joined on Dec 2009
|
#88
|
|
2010-01-10
, 09:52
|
Posts: 434 |
Thanked: 325 times |
Joined on Sep 2009
|
#89
|
mad dpkg-depcheck -m dpkg-buildpackage -rfakeroot -b
TMP="/var/tmp" TEMP="/var/tmp" DEBIAN_FRONTEND="noninteractive" DEBIAN_PRIORITY="critical" DEB_BUILD_OPTIONS="parallel=4" TMPDIR="/var/tmp" dpkg-buildpackage: source package is countdowntimer dpkg-buildpackage: source version is 0.3-1 dpkg-buildpackage: host architecture armel dpkg-buildpackage: source version without epoch 0.3-1 : Using Scratchbox tools to satisfy builddeps fakeroot debian/rules clean dh_testdir dh_testroot rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. /scratchbox/tools/bin/make clean make[1]: Entering directory `/home/builder1/maemo-fremantle-armel-extras-devel/work/countdowntimer-0.3' make[1]: *** No rule to make target `../../../sysroots/fremantle-qt-arm-sysroot-0942/usr/share/qt4/mkspecs/default/qmake.conf', needed by `Makefile'. Stop. make[1]: Leaving directory `/home/builder1/maemo-fremantle-armel-extras-devel/work/countdowntimer-0.3' make: *** [clean] Error 2
|
2010-01-11
, 10:00
|
|
Posts: 122 |
Thanked: 135 times |
Joined on Dec 2009
@ Helsinki
|
#90
|
I'm trying to use the following command to check the dependencies:
But there doesn't seem to be the dpkg-depcheck in MADDE. How should I check the dependencies in it?Code:mad dpkg-depcheck -m dpkg-buildpackage -rfakeroot -b
My problem is that I'm trying to send an app to Extras, but the autobuilder fails. I think it has something to do with incorrect Build-Depends in debian/control. This is the FAILED log:
Here is are the all the logs and the source.Code:TMP="/var/tmp" TEMP="/var/tmp" DEBIAN_FRONTEND="noninteractive" DEBIAN_PRIORITY="critical" DEB_BUILD_OPTIONS="parallel=4" TMPDIR="/var/tmp" dpkg-buildpackage: source package is countdowntimer dpkg-buildpackage: source version is 0.3-1 dpkg-buildpackage: host architecture armel dpkg-buildpackage: source version without epoch 0.3-1 : Using Scratchbox tools to satisfy builddeps fakeroot debian/rules clean dh_testdir dh_testroot rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. /scratchbox/tools/bin/make clean make[1]: Entering directory `/home/builder1/maemo-fremantle-armel-extras-devel/work/countdowntimer-0.3' make[1]: *** No rule to make target `../../../sysroots/fremantle-qt-arm-sysroot-0942/usr/share/qt4/mkspecs/default/qmake.conf', needed by `Makefile'. Stop. make[1]: Leaving directory `/home/builder1/maemo-fremantle-armel-extras-devel/work/countdowntimer-0.3' make: *** [clean] Error 2
configure: configure-stamp configure-stamp: dh_testdir # Add here commands to configure the package. qmake touch configure-stamp
Package libqt4-phonon is not installed
Should I include this in the Debian package and how?