Date: Mon, 12 Feb 2018 22:09:24 +0000 (UTC) From: Tilman Keskinoz <arved@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461660 - in head/audio: . gradio Message-ID: <201802122209.w1CM9ONK010383@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: arved Date: Mon Feb 12 22:09:24 2018 New Revision: 461660 URL: https://svnweb.freebsd.org/changeset/ports/461660 Log: Add gradio, a GTK3 application to discover and listen to Internet radio stations Added: head/audio/gradio/ head/audio/gradio/Makefile (contents, props changed) head/audio/gradio/distinfo (contents, props changed) head/audio/gradio/pkg-descr (contents, props changed) head/audio/gradio/pkg-plist (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Mon Feb 12 22:07:03 2018 (r461659) +++ head/audio/Makefile Mon Feb 12 22:09:24 2018 (r461660) @@ -237,6 +237,7 @@ SUBDIR += goobox SUBDIR += gqmpeg SUBDIR += gqradio + SUBDIR += gradio SUBDIR += gramofile SUBDIR += grip SUBDIR += gsm Added: head/audio/gradio/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/gradio/Makefile Mon Feb 12 22:09:24 2018 (r461660) @@ -0,0 +1,26 @@ +# Created by: arved +# $FreeBSD$ + +PORTNAME= gradio +PORTVERSION= 7.1 +DISTVERSIONPREFIX= v +CATEGORIES= audio + +MAINTAINER= arved@FreeBSD.org +COMMENT= GTK3 app for finding and listening to internet radio stations + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ + libjson-glib-1.0.so:devel/json-glib \ + libsqlite3.so:databases/sqlite3 + +USES= meson ninja gettext +USE_GITHUB= yes +GH_ACCOUNT= haecker-felix +USE_GNOME= glib20 gtk30 gdkpixbuf2 cairo +USE_GSTREAMER1= yes +INSTALLS_ICONS= yes + +.include <bsd.port.mk> Added: head/audio/gradio/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/gradio/distinfo Mon Feb 12 22:09:24 2018 (r461660) @@ -0,0 +1,3 @@ +TIMESTAMP = 1518471617 +SHA256 (haecker-felix-gradio-v7.1_GH0.tar.gz) = b223b371bfc82831fcbf3699bb4bfa7288438d02e9351b707b1f32db7ea5f7e3 +SIZE (haecker-felix-gradio-v7.1_GH0.tar.gz) = 435461 Added: head/audio/gradio/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/gradio/pkg-descr Mon Feb 12 22:09:24 2018 (r461660) @@ -0,0 +1,3 @@ +A GTK3 app for finding and listening to internet radio stations. + +WWW: https://github.com/haecker-felix/gradio Added: head/audio/gradio/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/gradio/pkg-plist Mon Feb 12 22:09:24 2018 (r461660) @@ -0,0 +1,30 @@ +bin/gradio +share/appdata/de.haeckerfelix.gradio.appdata.xml +share/applications/de.haeckerfelix.gradio.desktop +share/dbus-1/services/de.haeckerfelix.gradio.service +share/glib-2.0/schemas/de.haeckerfelix.gradio.gschema.xml +share/gnome-shell/search-providers/de.haeckerfelix.gradio.search-provider.ini +share/icons/hicolor/16x16/apps/de.haeckerfelix.gradio.png +share/icons/hicolor/24x24/apps/de.haeckerfelix.gradio.png +share/icons/hicolor/256x256/apps/de.haeckerfelix.gradio.png +share/icons/hicolor/32x32/apps/de.haeckerfelix.gradio.png +share/icons/hicolor/48x48/apps/de.haeckerfelix.gradio.png +share/icons/hicolor/512x512/apps/de.haeckerfelix.gradio.png +share/icons/hicolor/scalable/apps/de.haeckerfelix.gradio.svg +share/icons/hicolor/symbolic/apps/de.haeckerfelix.gradio-symbolic.svg +share/locale/cs/LC_MESSAGES/gradio.mo +share/locale/de/LC_MESSAGES/gradio.mo +share/locale/es/LC_MESSAGES/gradio.mo +share/locale/fr/LC_MESSAGES/gradio.mo +share/locale/hr/LC_MESSAGES/gradio.mo +share/locale/it/LC_MESSAGES/gradio.mo +share/locale/ka/LC_MESSAGES/gradio.mo +share/locale/nb/LC_MESSAGES/gradio.mo +share/locale/nl/LC_MESSAGES/gradio.mo +share/locale/pl/LC_MESSAGES/gradio.mo +share/locale/pt_BR/LC_MESSAGES/gradio.mo +share/locale/sk/LC_MESSAGES/gradio.mo +share/locale/sr/LC_MESSAGES/gradio.mo +share/locale/sr@latin/LC_MESSAGES/gradio.mo +share/locale/sv/LC_MESSAGES/gradio.mo +share/locale/tr/LC_MESSAGES/gradio.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802122209.w1CM9ONK010383>