Received: by mail.netbsd.org (Postfix, from userid 605) id 3830284DBE; Tue, 21 Apr 2020 13:32:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B40DC84DB9 for ; Tue, 21 Apr 2020 13:32:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id veChQUqdVyZT for ; Tue, 21 Apr 2020 13:32:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E809084D22 for ; Tue, 21 Apr 2020 13:32:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E6077FB27; Tue, 21 Apr 2020 13:32:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1587475943218000" MIME-Version: 1.0 Date: Tue, 21 Apr 2020 13:32:23 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/audio To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200421133223.E6077FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1587475943218000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1587475943218000 Content-Disposition: inline Content-Length: 6346 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 +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 --_----------=_1587475943218000--