Search Criteria
Package Details: neptune-git r149.357e25d-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/neptune-git.git (read-only, click to copy) |
---|---|
Package Base: | neptune-git |
Description: | YouTube based song player, made with GTK and GoLang. |
Upstream URL: | https://github.com/pauloo27/neptune |
Licenses: | GPL2 |
Provides: | neptune |
Submitter: | KyleCzar |
Maintainer: | KyleCzar |
Last Packager: | KyleCzar |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-03-22 19:21 (UTC) |
Last Updated: | 2021-03-22 19:21 (UTC) |
Dependencies (6)
- libappindicator-gtk3
- mpv (mpv-light-pulseAUR, mpv-amd-full-gitAUR, mpv-fullAUR, mpv-gitAUR, mpv-build-gitAUR, mpv-full-build-gitAUR, mpv-full-gitAUR)
- youtube-dlAUR (youtube-dl-gitAUR, yt-dlp-drop-inAUR, youtube-dl-nightlyAUR)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
- mpv-mpris (mpv-mpris-gitAUR) (optional) – Load MPRIS
Required by (1)
- platinum-upnp (requires neptune)
Latest Comments
chort commented on 2022-11-19 17:35 (UTC)
Hello. Compilation goes on forever. Here is a code
make install go build -v github.com/Pauloo27/neptune/player/mpv
github.com/gotk3/gotk3/glib
cgo-gcc-prolog: In function ‘_cgo_200740c87a77_Cfunc_g_binding_get_source’: cgo-gcc-prolog:71:2: warning: ‘g_binding_get_source’ is deprecated: Use 'g_binding_dup_source' instead [-Wdeprecated-declarations] In file included from /usr/include/glib-2.0/glib-object.h:24, from /usr/include/glib-2.0/gio/gioenums.h:30, from /usr/include/glib-2.0/gio/giotypes.h:30, from /usr/include/glib-2.0/gio/gio.h:28, from /home/zte/go/pkg/mod/github.com/gotk3/gotk3@v0.6.1/glib/gbinding.go:3: /usr/include/glib-2.0/gobject/gbinding.h:115:23: note: declared here 115 | GObject * g_binding_get_source (GBinding binding); | ^~~~~~~~~~~~~~~~~~~~ cgo-gcc-prolog: In function ‘_cgo_200740c87a77_Cfunc_g_binding_get_target’: cgo-gcc-prolog:107:2: warning: ‘g_binding_get_target’ is deprecated: Use 'g_binding_dup_target' instead [-Wdeprecated-declarations] /usr/include/glib-2.0/gobject/gbinding.h:119:23: note: declared here 119 | GObject * g_binding_get_target (GBinding binding); | ^~~~~~~~~~~~~~~~~~~~ github.com/gotk3/gotk3/gtk
github.com/Pauloo27/neptune/player/mpv
player/mpv/consts.go:408:33: could not determine kind of name for C.MPV_EVENT_CHAPTER_CHANGE player/mpv/consts.go:383:34: could not determine kind of name for C.MPV_EVENT_METADATA_UPDATE player/mpv/consts.go:325:24: could not determine kind of name for C.MPV_EVENT_PAUSE player/mpv/consts.go:349:40: could not determine kind of name for C.MPV_EVENT_SCRIPT_INPUT_DISPATCH player/mpv/consts.go:289:33: could not determine kind of name for C.MPV_EVENT_TRACKS_CHANGED player/mpv/consts.go:297:33: could not determine kind of name for C.MPV_EVENT_TRACK_SWITCHED player/mpv/consts.go:333:26: could not determine kind of name for C.MPV_EVENT_UNPAUSE player/mpv/consts.go:606:29: could not determine kind of name for C.MPV_SUB_API_OPENGL_CB