Perl Audio Converter

Audio Extractors/Converters by viron 80 comments

shows when right clicking a m4a but it works fine when called from command line. Pacpl context menu works correctly for mp3'a and wav's.

This is the fastest encoder I've found and the most versatile - thanks,

- Oct 27 2006
kavenc (formerly kvidenc)

Dolphin Service Menus by nemti 20 comments

gcc -g -O2 -o ffmpeg2theora ffmpeg2theora-ffmpeg2theora.o ffmpeg2theora-theorautils.o -L/usr/local/lib /usr/lib64/libtheora.so -lavformat -lavcodec -lz -ldts /usr/lib64/libmp3lame.so -lxvidcore -lx264 /usr/lib64/libfaac.so /usr/lib64/libfaad.so /usr/lib64/libvorbisenc.so -lavutil /usr/lib64/libvorbis.so -lm /usr/lib64/libogg.so
/usr/lib64/gcc/x86_64-suse-linux/4.1.0/../../../../x86_64-suse-linux/bin/ld: cannot find -ldts
collect2: ld returned 1 exit status


thanks, - Oct 23 2006
TorK

Network by hoganrobert 85 comments

extra qualification error tork.h line 91:
bool tork::connectedToTor(){return (client!=0) ? true : false;};

should be:
bool connectedToTor(){return (client!=0) ? true : false;};

at least on my set up
- Oct 18 2006
Cbar

Various KDE 1.-4. Improvements by klichota 23 comments

python-qt 3.5.4-2.24
python-kde-extensions 0.4.0-17
python 2.4.2-18
kdebindings3-python 3.5.4-2.24

there is no 'pykde' perse in SUSE, I assume Suse calls it kdebindings3-python

thanks, - Oct 14 2006
Cbar

Various KDE 1.-4. Improvements by klichota 23 comments

did you resolve it? as I've the same problem.

thanks, - Oct 13 2006
audiokonverter

Dolphin Service Menus by labrum 230 comments

this is what I use:
ffmpeg -i input.flv output.avi

to strip audio
ffmpeg -i input.flv output.flac

of course there's lot's of available options in ffmpeg but the above works

the flv's I get from youtube.com

thanks, - Sep 28 2006
Cbar

Various KDE 1.-4. Improvements by klichota 23 comments

of course not - I used the INSTALL file provided in the dl. You should add the correct install instructions on the kde-apps page and in the INSTALL file.

New error - issue with 64 bit?
/bin/sh ../../libtool --silent --tag=CXX --mode=link g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall
-W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wcha
r-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -
fexceptions -o libcbarlib.la -rpath /opt/kde3/lib64/kde3 -Wl,-export-dynamic -R /opt/kde3/lib64 -R /usr
/lib64/qt3/lib64 -R /usr/X11R6/lib64 -L/usr/X11R6/lib64 -L/usr/lib64/qt3/lib64 -L/opt/kde3/lib64 -L/usr/l
ib -avoid-version -module -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined -R /opt/kde3/lib64
-R /usr/lib64/qt3/lib64 -R /usr/X11R6/lib64 -module cbarlib.lo cbarprivate.lo -lqt-mt -lz -lpng -lz -l
m -lXext -lX11 -lSM -lICE -lpthread -lkdecore -lpython2.4 -lkio
/usr/lib/libfreetype.so: could not read symbols: File in wrong format
collect2: ld returned 1 exit status
make[3]: *** [libcbarlib.la] Error 1

- Sep 28 2006
Cbar

Various KDE 1.-4. Improvements by klichota 23 comments

I have am 1.9.6 but since I didn't modify Makfile.am it shouldn't matter - correct?

