
Pragha
Source (link to git-repo or to original if based on someone elses unmodified work):
Some of the features are:
* Full integration with GTK+3 support, but always completely independent of gnome or xfce.
* Two panel desing inspired on Amarok 1.4. Library and current playlist.
* Library with multiple views, according tags or folder structure.
* Search, filtering and queue songs on current playlist.
* Playing and edit tag of mp3, m4a, ogg, flac, asf, wma, and ape files. Limited only by codecs installed and taglib version used.
* Playlist management. Exporting M3U and read M3U, PLS, XSPF and WAX playlists.
* Play audio CDs and identifies this with CDDB.
* Playback control with command line and MPRIS2.
* Native desktop notifications with libnotify.
========================================================
= Overview of changes between Pragha 1.3.3 and 1.3.2.2 =
========================================================
Codename: "Just a preamp..."
News:
* Rework the interface of equalizer and adds the preamplifier.
* Add a switch for disabling the equalizer preset easily.
* Add option to use small icons on tool/headerbar.
Others Changes:
* Change "Use Gnome 3 HIG" option to "Use system title bar and borders"
* Don't use icons on menubar.
Bugs fixed:
* Fixes undefined symbols of devices plugin.
* Use uri instead filename to save playlist with TotemPlPlarser.
* Add all songs when import online playlists. Issue #81
* Expand widgets if added as wide control.
Updates Translations:
* New Lithuanian translation thanks to Moo.
* New Polish translation thanks to m_szymczak.
* Update French translation thanks to Pingax.
* Update German translation thanks to Atalanttore.
* Update Portuguese translation thanks to smarquespt.
* Update Russian translation thanks to Lazy_Kent.
* Update Bulgarian translation thanks to lyubomirv.
* Update Swedish translation thanks to monotux.
Ratings & Comments
2 Comments
make[2]: Leaving directory `/usr/src/RPM/BUILD/pragha-1.3.2.2/po' Making all in src make[2]: Entering directory `/usr/src/RPM/BUILD/pragha-1.3.2.2/src' CC pragha-gtkcellrendererbubble.o CC pragha-info-bar-import-music.o In file included from /usr/include/gtk-3.0/gdk/gdk.h:31:0, from /usr/include/gtk-3.0/gtk/gtk.h:30, from pragha-utils.h:22, from info-bar-import-music.c:28: /usr/include/gtk-3.0/gdk/gdkversionmacros.h:166:2: error: #error "GDK_VERSION_MAX_ALLOWED must be >= GDK_VERSION_MIN_REQUIRED" make[2]: *** [pragha-info-bar-import-music.o] Error 1 ======================================== rpm -qa | grep gtk+3 libgtk+3-3.8.9-alt0.M70P.1 libgtk+3-gir-3.8.9-alt0.M70P.1 libgtk+3-gir-devel-3.8.9-alt0.M70P.1 libgtk+3-devel-3.8.9-alt0.M70P.1 rpm -qa | grep gdk gdk-pixbuf-0.22.0-alt10.2 libgdk-pixbuf-gir-2.28.2-alt1.M70P.1 gdk-pixbuf-gnomecanvas-0.22.0-alt10.2 libgdk-pixbuf-locales-2.28.2-alt1.M70P.1 libgdk-pixbuf-2.28.2-alt1.M70P.1 libgdk-pixbuf-devel-2.28.2-alt1.M70P.1 gdk-pixbuf-xlib-0.22.0-alt10.2 gdk-pixbuf-devel-0.22.0-alt10.2 libgdk-pixbuf-xlib-2.28.2-alt1.M70P.1 libgdk-pixbuf-gir-devel-2.28.2-alt1.M70P.1
Hi, Still is reproducible? Just now encounter your report. But effectively the requirement is satisfied. Here the definition on Pragha. AC_DEFINE(GDK_VERSION_MIN_REQUIRED, GDK_VERSION_3_8, [Ignore post 3.10 deprecations]) AC_DEFINE(GDK_VERSION_MAX_ALLOWED, GDK_VERSION_3_10, [Ignore post 3.10 deprecations])