Registered Member
|
@MishGUN - Thanks for the info. I was going to try and do an install on my wife's macbook and might just wait until it gets easier - and I don't want to mess it up. I've got a nicely working version on an ubuntu desktop for now.
|
Registered Member
|
[b][quote]Drewcd wrote:
I'm a massive noob to stuff like this... and I'm having this error: ---> Computing dependencies for kdenlive ---> Verifying checksum(s) for oxygen-icons Error: Checksum (md5) mismatch for oxygen-icons-4.3.5.tar.bz2 Error: Checksum (sha1) mismatch for oxygen-icons-4.3.5.tar.bz2 Error: Checksum (rmd160) mismatch for oxygen-icons-4.3.5.tar.bz2 Error: Target org.macports.checksum returned: Unable to verify file checksums Error: The following dependencies failed to build: kdebase4-runtime oxygen-icons.....etc[/quote][/b] My understanding is the Checksum Errors in the error message mean that the data you downloaded has not downloaded correctly, there is an error in the download. Delete it and try and download it again to try and get an accurate download. |
Registered Member
|
find /opt/local/var/macports -name oxygen-icons-4.3.5.tar.bz2 -delete
|
Registered Member
|
I have a problem building kdelibs4, so I can't install kdenlive on my macbook with Snow Leopard... I have reported this problem in this macports ticket:
http://trac.macports.org/ticket/23543 Is there anyone who know something about this strange thing? Thanks to all! Bya bye, Matteo |
Registered Member
|
With 4.4.0_0 version I have no longer problems compiling kdelibs4.
Now the installation of kdenlive stops at kdenlive configuring... this is the output: Configuring kdenlive Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_mports_trunk_dports_multimedia_kdenlive/work/build" && cmake -DCMAKE_INSTALL_PREFIX=/opt/local -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_COLOR_MAKEFILE=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON -DCMAKE_SYSTEM_PREFIX_PATH="/opt/local;/usr" -DQT_QMAKE_EXECUTABLE=/opt/local/libexec/qt4-mac/bin/qmake -Wno-dev -DBUILD_doc=OFF -DBUILD_SHARED_LIBS=ON -DBUNDLE_INSTALL_DIR=/Applications/MacPorts/KDE4 -DPHONON_INCLUDE_DIR=/opt/local/libexec/qt4-mac/include -DPHONON_LIBRARY=/opt/local/libexec/qt4-mac/lib/phonon.framework/phonon -DQT_QMAKE_EXECUTABLE=/opt/local/libexec/qt4-mac/bin/qmake -DKDE_DISTRIBUTION_TEXT="MacPorts/Mac OS X" ../kdenlive-0.7.6 -DNO_JOGSHUTTLE=1 -DCMAKE_OSX_ARCHITECTURES="x86_64" " returned error 1 Command output: -- Found Qt-Version 4.6.1 (using /opt/local/libexec/qt4-mac/bin/qmake) -- Phonon Version: 4.3.1 -- Found KDE 4.4 include dir: /opt/local/include -- Found KDE 4.4 library dir: /opt/local/lib -- Found the KDE4 kconfig_compiler preprocessor: /opt/local/bin/kconfig_compiler -- Found automoc4: /opt/local/bin/automoc4 -- Found MLT INSTALL PATH: /opt/local -- Found MLT INCLUDES: /opt/local/include/mlt -- Found MLT LIBR: /opt/local/lib/libmlt.dylib -- Found MLT++ INCLUDES: /opt/local/include -- Found MLT++ LIBR: /opt/local/lib/libmlt++.dylib -- Found MLT library: /opt/local/lib/libmlt.dylib -- Found msgfmt: /opt/local/bin/msgfmt CMake Error at /opt/local/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:70 (MESSAGE): Could NOT find Nepomuk (missing: NEPOMUK_LIBRARIES NEPOMUK_INCLUDE_DIR) Call Stack (most recent call first): /opt/local/share/apps/cmake/modules/FindNepomuk.cmake:69 (find_package_handle_standard_args) src/CMakeLists.txt:4 (find_package) -- Configuring incomplete, errors occurred! Error: Status 1 encountered during processing. I've attached too a log file of the port -d command. Any idea? Thanks, Matteo |
Registered Member
|
For this error the solution is to open the libx264.c (search it with spotlight, it's located in work/libavcodec/ directory) and substitute "b_bframe_pyramid" at row 190 with "i_bframe_pyramid"; then retry to compile and it works!
The only other error I found on Snow Leopard was when I tried to compile opencv: it needs (from portfile) ffmpeg, but for kdenlive is needed ffmpeg-devel; so it tries to install ffmpeg, but it can't activate, because ffmpeg-devel is in conflict. My solution was to substitute "ffmpeg" in opencv portfile with "ffmpeg-devel". With these changes I could compile kdenlive on my MacBook with Snow Leopard! Instead, I can't compile opencv on my Powermac G5 Quad (PPC) with Leopard 10.5.8... the output is the following: ---> Building opencv Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_opencv/work/OpenCV-2.0.0" && /usr/bin/make -j4 all " returned error 2 Command output: libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -I../3rdparty/include -DNDEBUG -I../3rdparty/flann -I../3rdparty/flann/algorithms -I../3rdparty/flann/nn -I../3rdparty/flann/util -I/opt/local/include -O3 -falign-loops-max-skip=15 -falign-jumps-max-skip=15 -falign-loops=16 -falign-jumps=16 -falign-functions=16 -ffast-math -fstrict-aliasing -funroll-loops -ftree-loop-linear -ftree-loop-memset -mcpu=G4 -mpowerpc-gpopt -mtune=G5 -fsched-interblock -fgcse-sm -g -O2 -arch ppc -O2 -arch ppc -MT dlasdq.lo -MD -MP -MF .deps/dlasdq.Tpo -c lapack/dlasdq.c -fno-common -DPIC -o .libs/dlasdq.o mv -f .deps/dlasd4.Tpo .deps/dlasd4.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -I../3rdparty/include -DNDEBUG -I../3rdparty/flann -I../3rdparty/flann/algorithms -I../3rdparty/flann/nn -I../3rdparty/flann/util -I/opt/local/include -O3 -falign-loops-max-skip=15 -falign-jumps-max-skip=15 -falign-loops=16 -falign-jumps=16 -falign-functions=16 -ffast-math -fstrict-aliasing -funroll-loops -ftree-loop-linear -ftree-loop-memset -mcpu=G4 -mpowerpc-gpopt -mtune=G5 -fsched-interblock -fgcse-sm -g -O2 -arch ppc -O2 -arch ppc -MT dlasq1.lo -MD -MP -MF .deps/dlasq1.Tpo -c -o dlasq1.lo `test -f 'lapack/dlasq1.c' || echo './'`lapack/dlasq1.c libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -I../3rdparty/include -DNDEBUG -I../3rdparty/flann -I../3rdparty/flann/algorithms -I../3rdparty/flann/nn -I../3rdparty/flann/util -I/opt/local/include -O3 -falign-loops-max-skip=15 -falign-jumps-max-skip=15 -falign-loops=16 -falign-jumps=16 -falign-functions=16 -ffast-math -fstrict-aliasing -funroll-loops -ftree-loop-linear -ftree-loop-memset -mcpu=G4 -mpowerpc-gpopt -mtune=G5 -fsched-interblock -fgcse-sm -g -O2 -arch ppc -O2 -arch ppc -MT dlasdt.lo -MD -MP -MF .deps/dlasdt.Tpo -c lapack/dlasdt.c -fno-common -DPIC -o .libs/dlasdt.o libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -I../3rdparty/include -DNDEBUG -I../3rdparty/flann -I../3rdparty/flann/algorithms -I../3rdparty/flann/nn -I../3rdparty/flann/util -I/opt/local/include -O3 -falign-loops-max-skip=15 -falign-jumps-max-skip=15 -falign-loops=16 -falign-jumps=16 -falign-functions=16 -ffast-math -fstrict-aliasing -funroll-loops -ftree-loop-linear -ftree-loop-memset -mcpu=G4 -mpowerpc-gpopt -mtune=G5 -fsched-interblock -fgcse-sm -g -O2 -arch ppc -O2 -arch ppc -MT dlaset.lo -MD -MP -MF .deps/dlaset.Tpo -c lapack/dlaset.c -fno-common -DPIC -o .libs/dlaset.o libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -I../3rdparty/include -DNDEBUG -I../3rdparty/flann -I../3rdparty/flann/algorithms -I../3rdparty/flann/nn -I../3rdparty/flann/util -I/opt/local/include -O3 -falign-loops-max-skip=15 -falign-jumps-max-skip=15 -falign-loops=16 -falign-jumps=16 -falign-functions=16 -ffast-math -fstrict-aliasing -funroll-loops -ftree-loop-linear -ftree-loop-memset -mcpu=G4 -mpowerpc-gpopt -mtune=G5 -fsched-interblock -fgcse-sm -g -O2 -arch ppc -O2 -arch ppc -MT dlasq1.lo -MD -MP -MF .deps/dlasq1.Tpo -c lapack/dlasq1.c -fno-common -DPIC -o .libs/dlasq1.o mv -f .deps/dlasdt.Tpo .deps/dlasdt.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -I../3rdparty/include -DNDEBUG -I../3rdparty/flann -I../3rdparty/flann/algorithms -I../3rdparty/flann/nn -I../3rdparty/flann/util -I/opt/local/include -O3 -falign-loops-max-skip=15 -falign-jumps-max-skip=15 -falign-loops=16 -falign-jumps=16 -falign-functions=16 -ffast-math -fstrict-aliasing -funroll-loops -ftree-loop-linear -ftree-loop-memset -mcpu=G4 -mpowerpc-gpopt -mtune=G5 -fsched-interblock -fgcse-sm -g -O2 -arch ppc -O2 -arch ppc -MT dlasq2.lo -MD -MP -MF .deps/dlasq2.Tpo -c -o dlasq2.lo `test -f 'lapack/dlasq2.c' || echo './'`lapack/dlasq2.c mv -f .deps/dlasdq.Tpo .deps/dlasdq.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -I../3rdparty/include -DNDEBUG -I../3rdparty/flann -I../3rdparty/flann/algorithms -I../3rdparty/flann/nn -I../3rdparty/flann/util -I/opt/local/include -O3 -falign-loops-max-skip=15 -falign-jumps-max-skip=15 -falign-loops=16 -falign-jumps=16 -falign-functions=16 -ffast-math -fstrict-aliasing -funroll-loops -ftree-loop-linear -ftree-loop-memset -mcpu=G4 -mpowerpc-gpopt -mtune=G5 -fsched-interblock -fgcse-sm -g -O2 -arch ppc -O2 -arch ppc -MT dlasq3.lo -MD -MP -MF .deps/dlasq3.Tpo -c -o dlasq3.lo `test -f 'lapack/dlasq3.c' || echo './'`lapack/dlasq3.c mv -f .deps/dlaset.Tpo .deps/dlaset.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -I../3rdparty/include -DNDEBUG -I../3rdparty/flann -I../3rdparty/flann/algorithms -I../3rdparty/flann/nn -I../3rdparty/flann/util -I/opt/local/include -O3 -falign-loops-max-skip=15 -falign-jumps-max-skip=15 -falign-loops=16 -falign-jumps=16 -falign-functions=16 -ffast-math -fstrict-aliasing -funroll-loops -ftree-loop-linear -ftree-loop-memset -mcpu=G4 -mpowerpc-gpopt -mtune=G5 -fsched-interblock -fgcse-sm -g -O2 -arch ppc -O2 -arch ppc -MT dlasq4.lo -MD -MP -MF .deps/dlasq4.Tpo -c -o dlasq4.lo `test -f 'lapack/dlasq4.c' || echo './'`lapack/dlasq4.c libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -I../3rdparty/include -DNDEBUG -I../3rdparty/flann -I../3rdparty/flann/algorithms -I../3rdparty/flann/nn -I../3rdparty/flann/util -I/opt/local/include -O3 -falign-loops-max-skip=15 -falign-jumps-max-skip=15 -falign-loops=16 -falign-jumps=16 -falign-functions=16 -ffast-math -fstrict-aliasing -funroll-loops -ftree-loop-linear -ftree-loop-memset -mcpu=G4 -mpowerpc-gpopt -mtune=G5 -fsched-interblock -fgcse-sm -g -O2 -arch ppc -O2 -arch ppc -MT dlasq2.lo -MD -MP -MF .deps/dlasq2.Tpo -c lapack/dlasq2.c -fno-common -DPIC -o .libs/dlasq2.o mv -f .deps/dlasq1.Tpo .deps/dlasq1.Plo /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -I../3rdparty/include -DNDEBUG -I../3rdparty/flann -I../3rdparty/flann/algorithms -I../3rdparty/flann/nn -I../3rdparty/flann/util -I/opt/local/include -O3 -falign-loops-max-skip=15 -falign-jumps-max-skip=15 -falign-loops=16 -falign-jumps=16 -falign-functions=16 -ffast-math -fstrict-aliasing -funroll-loops -ftree-loop-linear -ftree-loop-memset -mcpu=G4 -mpowerpc-gpopt -mtune=G5 -fsched-interblock -fgcse-sm -g -O2 -arch ppc -O2 -arch ppc -MT dlasq5.lo -MD -MP -MF .deps/dlasq5.Tpo -c -o dlasq5.lo `test -f 'lapack/dlasq5.c' || echo './'`lapack/dlasq5.c libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -I../3rdparty/include -DNDEBUG -I../3rdparty/flann -I../3rdparty/flann/algorithms -I../3rdparty/flann/nn -I../3rdparty/flann/util -I/opt/local/include -O3 -falign-loops-max-skip=15 -falign-jumps-max-skip=15 -falign-loops=16 -falign-jumps=16 -falign-functions=16 -ffast-math -fstrict-aliasing -funroll-loops -ftree-loop-linear -ftree-loop-memset -mcpu=G4 -mpowerpc-gpopt -mtune=G5 -fsched-interblock -fgcse-sm -g -O2 -arch ppc -O2 -arch ppc -MT dlasq3.lo -MD -MP -MF .deps/dlasq3.Tpo -c lapack/dlasq3.c -fno-common -DPIC -o .libs/dlasq3.o libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -I../3rdparty/include -DNDEBUG -I../3rdparty/flann -I../3rdparty/flann/algorithms -I../3rdparty/flann/nn -I../3rdparty/flann/util -I/opt/local/include -O3 -falign-loops-max-skip=15 -falign-jumps-max-skip=15 -falign-loops=16 -falign-jumps=16 -falign-functions=16 -ffast-math -fstrict-aliasing -funroll-loops -ftree-loop-linear -ftree-loop-memset -mcpu=G4 -mpowerpc-gpopt -mtune=G5 -fsched-interblock -fgcse-sm -g -O2 -arch ppc -O2 -arch ppc -MT dlasq4.lo -MD -MP -MF .deps/dlasq4.Tpo -c lapack/dlasq4.c -fno-common -DPIC -o .libs/dlasq4.o libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -I../3rdparty/include -DNDEBUG -I../3rdparty/flann -I../3rdparty/flann/algorithms -I../3rdparty/flann/nn -I../3rdparty/flann/util -I/opt/local/include -O3 -falign-loops-max-skip=15 -falign-jumps-max-skip=15 -falign-loops=16 -falign-jumps=16 -falign-functions=16 -ffast-math -fstrict-aliasing -funroll-loops -ftree-loop-linear -ftree-loop-memset -mcpu=G4 -mpowerpc-gpopt -mtune=G5 -fsched-interblock -fgcse-sm -g -O2 -arch ppc -O2 -arch ppc -MT dlasq5.lo -MD -MP -MF .deps/dlasq5.Tpo -c lapack/dlasq5.c -fno-common -DPIC -o .libs/dlasq5.o lapack/dlasq2.c: In function 'dlasq2_': lapack/dlasq2.c:13: internal compiler error: in memset_analyze_data_refs, at tree-ssa-loop-memset.c:138 Please submit a full bug report, with preprocessed source if appropriate. See make[2]: *** [dlasq2.lo] Error 1 make[2]: *** Waiting for unfinished jobs.... mv -f .deps/dlasq3.Tpo .deps/dlasq3.Plo mv -f .deps/dlasq5.Tpo .deps/dlasq5.Plo mv -f .deps/dlasq4.Tpo .deps/dlasq4.Plo make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Now on this error I'm blocked... have you any idea to solve it? Bye bye, Matteo |
Registered Member
|
My previous reply was in relation with tntb post... for mtszymanski: you could try to deactivate ffmpeg with
sudo port deactivate ffmpeg Matteo |
Registered Member
|
Hi all, this is my experience:
1) MacBook White Intel - Snow Leopard 10.6.3: installation ok, only a problem with ffmpeg-devel (solved substituting "b_bframe_pyramid" ocurrencies to "i_bframe_pyramid" on libx264.c); it runs without problems and it is fully functional, BUT when I add a transition between 2 tracks it is unable to render the transition (dissolve in that case) in realtime; with effects no problems, also using 6/7 effects a time. So the ONLY problem is with transitions. 2) PowerMac G5 Quad PPC - Leopard 10.5.8: a couple of problems during installation: first, the same problem with ffmpeg-devel I had on the MacBook; second, a problem compiling opencv: I wasn't able to solve in macports, so I compiled opencv from sources using cmake and removed opencv dependancies from frei0r-plugins portfile. So, I could install kdenlive and it runs normally, but there are many problems using it: a) the colours of the clips are totally distorted; b) the audio of the clips is played only as a continuos buzz; c) the controls don't respond to my commands after clicking play on the project monitor (or hitting space), I have to wait the end of the timeline; d) it is very unstable and it crashes often. So on powermac it is substantially unusable. Matteo |
Registered Member
|
Is it important to play the transition in realtime, or is it just to compare the speed with filter effects? It should render to file OK, no?
Maybe the transition speed is related to the seeking speed on the format of your source clips. H.264 generally is slower especially AVCHD. |
Registered Member
|
Hi @all,
I've installed Kdenlive. It starts, and I am able to drag some videos into the project and play them - but overall, kdenlive runs really buggy. While playing a clip I can't pause it, and if the clip is too long, kdenlive stops working and freezes. Creating a new project leads to the same problem.... hanging, freezing Clip: (Apple Foto - JPEG, 848QTKitMultiplicationSignWithSpaces480, 16,7 Mill. 8 Bit Vorzeichenlose Ganzzahl, Mono, 8,000 kHz) Is it possible that I missed something to chown or something during installation or is kdenlive that buggy on macosx 10.5.8 ?? After installation I did: sudo chown my_name:opt/local/Library/LaunchAgents/org.freedektop.dbus-session.plist launchctl load -w /Library/LaunchAgents/org.freedesktop.dbus-session.plist To start kdenlive I do: open -a kdeinit4 open -a kdenlive (Macbook 2.4GHZ 4GB RAM) |
Registered Member
|
i saw this also (hang, freeze, cannot stop after play).
looks like a memory leak, since it is growing always. but it looks, like the melt/sdl combination under mac osx seems to have also memory problems (message in melt: 2010-05-18 12:37:28.262 melt[18322:9a27] *** __NSAutoreleaseNoPool(): Object 0x1001f7ef0 of class NSWindowGraphicsContext autoreleased with no pool in place - just leaking ) a little patch to reduce some memory copy a patch (but does not solve the problem): diff --git a/src/videoglwidget.cpp b/src/videoglwidget.cpp index 36eec01..7bd4ee2 100644 --- a/src/videoglwidget.cpp +++ b/src/videoglwidget.cpp @@ -93,7 +93,7 @@ void VideoGLWidget::paintGL() } } -void VideoGLWidget::showImage(QImage image) +void VideoGLWidget::showImage(const QImage& image) { m_image_width = image.width(); m_image_height = image.height(); diff --git a/src/videoglwidget.h b/src/videoglwidget.h index 9b089da..92f808b 100644 --- a/src/videoglwidget.h +++ b/src/videoglwidget.h @@ -29,7 +29,7 @@ private: QColor m_backgroundColor; public slots: - void showImage(QImage image); + void showImage(const QImage& image); protected: void initializeGL(); |
Registered Member
|
you did nothing wrong, either you network was down or the ffmpeg svn server.
try again later and it will build. i installed it also with macport (ad had the same issues sometimes, no 100% online of the svn serveres is part of the game) or you are behind a proxy ? |
Registered Member
|
you still have network problems (proxy?).
DEBUG: Executing proc-pre-org.macports.fetch-fetch-0 DEBUG: Executing org.macports.fetch (ffmpeg-devel) svn: Kann nicht mit Host »svn.ffmpeg.org« verbinden: Connection refused Error: Target org.macports.fetch returned: shell command "svn co -r22866 --ignore-externals svn://svn.ffmpeg.org/ffmpeg/trunk /opt/local/var/macports/distfiles/ffmpeg-devel/22866/trunk" returned error 1 if you can execute svn co -r22866 --ignore-externals svn://svn.ffmpeg.org/ffmpeg/trunk it will work, else not. you can clean after installation the source/and compile and it will took not so much space anymore |
Registered Member
|
i commited last in svn, that nepomuk is now optional.
update should help (if you use mac-ports, you must patch by hand, or wait for the next release). i found also the reason, why the stop button will not stop the video: the videogl widget takes 80-130 ms to draw a frame (much too long) , and this will stack too much frames (2.4 Ghz Dual Core Intel. 10.6.3). i'll try to find out how to fix that |
Registered Member
|
you should find it under /Application/MacPorts/KDE4/kdenlive.app
did find "ps ax |grep kd"e or "ps ax|grep dbus" find anything (else the plist files were not loaded and running. |
Registered users: Bing [Bot], Google [Bot], lockheed, Sogou [Bot]