Port details |
- pragha Lightweight music player
- 1.3.3_8 audio
=0 1.3.3_8Version of this port present on the latest quarterly branch.- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2015-07-20 16:31:22
- Last Update: 2019-11-08 09:27:57
- SVN Revision: 517040
- License: GPLv3
- Description:
- Pragha is a Lightweight Music Player, based on GTK, and SQLite.
Main features:
* Full integration with GTK+3
* 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
* Playlist management: Exporting M3U and read M3U, PLS, XSPF and WAX
playlists.
* Playback control with command line
Extensible by plugins:
* AcoustID: Get metadata on AcoustID service
* Global Hotkeys: Control Pragha with multimedia keys
* Notification: Show notification when change songs
* Get radios: Search radios on TuneIn service
WWW: http://pragha-music-player.github.io/
- SVNWeb : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
cd /usr/ports/audio/pragha/ && make install clean - To add the package:
pkg install pragha - PKGNAME: pragha
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (pragha-1.3.3.tar.bz2) = 74844eb99df44984206d6c55b15f1b553e9f122ddb0bad00902a7b7935d0a504
SIZE (pragha-1.3.3.tar.bz2) = 679754
Packages: (move your mouse over the cells for more information)
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- update-desktop-database : devel/desktop-file-utils
- msgfmt : devel/gettext-tools
- gmake : devel/gmake
- gtk-update-icon-cache : graphics/gtk-update-icon-cache
- intltool-extract : textproc/intltool
- pkgconf>=1.3.0_1 : devel/pkgconf
- gstreamer1-libav>=1.0.0 : multimedia/gstreamer1-libav
- gstreamer1-plugins-bad>=1.4 : multimedia/gstreamer1-plugins-bad
- gstreamer1-plugins-faad>=1.4 : audio/gstreamer1-plugins-faad
- gstreamer1-plugins-flac>=1.4 : audio/gstreamer1-plugins-flac
- gstreamer1-plugins-good>=1.4 : multimedia/gstreamer1-plugins-good
- gstreamer1-plugins-mpg123>=1.4 : audio/gstreamer1-plugins-mpg123
- gstreamer1-plugins-ogg>=1.4 : audio/gstreamer1-plugins-ogg
- gstreamer1-plugins-speex>=1.4 : audio/gstreamer1-plugins-speex
- gstreamer1-plugins-ugly>=1.4 : multimedia/gstreamer1-plugins-ugly
- gstreamer1-plugins>=1.4 : multimedia/gstreamer1-plugins
- Runtime dependencies:
-
- update-desktop-database : devel/desktop-file-utils
- gtk-update-icon-cache : graphics/gtk-update-icon-cache
- gstreamer1-libav>=1.0.0 : multimedia/gstreamer1-libav
- gstreamer1-plugins-bad>=1.4 : multimedia/gstreamer1-plugins-bad
- gstreamer1-plugins-faad>=1.4 : audio/gstreamer1-plugins-faad
- gstreamer1-plugins-flac>=1.4 : audio/gstreamer1-plugins-flac
- gstreamer1-plugins-good>=1.4 : multimedia/gstreamer1-plugins-good
- gstreamer1-plugins-mpg123>=1.4 : audio/gstreamer1-plugins-mpg123
- gstreamer1-plugins-ogg>=1.4 : audio/gstreamer1-plugins-ogg
- gstreamer1-plugins-speex>=1.4 : audio/gstreamer1-plugins-speex
- gstreamer1-plugins-ugly>=1.4 : multimedia/gstreamer1-plugins-ugly
- gstreamer1-plugins>=1.4 : multimedia/gstreamer1-plugins
- Library dependencies:
-
- libtag.so : audio/taglib
- libpeas-1.0.so : devel/libpeas
- libnotify.so : devel/libnotify
- libkeybinder-3.0.so : x11/keybinder-gtk3
- libsoup-2.4.so : devel/libsoup
- libtotem-plparser.so : multimedia/totem-pl-parser
- libatk-1.0.so : accessibility/atk
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-3.so : x11-toolkits/gtk30
- libpango-1.0.so : x11-toolkits/pango
- libsqlite3.so : databases/sqlite3
- libintl.so : devel/gettext-runtime
- libgstreamer-1.0.so : multimedia/gstreamer1
- There are no ports dependent upon this port
- Configuration Options
- ===> The following configuration options are available for pragha-1.3.3_8:
NLS=on: Native Language Support
===> Use 'make config' to modify these settings
- USES:
- compiler:c11 desktop-file-utils gettext-tools gmake gnome libtool pkgconfig sqlite tar:bz2 gettext-runtime
- Master Sites:
-
|
Number of commits found: 15
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
08 Nov 2019 09:27:57
1.3.3_8

