FreeBSD Bugzilla – Attachment 190784 Details for
Bug 225895
audio/gradio: fails to build because meson builds wrong ninja files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
patch-gradio.diff (text/plain), 1.46 KB, created by
Carlos J. Puga Medina
on 2018-02-19 08:19:08 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Carlos J. Puga Medina
Created:
2018-02-19 08:19:08 UTC
Size:
1.46 KB
patch
obsolete
>Index: audio/gradio/Makefile >=================================================================== >--- audio/gradio/Makefile (revision 462283) >+++ audio/gradio/Makefile (working copy) >@@ -4,6 +4,7 @@ > PORTNAME= gradio > PORTVERSION= 7.1 > DISTVERSIONPREFIX= v >+PORTREVISION= 1 > CATEGORIES= audio > > MAINTAINER= arved@FreeBSD.org >@@ -14,14 +15,15 @@ > > BUILD_DEPENDS= valac:lang/vala > LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ >- libjson-glib-1.0.so:devel/json-glib \ >- libsqlite3.so:databases/sqlite3 >+ libjson-glib-1.0.so:devel/json-glib > >-USES= meson ninja gettext >+USES= gettext meson pkgconfig sqlite:3 > USE_GITHUB= yes > GH_ACCOUNT= haecker-felix >-USE_GNOME= glib20 gtk30 gdkpixbuf2 cairo >-USE_GSTREAMER1= yes >+USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 >+USE_GSTREAMER1= mpg123 soup > INSTALLS_ICONS= yes > >+GLIB_SCHEMAS= de.haeckerfelix.gradio.gschema.xml >+ > .include <bsd.port.mk> >Index: audio/gradio/pkg-plist >=================================================================== >--- audio/gradio/pkg-plist (revision 462283) >+++ audio/gradio/pkg-plist (working copy) >@@ -2,7 +2,6 @@ > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 225895
:
190670
|
190784
|
190786