bombono-dvd

Not in any repo. Even on zugaina. Anyone knows what happened with this app? I am desperate because i am using this app daily…as someone is using for example some office app.

thanks

Hi !

You can try to compile the software from sources : https://github.com/muravjov/bombono-dvd/releases
There are a Read-Me here : https://github.com/muravjov/bombono-dvd/blob/master/README

will try this thanks, but i don’t understand why v1.2.2 is removed from every repo that has it

i tried but i get error compiling

@
g** -o build/bin/bombono-dvd -pthread build/src/mgui/project/mconstructor-main.o build/src/mgui/dialog.o build/src/mgui/dvdimport.o build/src/mgui/execution.o build/src/mgui/ffviewer.o build/src/mgui/img-factory.o build/src/mgui/img_utils.o build/src/mgui/mcommon_vis.o build/src/mgui/menu-rgn.o build/src/mgui/mux.o build/src/mgui/prefs.o build/src/mgui/redivide.o build/src/mgui/stream_utils.o build/src/mgui/theme.o build/src/mgui/timer.o build/src/mgui/win_utils.o build/src/mgui/author/burn.o build/src/mgui/author/execute.o build/src/mgui/author/gb_devices.o build/src/mgui/author/indicator.o build/src/mgui/author/output.o build/src/mgui/author/render.o build/src/mgui/author/script.o build/src/mgui/editor/actions.o build/src/mgui/editor/bind.o build/src/mgui/editor/kit.o build/src/mgui/editor/region.o build/src/mgui/editor/render.o build/src/mgui/editor/select.o build/src/mgui/editor/text.o build/src/mgui/editor/tool.o build/src/mgui/editor/toolbar.o build/src/mgui/editor/txtool.o build/src/mgui/project/add.o build/src/mgui/project/browser.o build/src/mgui/project/mconstructor.o build/src/mgui/project/mb-actions.o build/src/mgui/project/media-browser.o build/src/mgui/project/menu-actions.o build/src/mgui/project/menu-browser.o build/src/mgui/project/menu-render.o build/src/mgui/project/serialize.o build/src/mgui/project/thumbnail.o build/src/mgui/project/video.o build/src/mgui/render/common.o build/src/mgui/render/rgba.o build/src/mgui/sdk/browser.o build/src/mgui/sdk/dndtreeview.o build/src/mgui/sdk/entry.o build/src/mgui/sdk/gnc-gtk-utils.o build/src/mgui/sdk/cairo_utils.o build/src/mgui/sdk/clearlooks.o build/src/mgui/sdk/menu.o build/src/mgui/sdk/player_utils.o build/src/mgui/sdk/textview.o build/src/mgui/sdk/widget.o build/src/mgui/sdk/window.o build/src/mgui/sdk/libgnome/gnome-util.o build/src/mgui/timeline/layout.o build/src/mgui/timeline/layout-draw.o build/src/mgui/timeline/monitor.o build/src/mgui/timeline/mviewer.o build/src/mgui/timeline/select.o build/src/mgui/timeline/service.o -Lbuild/lib -lMdBase -lMdDemuxer -lMdLib -lboost_filesystem -lboost_system -lboost_regex -lasl_dev -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 -lxml**-2.6 -lxml2 -ldvdread -lavformat -lavcodec -lswscale -lavutil -lgtkmm-2.4 -latkmm-1.6 -lgdkmm-2.4 -lgiomm-2.4 -lpangomm-1.4 -lcairomm-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype
build/src/mgui/author/script.o: In function `Project::RunSpumux(std::string const&, std::string const&, std::string const&, int, char const*)’:
script.cpp:(.text+0x5fcd): undefined reference to `boost::filesystem::detail::copy_file(boost::filesystem::path const&, boost::filesystem::path const&, boost::filesystem::copy_option, boost::system::error_code*)’
build/src/mgui/author/script.o: In function `Project::AuthorImpl(std::string const&)’:
script.cpp:(.text+0xcbd0): undefined reference to `boost::filesystem::detail::copy_file(boost::filesystem::path const&, boost::filesystem::path const&, boost::filesystem::copy_option, boost::system::error_code*)’
collect2: greška: ld returned 1 exit status
scons: ***** [build/bin/bombono-dvd] Error 1
scons: building terminated because of errors.
@

any idea how to solve this? boost libs installed are v1.56…idk if this is the problem or not.

thanks

compile ok when i used http://stackoverflow.com/questions/15634114/cant-link-program-using-boost-filesystem/17988317#17988317

ok so this problem is solved but another one is born :smiley: bombono-dvd uses genisoimage for generating iso file. genisoimage is provided by cdrkit package. cdrkit package can be installed only when cdrtools package is removed. so far so good. bombono works ok. but cl-update now won’t update because i removed cdrtools (and i think it is masked). now my question is…from where i should remove (cl world file?) cdrtools so cl-update can update system?

thanks