pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Apr 21 13:32:23 UTC 2020

Modified Files:
        pkgsrc/audio: Makefile
Added Files:
        pkgsrc/audio/pragha: DESCR Makefile PLIST distinfo

Log Message:
audio: Add pragha.

Pragha is a Lightweight Music Player, based on GTK and SQLite.

It is completely written in C, constructed to be fast, light, and
simultaneously tries to be complete without obstructing the daily work.


To generate a diff of this commit:
cvs rdiff -u -r1.595 -r1.596 pkgsrc/audio/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/audio/pragha/DESCR pkgsrc/audio/pragha/Makefile \
    pkgsrc/audio/pragha/PLIST pkgsrc/audio/pragha/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/Makefile
diff -u pkgsrc/audio/Makefile:1.595 pkgsrc/audio/Makefile:1.596
--- pkgsrc/audio/Makefile:1.595 Mon Apr 20 17:34:14 2020
+++ pkgsrc/audio/Makefile       Tue Apr 21 13:32:23 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.595 2020/04/20 17:34:14 nia Exp $
+# $NetBSD: Makefile,v 1.596 2020/04/21 13:32:23 nia Exp $
 #
 
 COMMENT=       Audio tools
@@ -366,6 +366,7 @@ SUBDIR+=    picard
 SUBDIR+=       playitslowly
 SUBDIR+=       pocketsphinx
 SUBDIR+=       portaudio
+SUBDIR+=       pragha
 SUBDIR+=       pulseaudio
 SUBDIR+=       py-acoustid
 SUBDIR+=       py-ao

Added files:

Index: pkgsrc/audio/pragha/DESCR
diff -u /dev/null pkgsrc/audio/pragha/DESCR:1.1
--- /dev/null   Tue Apr 21 13:32:23 2020
+++ pkgsrc/audio/pragha/DESCR   Tue Apr 21 13:32:23 2020
@@ -0,0 +1,4 @@
+Pragha is a Lightweight Music Player, based on GTK and SQLite.
+
+It is completely written in C, constructed to be fast, light, and
+simultaneously tries to be complete without obstructing the daily work.
Index: pkgsrc/audio/pragha/Makefile
diff -u /dev/null pkgsrc/audio/pragha/Makefile:1.1
--- /dev/null   Tue Apr 21 13:32:23 2020
+++ pkgsrc/audio/pragha/Makefile        Tue Apr 21 13:32:23 2020
@@ -0,0 +1,53 @@
+# $NetBSD: Makefile,v 1.1 2020/04/21 13:32:23 nia Exp $
+
+DISTNAME=      pragha-1.3.4
+CATEGORIES=    audio
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=pragha-music-player/}
+GITHUB_RELEASE=        v${PKGVERSION_NOREV}
+EXTRACT_SUFX=  .tar.bz2
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://pragha-music-player.github.io/
+COMMENT=       Lightweight music player based on GTK and SQLite
+LICENSE=       gnu-gpl-v3
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL=   yes
+USE_TOOLS+=    pkg-config perl gmake
+USE_TOOLS+=    intltool msgfmt msgmerge xgettext
+
+TOOL_DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
+
+DEPENDS+=      gst-plugins1-flac-[0-9]*:../../audio/gst-plugins1-flac
+DEPENDS+=      gst-plugins1-mpg123-[0-9]*:../../audio/gst-plugins1-mpg123
+DEPENDS+=      gst-plugins1-opus-[0-9]*:../../audio/gst-plugins1-opus
+DEPENDS+=      gst-plugins1-vorbis-[0-9]*:../../audio/gst-plugins1-vorbis
+
+.include "../../mk/oss.buildlink3.mk"
+
+.if ${OPSYS} == "Linux"
+DEPENDS+=      gst-plugins1-alsa-[0-9]*:../../audio/gst-plugins1-alsa
+.endif
+
+.if ${OPSYS} != "Linux" && ${OSS_TYPE} != "none"
+DEPENDS+=      gst-plugins1-oss-[0-9]*:../../audio/gst-plugins1-oss
+.endif
+
+.include "../../audio/glyr/buildlink3.mk"
+.include "../../audio/libcddb/buildlink3.mk"
+.include "../../audio/taglib/buildlink3.mk"
+.include "../../databases/sqlite3/buildlink3.mk"
+.include "../../devel/libpeas/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../net/libsoup/buildlink3.mk"
+.include "../../misc/libcdio/buildlink3.mk"
+.include "../../misc/libcdio-paranoia/buildlink3.mk"
+.include "../../multimedia/gstreamer1/buildlink3.mk"
+.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
+.include "../../multimedia/gst-plugins1-good/buildlink3.mk"
+.include "../../multimedia/totem-pl-parser/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../sysutils/libnotify/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
+.include "../../x11/keybinder3/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/audio/pragha/PLIST
diff -u /dev/null pkgsrc/audio/pragha/PLIST:1.1
--- /dev/null   Tue Apr 21 13:32:23 2020
+++ pkgsrc/audio/pragha/PLIST   Tue Apr 21 13:32:23 2020
@@ -0,0 +1,60 @@
+@comment $NetBSD: PLIST,v 1.1 2020/04/21 13:32:23 nia Exp $
+bin/pragha
+include/pragha/plugins/pragha-plugin-macros.h
+lib/pragha/plugins/acoustid/acoustid.plugin
+lib/pragha/plugins/acoustid/libacoustid.la
+lib/pragha/plugins/cdrom/cdrom.plugin
+lib/pragha/plugins/cdrom/libcdrom.la
+lib/pragha/plugins/gnome-media-keys/gnome-media-keys.plugin
+lib/pragha/plugins/gnome-media-keys/libgnome-media-keys.la
+lib/pragha/plugins/keybinder/keybinder.plugin
+lib/pragha/plugins/keybinder/libkeybinder.la
+lib/pragha/plugins/mpris2/libmpris2.la
+lib/pragha/plugins/mpris2/mpris2.plugin
+lib/pragha/plugins/notify/libnotify.la
+lib/pragha/plugins/notify/notify.plugin
+lib/pragha/plugins/song-info/libsong-info.la
+lib/pragha/plugins/song-info/song-info.plugin
+lib/pragha/plugins/tunein/libtunein.la
+lib/pragha/plugins/tunein/tunein.plugin
+man/man1/pragha.1
+share/appdata/pragha.appdata.xml
+share/applications/pragha.desktop
+share/doc/pragha/ChangeLog
+share/doc/pragha/FAQ
+share/doc/pragha/NEWS
+share/doc/pragha/README
+share/icons/hicolor/128x128/apps/pragha.png
+share/icons/hicolor/16x16/apps/pragha.png
+share/icons/hicolor/24x24/apps/pragha.png
+share/icons/hicolor/32x32/apps/pragha.png
+share/icons/hicolor/48x48/apps/pragha.png
+share/icons/hicolor/64x64/apps/pragha.png
+share/locale/bg/LC_MESSAGES/pragha.mo
+share/locale/ca_ES/LC_MESSAGES/pragha.mo
+share/locale/cs/LC_MESSAGES/pragha.mo
+share/locale/de/LC_MESSAGES/pragha.mo
+share/locale/el/LC_MESSAGES/pragha.mo
+share/locale/es/LC_MESSAGES/pragha.mo
+share/locale/fr/LC_MESSAGES/pragha.mo
+share/locale/hu/LC_MESSAGES/pragha.mo
+share/locale/it/LC_MESSAGES/pragha.mo
+share/locale/ja/LC_MESSAGES/pragha.mo
+share/locale/ko_KR/LC_MESSAGES/pragha.mo
+share/locale/lt/LC_MESSAGES/pragha.mo
+share/locale/nl/LC_MESSAGES/pragha.mo
+share/locale/no/LC_MESSAGES/pragha.mo
+share/locale/pl/LC_MESSAGES/pragha.mo
+share/locale/pt/LC_MESSAGES/pragha.mo
+share/locale/pt_BR/LC_MESSAGES/pragha.mo
+share/locale/ru/LC_MESSAGES/pragha.mo
+share/locale/sv/LC_MESSAGES/pragha.mo
+share/locale/tr/LC_MESSAGES/pragha.mo
+share/locale/uk/LC_MESSAGES/pragha.mo
+share/locale/vi/LC_MESSAGES/pragha.mo
+share/locale/zh_CN/LC_MESSAGES/pragha.mo
+share/pixmaps/pragha/album.png
+share/pixmaps/pragha/artist.png
+share/pixmaps/pragha/cover.png
+share/pixmaps/pragha/genre.png
+share/pixmaps/pragha/track.png
Index: pkgsrc/audio/pragha/distinfo
diff -u /dev/null pkgsrc/audio/pragha/distinfo:1.1
--- /dev/null   Tue Apr 21 13:32:23 2020
+++ pkgsrc/audio/pragha/distinfo        Tue Apr 21 13:32:23 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/04/21 13:32:23 nia Exp $
+
+SHA1 (pragha-1.3.4.tar.bz2) = 4a149b512dc1b0c2675d3ed58be8b8f0ea4d62ef
+RMD160 (pragha-1.3.4.tar.bz2) = 549254e2d30734f1b89fe4b06f0b39420633c128
+SHA512 (pragha-1.3.4.tar.bz2) = 65aadf68f427f03ea7ca07d2002806eb94019c8091a80320da7d8ff4c2f0cd912e9c346956188b42d2b7a68c56c79ee5af8e8327c69ad69f4a1fa5b9e3b3ca58
+Size (pragha-1.3.4.tar.bz2) = 691256 bytes



Home | Main Index | Thread Index | Old Index