WARNING: `automake-1.7' is missing on your system. You should only need it if
you modified `Makefile.am', `acinclude.m4' or `configure.in'.
You might want to install the `Automake' and `Perl' packages.
Grab them from any GNU archive site.
cd . && perl admin/am_edit Makefile.in
cd . && rm -f configure
cd . && make -f admin/Makefile.common configure
make[1]: Entering directory `/home/george/MyTemp/cbar'
configure.in:39: error: possibly undefined macro: AM_INIT_AUTOMAKE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.in:44: error: possibly undefined macro: AM_CONFIG_HEADER

configure.in:57: error: possibly efined macro: AC_PATH_KDE
configure.in:62: error: possibly ndefined macro: AC_CHECK_KDEMAXPATHLEN
make[1]: *** [configure] Error 1
- Sep 28 2006
Tasty Menu

Various KDE 1.-4. Improvements by mart 499 comments

ok now, erased all files, removed rpm and restarted kde and it works as described - Sep 25 2006
Tasty Menu

Various KDE 1.-4. Improvements by mart 499 comments

whereas 6.0 didn't

the 'about' says 0.5.2

I don't see how to:
-command to clear the recently installed applications list
-Application categories cand be made collapsable and appear collapsed by default - Sep 25 2006
Tasty Menu

Various KDE 1.-4. Improvements by mart 499 comments


tastylistview.h:145: warning: unused parameter ‘column’
menuhandler.cpp: In member function ‘void MenuHandler::slotContextMenu(QListViewItem*, const QPoint&, int)
’:
menuhandler.cpp:1080: error: ‘KPopupMenu’ was not declared in this scope
menuhandler.cpp:1080: error: expected `;' before ‘menu’

thanks,

One comment, the program search function is very slow copmared to kmenu's - Sep 25 2006
Perl Audio Converter

Audio Extractors/Converters by viron 80 comments

All videos on youtube are flv (shockwave), you can use this site to dl the video http://javimoya.com/blog/youtube_en.php

an example would be http://videodownloader.net/get/?url=http://youtube.com/watch?v=rcQe-2_E1NY (remember to change extention to flv)

thanks, - Sep 22 2006
kavenc (formerly kvidenc)

Dolphin Service Menus by nemti 20 comments

Works!!

why no option to convert to avi, wmv, etc

thanks, - Sep 22 2006
kavenc (formerly kvidenc)

Dolphin Service Menus by nemti 20 comments

the cpu is 100% all the time, disk activity is 0, after a few minutes I just kill it

the tmp dir does not change
ls -l /tmp/kvidenc.*
/tmp/kvidenc.25089:
total 0

/tmp/kvidenc.25164:
total 0
- Sep 22 2006
audiokonverter

Dolphin Service Menus by labrum 230 comments

could you add flv as source so they can be converted to avi or so audio can be extracted from them

thanks, - Sep 22 2006
kavenc (formerly kvidenc)

Dolphin Service Menus by nemti 20 comments

when I run in terminal nothing is displayed, cpu just goes up to 100%.

have you considered adding option to extract audio from video? - Sep 22 2006
Perl Audio Converter

Audio Extractors/Converters by viron 80 comments

would it be possible to add?

thanks, - Sep 22 2006
kavenc (formerly kvidenc)

Dolphin Service Menus by nemti 20 comments

I installed it and when I tried converting something cpu went to 100% and the encoding status window never opened (also there was no disk activity). I tried converting wmv, mpg and flv all the same problem.

I only see the convert video menu not the extract audio (assuming it is part of this). If I had it would it extract audio from .flv?

thanks,

- Sep 22 2006
Package Wizard

Developers Apps by trisz 24 comments

Much, much better now under Suse 10.1 64bit using v 2.2

comments:
on 'define altenatives for qmake' all the help pop-ups say 'directory for extract'

on the 'make & make install' page the 'make install' line is not not fully displayed (missing bottom half)

Suggestions:
1) on 'checkinstall page' add a package viewer (rpm -ql package)
2) on 'checkinstall page' add a 'remove source directory button
3) on the 'configure' page there should be an option to view .log files
4) when exiting clear all fields used (other than default dir and package format)
5) button on last page to go back to page 1 and install another
6) a way to save settings like 'package format' other than editing the script

