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/
2015-07-20 18:31:06 +02:00
|
|
|
# Created by: Olivier Duchateau
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pragha
|
2015-09-26 08:26:11 +02:00
|
|
|
PORTVERSION= 1.3.3
|
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
2019-07-26 22:46:53 +02:00
|
|
|
PORTREVISION= 8
|
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/
2015-07-20 18:31:06 +02:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= https://github.com/pragha-music-player/${PORTNAME}/releases/download/v${PORTVERSION}/
|
|
|
|
|
2017-03-19 15:02:23 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
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/
2015-07-20 18:31:06 +02:00
|
|
|
COMMENT= Lightweight music player
|
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
|
2016-04-01 15:29:15 +02:00
|
|
|
LIB_DEPENDS= 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
|
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/
2015-07-20 18:31:06 +02:00
|
|
|
|
2019-11-08 10:27:56 +01:00
|
|
|
USES= compiler:c11 desktop-file-utils gettext-tools gmake gnome \
|
|
|
|
libtool pkgconfig sqlite tar:bz2
|
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/
2015-07-20 18:31:06 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GNOME= glib20 gtk30 intltool intlhack
|
2017-07-22 13:35:44 +02:00
|
|
|
USE_GSTREAMER1= yes faad flac libav mpg123 ogg speex
|
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/
2015-07-20 18:31:06 +02:00
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
|
|
|
|
CFLAGS+= -Wno-typedef-redefinition
|
|
|
|
|
|
|
|
CONFIGURE_ARGS=--disable-libglyr \
|
|
|
|
--disable-gudev-1.0 \
|
|
|
|
--disable-libmtp \
|
|
|
|
--disable-rygel-server-2.2 \
|
|
|
|
--disable-grilo-0.2 \
|
|
|
|
--disable-libclastfm \
|
|
|
|
--enable-taglib \
|
|
|
|
--enable-totem-plparser \
|
|
|
|
--disable-libxfce4ui
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
|
|
NLS_USES= gettext-runtime
|
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
|
|
OPTIONS_SUB= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|