Package Details: radiotray-ng 0.2.8-3

Git Clone URL: https://aur.archlinux.org/radiotray-ng.git (read-only, click to copy)
Package Base: radiotray-ng
Description: An Internet radio player for Linux
Upstream URL: https://github.com/ebruck/radiotray-ng
Licenses: GPL
Submitter: twa022
Maintainer: twa022
Last Packager: twa022
Votes: 23
Popularity: 0.009095
First Submitted: 2017-05-03 15:12 (UTC)
Last Updated: 2023-05-02 11:31 (UTC)

Latest Comments

1 2 3 4 Next › Last »

itoffshore commented on 2024-03-10 16:25 (UTC)

I saw a message today a gstreamer plugin is missing - rebuilding the package & restarting the app fixed it ;o)

ecklm commented on 2022-07-17 09:04 (UTC) (edited on 2022-07-17 09:04 (UTC) by ecklm)

Hi,

I have met some problems after the last wxwidgets update. I have sent you a patch via email that fixes it.

1:

CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find wxWidgets (missing: wxWidgets_LIBRARIES
  wxWidgets_INCLUDE_DIRS)
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake/Modules/FindwxWidgets.cmake:984 (find_package_handle_standard_args)
  CMakeLists.txt:46 (find_package)

2:

/tmp/radiotray-ng/src/radiotray-ng-0.2.8/src/radiotray-ng/gui/editor/station_drop_target.cpp: In member function ‘wxBitmap StationDragAndDrop::makeDragImage(const std::string&, const wxColour*, const wxColour*)’:
/tmp/radiotray-ng/src/radiotray-ng-0.2.8/src/radiotray-ng/gui/editor/station_drop_target.cpp:112:73: error: ‘wxFont::wxFont(int, int, int, int, bool, const wxString&, wxFontEncoding)’ is deprecated: use wxFONT{FAMILY,STYLE,WEIGHT}_XXX constants [-Werror=deprecated-declarations]
  112 |         tmp_dc.SetFont(wxFont(DRAG_FONT_POINT, wxSWISS, wxITALIC, wxBOLD));
      |                                                                         ^
In file included from /usr/include/wx-3.2/wx/font.h:631,
                 from /usr/include/wx-3.2/wx/window.h:23,
                 from /usr/include/wx-3.2/wx/wx.h:38,
                 from /tmp/radiotray-ng/src/radiotray-ng-0.2.8/src/radiotray-ng/gui/editor/editor_app.hpp:21,
                 from /tmp/radiotray-ng/src/radiotray-ng-0.2.8/src/radiotray-ng/gui/editor/station_drop_target.cpp:29:
/usr/include/wx-3.2/wx/gtk/font.h:89:5: note: declared here
   89 |     wxFont(int size,
      |     ^~~~~~
/tmp/radiotray-ng/src/radiotray-ng-0.2.8/src/radiotray-ng/gui/editor/station_drop_target.cpp:124:47: error: ‘wxPen::wxPen(const wxColour&, int, int)’ is deprecated: use wxPENSTYLE_XXX constants [-Werror=deprecated-declarations]
  124 |         dc.SetPen(wxPen(*textcolor, 1, wxSOLID));
      |                                               ^
In file included from /usr/include/wx-3.2/wx/pen.h:107,
                 from /usr/include/wx-3.2/wx/generic/statusbr.h:18,
                 from /usr/include/wx-3.2/wx/statusbr.h:244,
                 from /usr/include/wx-3.2/wx/frame.h:19,
                 from /usr/include/wx-3.2/wx/wx.h:42:
/usr/include/wx-3.2/wx/gtk/pen.h:51:5: note: declared here
   51 |     wxPen(const wxColour& col, int width, int style);
      |     ^~~~~
/tmp/radiotray-ng/src/radiotray-ng-0.2.8/src/radiotray-ng/gui/editor/station_drop_target.cpp:125:49: error: ‘wxBrush::wxBrush(const wxColour&, int)’ is deprecated: use wxBRUSHSTYLE_XXX constants [-Werror=deprecated-declarations]
  125 |         dc.SetBrush(wxBrush(*background, wxSOLID));
      |                                                 ^
In file included from /usr/include/wx-3.2/wx/brush.h:77,
                 from /usr/include/wx-3.2/wx/dc.h:24,
                 from /usr/include/wx-3.2/wx/wx.h:51:
/usr/include/wx-3.2/wx/gtk/brush.h:41:5: note: declared here
   41 |     wxBrush(const wxColour& col, int style);
      |     ^~~~~~~
/tmp/radiotray-ng/src/radiotray-ng-0.2.8/src/radiotray-ng/gui/editor/station_drop_target.cpp:134:69: error: ‘wxFont::wxFont(int, int, int, int, bool, const wxString&, wxFontEncoding)’ is deprecated: use wxFONT{FAMILY,STYLE,WEIGHT}_XXX constants [-Werror=deprecated-declarations]
  134 |         dc.SetFont(wxFont(DRAG_FONT_POINT, wxSWISS, wxITALIC, wxBOLD));
      |                                                                     ^
/usr/include/wx-3.2/wx/gtk/font.h:89:5: note: declared here
   89 |     wxFont(int size,
      |     ^~~~~~
cc1plus: all warnings being treated as errors
make[2]: *** [src/radiotray-ng/gui/editor/CMakeFiles/rtng-bookmark-editor.dir/build.make:188: src/radiotray-ng/gui/editor/CMakeFiles/rtng-bookmark-editor.dir/station_drop_target.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:543: src/radiotray-ng/gui/editor/CMakeFiles/rtng-bookmark-editor.dir/all] Error 2

FabioLolix commented on 2022-01-02 22:52 (UTC)

When you get the error "radiotray-ng: error while loading shared libraries: lib-xxx.so.xxxx: cannot open shared object file: No such file or directory" you need to rebuild the pkgbuild, this is valid for every program and pkgbuild build from source

mementomori commented on 2021-12-21 11:26 (UTC)

libboost problem: if you install the git version there is no problem

ArnaudNux commented on 2021-01-21 21:58 (UTC) (edited on 2021-01-21 22:04 (UTC) by ArnaudNux)

Got this error : radiotray-ng: error while loading shared libraries: libboost_filesystem.so.1.72.0: cannot open shared object file: No such file or directory

(The command below does not solve the problem:)

itoffshore commented on 2020-12-13 17:46 (UTC) (edited on 2021-07-22 10:38 (UTC) by itoffshore)

to rebuild cleanly I needed to rm -rf ~/.cache/yay/radiotray-ng && rm -f /path/to/pkgs/radiotray-ng*

update: 22nd July 2021 - clean building didn't help - downgrading boost && boost-libs to 1.75 was required.

alfredo.ardito commented on 2020-12-13 10:08 (UTC)

Got this error:
error while loading shared libraries: libboost_log.so.1.74.0: cannot open shared object file: No such file or directory

twa022 commented on 2020-07-05 00:03 (UTC)

@ArnaudNux: you need to rebuild since there was a soname bump in the jsoncpp p. It will work fine after that.

ArnaudNux commented on 2020-07-04 21:35 (UTC)

radiotray-ng: error while loading shared libraries: libjsoncpp.so.21: cannot open shared object file: No such file or directory

chapa commented on 2020-06-25 18:41 (UTC)

works fine on manjaro 20.3 without rebuild radiotray-ng thanks