thanks, looks great
- Sep 20 2006
Package Wizard

Developers Apps by trisz 24 comments

fonts = URW chancery L 18 (so they're extremely diff. then the fonts I use in my regular account)

I'm running Suse 10.1 64bit

Other komander scripts that I use don't have the same widget error (dvdauthorwidget, konvenientSuse, kmpg2) though konvenientsuse did in it's first release. Have you considered using tabs?

I used to use the original and think it's great you've resurected it.

thanks, - Sep 15 2006
Package Wizard

Developers Apps by trisz 24 comments

every time I change screens (hit next button) I get the following:

Error in widget ExtractButton:
Unknown widget function: 'changeWidgetText'.

Also on first screen in the instructions box the last (at least I think it's the last) line only top half of text shows (reads 'in most of the cases ....'

And last there is no kmenu item added

thanks, - Sep 14 2006
Tasty Menu

Various KDE 1.-4. Improvements by mart 499 comments

1) would be my preference - just seems silly to have a button to open a window dialog. Shouldn't be an issue if properly identified.

2) could the hovering time in panel 2 to open the sub-menu be a user specified? Default feels a little long.

3) maybe also a button to expand/collapse all

4) I'd differ I think, can't really tell unless it's implemented

Other -
a) could you remove the word "menu" on the taskbar icon to save space

b) when windowed there's no minimize

c) currently it's crashing my taskbar and I can't restart the taskbar without restarting kde

d) this is a real nice enhancement to the std kde munu

thanks,
- Aug 01 2006
MPlayerThumbs

Video Apps by RockMan81 102 comments

It seems to have compiled ok but I have no idea how to find or start it. I did the config script and restarted konqueror but don't see anything. And it didn't show in plugins

thanks, - Jun 28 2006
KardsGT

Card by JadziaMD 46 comments

