Package Details: bombono-dvd 1.2.4-9

Git Clone URL: https://aur.archlinux.org/bombono-dvd.git (read-only, click to copy)
Package Base: bombono-dvd
Description: DVD authoring program with nice and clean GUI
Upstream URL: https://bombono.com/
Licenses: GPL
Conflicts: bombono-dvd-git
Submitter: sirocco
Maintainer: None
Last Packager: sbmomeni
Votes: 74
Popularity: 0.000000
First Submitted: 2009-08-22 13:35 (UTC)
Last Updated: 2023-11-09 06:28 (UTC)

Latest Comments

1 2 3 4 5 6 7 Next › Last »

micwoj92 commented on 2025-12-09 23:15 (UTC)

Build fails:

g++ -o build/src/mgui/project/mconstructor-main.o -c -Wall -W -Wno-reorder -O2 -ansi -std=c++11 -Wno-deprecated-declarations -DBOOST_SP_USE_QUICK_ALLOCATOR -DBOOST_SYSTEM_NO_DEPRECATED -DNDEBUG -DEXT_BOOST -Ibuild/src -Isrc -Ilibs/boost-logging -Ilibs/asl -Ibuild/src -Isrc -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/atkmm-1.6 -I/usr/lib/atkmm-1.6/include -I/usr/include/gtk-unix-print-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/lib/pangomm-1.4/include -I/usr/include/cairomm-1.0 -I/usr/lib/cairomm-1.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glycin-2 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -std=c++14 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_FILESYSTEM_NO_DEPRECATED -DBOOST_FILESYSTEM_VERSION=3 src/mgui/project/mconstructor-main.cpp
In file included from src/mbase/project/_extlibs_.h:61,
                 from src/mgui/_extlibs_.h:31,
                 from src/mgui/_pc_.h:29,
                 from src/mgui/project/mconstructor-main.cpp:22:
src/mlib/sdk/bfs.h:12:10: fatal error: boost/filesystem/convenience.hpp: No such file or directory
   12 | #include <boost/filesystem/convenience.hpp> // fs::create_directories()
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
scons: *** [build/src/mgui/project/mconstructor-main.o] Error 1
scons: building terminated because of errors.
==> ERROR: A failure occurred in build().
    Aborting...

xiota commented on 2023-11-04 21:59 (UTC)

Please point url to github project page: https://github.com/bombono-dvd/bombono-dvd

brianbrodsky12 commented on 2022-08-26 13:22 (UTC)

@sbmomeni Thank you it upgraded and is working.

sbmomeni commented on 2022-08-26 13:08 (UTC)

@brianbrodsky12 It should build with ffmpeg 2:5.1 now.

brianbrodsky12 commented on 2022-08-25 17:26 (UTC)

Getting the following errors when upgrading aur/bombono-dvd 1.2.4-5 -> 1.2.4-6:

In file included from src/mgui/dvdimport.h:27, from src/mgui/dvdimport.cpp:24: src/mgui/ffviewer.h:108:1: error: ‘AVCodecContext’ does not name a type; did you mean ‘AVIODirContext’? 108 | AVCodecContext GetVideoCtx(FFData& ffv); | ^~~~~~~~~~~~~~ | AVIODirContext In file included from /usr/include/glibmm-2.4/glibmm.h:128, from /usr/include/gtkmm-2.4/gtkmm.h:87, from src/mgui/extlibs.h:46: /usr/include/glibmm-2.4/glibmm/helperlist.h: In instantiation of ‘void Glib::HelperList<T_Child, T_CppElement, T_Iterator>::erase(iterator, iterator) [with T_Child = Gtk::Table_Helpers::Child; T_CppElement = Gtk::Widget; T_Iterator = Glib::List_Iterator<Gtk::Table_Helpers::Child>; iterator = Glib::List_Iterator<Gtk::Table_Helpers::Child>]’: /usr/include/glibmm-2.4/glibmm/helperlist.h:70:16: required from here /usr/include/glibmm-2.4/glibmm/helperlist.h:73:13: warning: implicitly-declared ‘constexpr Glib::List_Iterator<Gtk::Table_Helpers::Child>& Glib::List_Iterator<Gtk::Table_Helpers::Child>::operator=(const Glib::List_Iterator<Gtk::Table_Helpers::Child>&)’ is deprecated [-Wdeprecated-copy] 73 | start = erase(start); // Implemented in derived class. | ~~~~~~^~~~~~~~~~~~~~ In file included from /usr/include/glibmm-2.4/glibmm/helperlist.h:28: /usr/include/glibmm-2.4/glibmm/containers.h:78:3: note: because ‘Glib::List_Iterator<Gtk::Table_Helpers::Child>’ has user-provided ‘Glib::List_Iterator<T>::List_Iterator(const Self&) [with T = Gtk::Table_Helpers::Child; Self = Glib::List_Iterator<Gtk::Table_Helpers::Child>]’ 78 | List_Iterator(const Self& src) : head_(src.head_), node_(src.node_) {} | ^~~~~~~~~~~~~ /usr/include/glibmm-2.4/glibmm/helperlist.h: In instantiation of ‘void Glib::HelperList<T_Child, T_CppElement, T_Iterator>::erase(iterator, iterator) [with T_Child = Gtk::ComboDropDownItem; T_CppElement = const Gtk::ComboDropDownItem; T_Iterator = Glib::List_Cpp_Iterator<GtkListItem, Gtk::ComboDropDownItem>; iterator = Glib::List_Cpp_Iterator<_GtkListItem, Gtk::ComboDropDownItem>]’: /usr/include/glibmm-2.4/glibmm/helperlist.h:70:16: required from here /usr/include/glibmm-2.4/glibmm/helperlist.h:73:13: warning: implicitly-declared ‘constexpr Glib::List_Cpp_Iterator<_GtkListItem, Gtk::ComboDropDownItem>& Glib::List_Cpp_Iterator<_GtkListItem, Gtk::ComboDropDownItem>::operator=(const Glib::List_Cpp_Iterator<_GtkListItem, Gtk::ComboDropDownItem>&)’ is deprecated [-Wdeprecated-copy] 73 | start = erase(start); // Implemented in derived class. | ~~~~~~^~~~~~~~~~~~~~ /usr/include/glibmm-2.4/glibmm/containers.h:192:3: note: because ‘Glib::List_Cpp_Iterator<_GtkListItem, Gtk::ComboDropDownItem>’ has user-provided ‘Glib::List_Cpp_Iterator<T_Impl, T_IFace>::List_Cpp_Iterator(const Self&) [with T_Impl = _GtkListItem; T_IFace = Gtk::ComboDropDownItem; Self = Glib::List_Cpp_Iterator<_GtkListItem, Gtk::ComboDropDownItem>]’ 192 | List_Cpp_Iterator(const Self& src) : head(src.head_), node_(src.node_) {} | ^~~~~~~~~~~~~~~~~ /usr/include/glibmm-2.4/glibmm/helperlist.h: In instantiation of ‘void Glib::HelperList<T_Child, T_CppElement, T_Iterator>::erase(iterator, iterator) [with T_Child = Gtk::MenuItem; T_CppElement = const Gtk::Menu_Helpers::Element; T_Iterator = Glib::List_Cpp_Iterator<GtkMenuItem, Gtk::MenuItem>; iterator = Glib::List_Cpp_Iterator<_GtkMenuItem, Gtk::MenuItem>]’: /usr/include/glibmm-2.4/glibmm/helperlist.h:70:16: required from here /usr/include/glibmm-2.4/glibmm/helperlist.h:73:13: warning: implicitly-declared ‘constexpr Glib::List_Cpp_Iterator<_GtkMenuItem, Gtk::MenuItem>& Glib::List_Cpp_Iterator<_GtkMenuItem, Gtk::MenuItem>::operator=(const Glib::List_Cpp_Iterator<_GtkMenuItem, Gtk::MenuItem>&)’ is deprecated [-Wdeprecated-copy] 73 | start = erase(start); // Implemented in derived class. | ~~~~~~^~~~~~~~~~~~~~ /usr/include/glibmm-2.4/glibmm/containers.h:192:3: note: because ‘Glib::List_Cpp_Iterator<_GtkMenuItem, Gtk::MenuItem>’ has user-provided ‘Glib::List_Cpp_Iterator<T_Impl, T_IFace>::List_Cpp_Iterator(const Self&) [with T_Impl = _GtkMenuItem; T_IFace = Gtk::MenuItem; Self = Glib::List_Cpp_Iterator<_GtkMenuItem, Gtk::MenuItem>]’ 192 | List_Cpp_Iterator(const Self& src) : head(src.head_), node_(src.node_) {} | ^~~~~~~~~~~~~~~~~ /usr/include/glibmm-2.4/glibmm/helperlist.h: In instantiation of ‘void Glib::HelperList<T_Child, T_CppElement, T_Iterator>::erase(iterator, iterator) [with T_Child = Gtk::Box_Helpers::Child; T_CppElement = const Gtk::Box_Helpers::Element; T_Iterator = Glib::List_Iterator<Gtk::Box_Helpers::Child>; iterator = Glib::List_Iterator<Gtk::Box_Helpers::Child>]’: /usr/include/glibmm-2.4/glibmm/helperlist.h:70:16: required from here /usr/include/glibmm-2.4/glibmm/helperlist.h:73:13: warning: implicitly-declared ‘constexpr Glib::List_Iterator<Gtk::Box_Helpers::Child>& Glib::List_Iterator<Gtk::Box_Helpers::Child>::operator=(const Glib::List_Iterator<Gtk::Box_Helpers::Child>&)’ is deprecated [-Wdeprecated-copy] 73 | start = erase(start); // Implemented in derived class. | ~~~~~~^~~~~~~~~~~~~~ /usr/include/glibmm-2.4/glibmm/containers.h:78:3: note: because ‘Glib::List_Iterator<Gtk::Box_Helpers::Child>’ has user-provided ‘Glib::List_Iterator<T>::List_Iterator(const Self&) [with T = Gtk::Box_Helpers::Child; Self = Glib::List_Iterator<Gtk::Box_Helpers::Child>]’ 78 | List_Iterator(const Self& src) : head_(src.head_), node_(src.node_) {} | ^~~~~~~~~~~~~ scons: ** [build/src/mgui/dvdimport.o] Error 1 scons: building terminated because of errors. ==> ERROR: A failure occurred in build(). Aborting... -> error making: bombono-dvd