|
tobik  |
a-b: Add missing USES={gnome,php,sdl,xorg} |
26 Jul 2019 20:46:57
1.3.3_8

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
12 Dec 2018 01:35:36
1.3.3_7

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
29 Jul 2018 22:18:46
1.3.3_6

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
10 Sep 2017 20:55:39
1.3.3_5

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
22 Jul 2017 11:35:44
1.3.3_4

|
kwm  |
Update GStreamer1 ports to 1.12.2.
Rework the adding of dependancies in Mk/bsd.gstreamer.mk.
Previous when using USE_GSTREAMER[1] it would just add the request modules to
BUILD/RUN_DEPENDS. This caused the qa script to complain because the old code
didn't implicit depend on the gstreamer1 and gstreamer1-plugins[-bad] ports for
the libraries they carried, even if they where present via the plugins! The new
code adds implicit depends on these ports so USE_GSTREAMER[1] using ports have
all the libraries included.
* The mad mp3 plugin was removed, mpg123 plugin also provides mp3 decoding.
Switch over ports that used the gstreamer1 mad plugin.
* gtksink plugin renamed -> gtk
* Hook up the sndio plugin into the framework
* Add some indirect dependacies where needed
* Reorder the plugin list in bsd.gstreamer.mk so only one plugin per line. When
changing plugins it doesn't result in multiple lines being changed.
* Remove mentions in bsd.gstreamer.mk of plugins mentions that where removed.
* Depend on libunwind on i386/amd64, GStreamer links to it if it is present.
PR: 220753
Exp-run by: antoine@ |
25 Apr 2017 08:20:31
1.3.3_3

|
riggs  |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
01 Apr 2017 15:23:32
1.3.3_2

|
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
19 Mar 2017 14:02:24
1.3.3_1

|
rene  |
Take in olivierd@'s commit bit on his request.
Submitted by: olivierd@
With hat: portmgr-secretary |
20 Nov 2016 09:38:09
1.3.3_1

|
gerald  |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
26 Jul 2016 16:51:16
1.3.3

|
mat  |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
25 Apr 2016 16:13:39
1.3.3

|
mat  |
Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.
While there replace USE_SQLITE=x by USES=sqlite:x.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951 |
01 Apr 2016 13:29:17
1.3.3

|
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
26 Sep 2015 06:26:12
1.3.3

|
olivierd  |
Update to 1.3.3
Changelog:
https://raw.githubusercontent.com/pragha-music-player/pragha/master/NEWS |
20 Jul 2015 16:31:07
1.3.2.2

|
olivierd  |
Pragha is a Lightweight Music Player, based on GTK, and SQLite.
Main features:
* Full integration with GTK+3
* 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
* Playlist management: Exporting M3U and read M3U, PLS, XSPF and WAX
playlists.
* Playback control with command line
Extensible by plugins:
* AcoustID: Get metadata on AcoustID service
* Global Hotkeys: Control Pragha with multimedia keys
* Notification: Show notification when change songs
* Get radios: Search radios on TuneIn service
WWW: http://pragha-music-player.github.io/ |
Number of commits found: 15
|
Latest Vulnerabilities |
10 vulnerabilities affecting 79 ports have been reported in the past 14 days
|
* - modified, not new All vulnerabilities
Last updated: 2021-03-05 21:21:29
|
|