Do we play by different rules? Each 15 (there's 4) are worth 2 each for a total of 8 plus the pair of 6's (also worth 2 points) for a total of 10. I emailed you a shot of the program's count which shows 4 points given for the hand. - Jun 11 2006
KardsGT

Card by JadziaMD 46 comments

have a K,J,5,5 program shows 4 not 6 point

have 7,6,6,9,2, w/7 as turned card progam shows 4 (for 2 15's) - not the 10 it should

when displaying hand for counting can you highlight turned card and can you change the game display so the turned card doesn't look like it's in play. Also id who's crib it is maybe by positioning the crib next to the owner.

I'm unable to read the board and if the window goes full screen the game doesn't change.

I can't quit or close the game must
kill it

thanks, I always wanted a cribbage game - Jun 11 2006
Ts2Dvd

Video Apps by jancerny 47 comments

no, lang.conf contains 'en' but all text is in Chech - May 30 2006
Ts2Dvd

Video Apps by jancerny 47 comments

Since I don't develop I'm not sure what info you need but here's some:

qt-devel-4.1.2-2
qt3-devel-3.3.5-6
gcc-4.1.0-25

Is there a language file I might be missing? Has anyone else raised this problem?

I don't irc but if need be I will. - May 30 2006
Ts2Dvd

Video Apps by jancerny 47 comments

Still getting Chech after restart,

thanks, - May 30 2006
Ts2Dvd

Video Apps by jancerny 47 comments

Ccompiles but when I try to change language I get:

Zmena jazyka, kterou jste provedli, se projevi az pri dalsim spusteni programu. - May 29 2006
Ts2Dvd

Video Apps by jancerny 47 comments

Configure worked fine but it won't make.
Could you provide README file in English?

ts2dvd-0.3g/src # make
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde3/include -I/usr/lib64/qt3/include -I/usr/X11R6/include -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -a0 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-ats -fno-check-new -fno-common -MT ts2dvd.o -MD -MP -MF ".deps/ts2dvd.Tpo" \
-c -o ts2dvd.o `test -f 'ts2dvd.cpp' || echo './'`ts2dvd.cpp; \
then mv -f ".deps/ts2dvd.Tpo" ".deps/ts2dvd.Po"; \
else rm -f ".deps/ts2dvd.Tpo"; exit 1; \
fi
ts2dvd.cpp:693:2: warning: no newline at end of file
ts2dvd.cpp: In function ‘QString mencoderCmd(Ts2Dvd*, QString)’:
ts2dvd.cpp:78: error: unknown escape sequence: '\040'
ts2dvd.cpp:78: error: unknown escape sequence: '\040'
ts2dvd.cpp: In member function ‘QString Ts2Dvd::getFileName(int)’:
ts2dvd.cpp:136: warning: comparison between signed and unsigned integer expressions
ts2dvd.cpp: In member function ‘QString Ts2Dvd::getTempFileName(int)’:
ts2dvd.cpp:149: warning: comparison between signed and unsigned integer expressions
ts2dvd.cpp: In member function ‘QString Ts2Dvd::getTempXFileName(int)’:
ts2dvd.cpp:157: warning: comparison between signed and unsigned integer expressions
ts2dvd.cpp: In member function ‘virtual void Ts2Dvd::sloBreak()’:
ts2dvd.cpp:176: warning: format not a string literal and no format arguments
ts2dvd.cpp: In member function ‘virtual void Ts2Dvd::readFromStderr()’:
ts2dvd.cpp:205: warning: format not a string literal and no format arguments
ts2dvd.cpp: In member function ‘virtual void Ts2Dvd::readFromStdout()’:
ts2dvd.cpp:250: warning: unused variable ‘uprogres’
ts2dvd.cpp: In member function ‘virtual void Ts2Dvd::procesUkoncen()’:
ts2dvd.cpp:304: warning: format not a string literal and no format arguments
ts2dvd.cpp:316: warning: comparison between signed and unsigned integer expressions
ts2dvd.cpp:338: warning: comparison between signed and unsigned integer expressions
ts2dvd.cpp:361: warning: comparison between signed and unsigned integer expressions
ts2dvd.cpp: In member function ‘virtual void Ts2Dvd::spusteniHotovo()’:
ts2dvd.cpp:386: warning: format not a string literal and no format arguments
ts2dvd.cpp: In member function ‘virtual void Ts2Dvd::sloStart()’:
ts2dvd.cpp:422: warning: format not a string literal and no format arguments
ts2dvd.cpp: In member function ‘virtual void Ts2Dvd::sloSmazat()’:
ts2dvd.cpp:461: warning: comparison between signed and unsigned integer expressions
ts2dvd.cpp: At global scope:
ts2dvd.cpp:493: warning: unused parameter ‘item’
ts2dvd.cpp: In member function ‘virtual void Ts2Dvd::playUkazku()’:
ts2dvd.cpp:527: warning: format not a string literal and no format arguments
ts2dvd.cpp:530: warning: format not a string literal and no format arguments
ts2dvd.cpp: In member function ‘void Ts2Dvd::dvdAuthor()’:
ts2dvd.cpp:556: warning: comparison between signed and unsigned integer expressions
ts2dvd.cpp: In member function ‘void Ts2Dvd::deleteTempFiles()’:
ts2dvd.cpp:588: warning: comparison between signed and unsigned integer expressions
ts2dvd.cpp: In member function ‘void Ts2Dvd::startAuthoring()’:
ts2dvd.cpp:614: warning: format not a string literal and no format arguments
ts2dvd.cpp: At global scope:
ts2dvd.cpp:627: warning: unused parameter ‘polozka’
ts2dvd.cpp: In member function ‘void Ts2Dvd::titulky(int)’:
ts2dvd.cpp:666: warning: format not a string literal and no format arguments
make: *** [ts2dvd.o] Error 1
CIRCUS:/home/smiley/temp/ts2dvd-0.3g/src # - May 29 2006
QFrameCatcher

Video Apps by RaulE 26 comments

It may not be not quite what I wanted because I can't handle wmv files but I do have it working (I assume the 32bit hanldes wmv - correct)

What I did is install the 64bit devel rpm and the 64bit libraries and made qframecatcher, then I renamed them so that when I installed the 32 bit the 64bit files would would not be removed and after running make I renamed the 64bits to the original. So now I can play wmv files and run qframecatcher

Only problem so far is that the fonts in qframecatcher are very tiny. - May 13 2006
QFrameCatcher

Video Apps by RaulE 26 comments

Sorry, but some how the make command is forcing the return of -m64 and -/lib64

I've done as requested and yet still get: g++ -m64 -o qframecatcher main.o preferences.o filefunctions.o images.o preferencesd.o about.o gmain.o imageprinter.o imagefolder.o moc_preferencesd.o moc_about.o moc_gmain.o qrc_images.o -L/usr/lib64 -lxine -lQtGui -L/usr/lib64 -L/usr/X11R6/lib64 -lpng -lSM -lICE -lXi -lXrender -lXrandr -lXcursor -lXinerama -lfreetype -lfontconfig -lXext -lX11 -lQtCore -lz -lm -ldl -lpthread

Thanks for your time but if I'm the only one with this issue then you shouldn't spend the tiime on it - if these kind of things keep happening I'll go back to a full 32 bit or do a virtualization thing - May 13 2006
QFrameCatcher

Video Apps by RaulE 26 comments

smiley@CIRCUS:~/temp/qframecatcher/src> linux32 qmake
smiley@CIRCUS:~/temp/qframecatcher/src> linux32 make
< snip>
/usr/lib64/gcc/x86_64-suse-linux/4.1.0/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libxine.so when searching for -lxine
/usr/lib64/gcc/x86_64-suse-linux/4.1.0/../../../../x86_64-suse-linux/bin/ld: cannot find -lxine
collect2: ld returned 1 exit status
make: *** [qframecatcher] Error 1

thanks,
- May 12 2006
QFrameCatcher

Video Apps by RaulE 26 comments

Better but now I get /usr/lib64/gcc/x86_64-suse-linux/4.1.0/../../../../x86_64-suse-linux/bin/ld: cannot find -lxine

I think I have the all/most xine rpms loaded (see below), could problem be because all my xine rpms are 386 and the actual os is 64 bit? I use the 386 because the wmv codes are not available in 64 bit.

rpm -qa|grep xine
gxine-browser-plugin-0.5.6-0.pm.0
libxine1-devel-1.1.1-16.pm.0
gxine-0.5.6-0.pm.0
xine-ui-0.99.4cvs-20060423.pm.0
xine-lib-32bit-1.1.1-24
libxine1-sdl-1.1.1-16.pm.0
xinetd-2.3.14-12
libxine1-1.1.1-16.pm.0
amarok-xine-1.4.0_0.3c-2.guru.suse101
libxine1-dvb-1.1.1-16.pm.0
libxine1-directfb-1.1.1-16.pm.0


- May 12 2006
QFrameCatcher

Video Apps by RaulE 26 comments

smiley@CIRCUS:~/temp/qframecatcher/src> qmake
WARNING: Found potential symbol conflict of preferencesd.cpp (preferencesd.cpp) in SOURCES
WARNING: Found potential symbol conflict of preferencesd.h (preferencesd.h) in HEADERS
WARNING: Found potential symbol conflict of about.cpp (about.cpp) in SOURCES
WARNING: Found potential symbol conflict of about.h (about.h) in HEADERS
smiley@CIRCUS:~/temp/qframecatcher/src> make
Makefile:266: warning: overriding commands for target `moc_preferencesd.cpp'
Makefile:254: warning: ignoring old commands for target `moc_preferencesd.cpp'
Makefile:269: warning: overriding commands for target `moc_about.cpp'
Makefile:257: warning: ignoring old commands for target `moc_about.cpp'
/usr/lib/qt3/bin/uic main_form.ui -o main_form.h
uic: File generated with too recent version of Qt Designer (4.0 vs. 3.3.5)
make: *** [main_form.h] Error 1
- May 11 2006
Konverter

Video Converters by kraus 67 comments

How is is built? - May 09 2006
INFO: [mplex] mplex version 1.8.0 (2.2.4 $Date: 2005/08/28 17:50:54 $)
**ERROR: [mplex] Unable to open file /home/smiley/temp/Pilot.m2v for reading.


thanks, - Apr 14 2006
kmodemlights

Network by berberic 19 comments

compiled fine

thanks,
- Apr 12 2006
kmodemlights

Network by berberic 19 comments

actually I found out it is a compiler problem (I have gcc-4.1.0-10)

I had to change "KModemLightsDlg::KModemLightsDlg(KMode......" to just "KModemLightsDlg(KMode......" in kmodemlightsdlg.h


thanks,

- Apr 10 2006
kmodemlights

Network by berberic 19 comments

kmodemlightsdlg.h:42: error: extra qualification ‘KModemLightsDlg::’ on member ‘KModemLightsDlg’
make[2]: *** [kmodemlights.lo] Error 1
make[2]: Leaving directory `/home/smiley/temp/kmodemlights-0.8/kmodemlights'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/smiley/temp/kmodemlights-0.8'
make: *** [all] Error 2

thanks, - Apr 10 2006
KTorrent

Network by George666 199 comments

Though I can enable plugins I am not able to make the enabled plugins automatically enabled when Ktorrent launches.

Could the behavior be changed to make selected plugins automatically loaded at launch.

thanks, - Mar 09 2006
Tellico

Database by robby 164 comments

configure finds moc.
when I reran make I had the same error for tabcontrol.moc, kwidgetlister.moc,listview.moc, then I stopped.

the moc process is not working on my machine for some reason

thanks, - Jan 13 2006
Tellico

Database by robby 164 comments

datewidget.cpp:265:26: datewidget.moc: No such file or directory
make[2]: *** [datewidget.o] Error 1

thanks, - Jan 13 2006
Kim (Kde Image Menu)

Graphic Apps by cbouveyron 198 comments

kim adds 5 items to the 'action' menu list which seems a bit much for a single service menu addon. Maybe you could consider a single kim menu with sub menus - Dec 15 2005
Quanta Plus

Developers Apps by amantia 72 comments

thanks for the reply, it wasn't obvious to me as I was trying to open a url from within Quanta (which I quess is not doable)not Konqueror. Ancillary q - can I open a url from the command line (so to create a open button from within Firefox or Opera)? Or should I file a request?

thanks, - Dec 02 2005
Quanta Plus

Developers Apps by amantia 72 comments

a feature in NVU that I like is the ablility to open a 'web location' could this be added?

thanks, - Dec 01 2005
System Tray 2 (with icon hiding support)

Various KDE 1.-4. Improvements by Dgege 165 comments

Any chance for an update to resolve this?

thanks - Nov 25 2005
StreamTuned

Audio Apps by streamtuned 15 comments

compiling fftw-2.1.5 from source on Suse 9.3 fixed this probllem - Nov 12 2005
KSquirrel

Graphic Apps by CKulT 181 comments

where are the headers files coming from?
where are they supposed to be? - Nov 11 2005
KSquirrel

Graphic Apps by CKulT 181 comments

sq_filter.cpp:22:28: sq_imagefilter.h: No such file or directory
sq_filter.cpp:25:25: sq_selector.h: No such file or directory
sq_filter.cpp: In member function `virtual void SQ_Filter::startEditPrivate()':

thanks, - Nov 10 2005