sbmomeni commented on 2022-02-18 06:24 (UTC)

@piedro

In my machine, after a successful build, there is no scons-design directory. How do you build the package? Using makepkg in a separate directory?

Also, check the previous lines (above that Error 1 line), looking for any other line containing the error word. It may indicate the root cause.

piedro commented on 2022-02-17 21:54 (UTC)

Hmmm... sry I still get a build error:

scons: *** [scons-design.pdf] Error 1
scons: building terminated because of errors.
scons: *** [build/doc/design/scons-design/index.html] Error 2
scons: building terminated because of errors.

Any suggestions?

brianbrodsky12 commented on 2022-02-04 19:55 (UTC)

Thank you. It upgraded now.

sbmomeni commented on 2022-02-04 19:37 (UTC)

@brianbrodsky12 Fixed.

brianbrodsky12 commented on 2022-02-04 19:27 (UTC)

[brian@brian-arch-desktop ~]$ yay -Syyu :: Synchronizing package databases... core 138.2 KiB 250 KiB/s 00:01 [######################] 100% extra 1555.2 KiB 816 KiB/s 00:02 [######################] 100% community 6.1 MiB 1516 KiB/s 00:04 [######################] 100% :: Starting full system upgrade... there is nothing to do :: Searching databases for updates... :: Searching AUR for updates... :: 1 Packages to upgrade. 1 aur/bombono-dvd 1.2.4-5 -> 1.2.4-6 ==> Packages to exclude: (eg: "1 2 3", "1-3", "^4" or repo name) ==> -> Could not find all required packages: docutils (Wanted by: bombono-dvd -> scons2 -> epydoc) [brian@brian-arch-desktop ~]$