mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
audio/shortwave: Chase USES=cargo's new git source support
PR: 256581
This commit is contained in:
parent
a160015b86
commit
88d555cd75
@ -12,18 +12,13 @@ LICENSE_FILE= ${WRKSRC}/COPYING.md
|
||||
LIB_DEPENDS= libdbus-1.so:devel/dbus
|
||||
|
||||
USES= cargo gettext gnome meson pkgconfig python:build shebangfix sqlite ssl
|
||||
USE_GITHUB= nodefault
|
||||
USE_GITLAB= yes
|
||||
USE_GNOME= gdkpixbuf2 gtk40 libadwaita
|
||||
USE_GSTREAMER1= good libav soup vorbis
|
||||
GH_TUPLE= gtk-rs:gtk3-rs:1ca4fbcc30ec882f6079f26018c30ef1ceb8a2e2:gtk3 \
|
||||
gtk-rs:gtk4-rs:534f63e66a2a3883770fe110a8a556a4b40f84b3:gtk4
|
||||
GL_SITE= https://gitlab.gnome.org
|
||||
GL_ACCOUNT= World
|
||||
GL_PROJECT= Shortwave
|
||||
GL_COMMIT= 9bfc5ee2d857035cf0d3c72e211b3d76b85d7414
|
||||
GL_TUPLE= https://gitlab.freedesktop.org:gstreamer:gstreamer-rs:f00c57cd6f2a0912e04c10887cedbe95be7d5dea:gstreamer \
|
||||
bilelmoussaoui:libadwaita-rs:2d09b6b566bc0fa2497612768cf0c41f582acdd7:libadwaita
|
||||
SHEBANG_FILES= build-aux/meson/postinstall.py
|
||||
MAKE_ENV= ${CARGO_ENV}
|
||||
GLIB_SCHEMAS= de.haeckerfelix.Shortwave.gschema.xml
|
||||
@ -275,31 +270,11 @@ CARGO_CRATES= addr2line-0.14.1 \
|
||||
winapi-util-0.1.5 \
|
||||
winapi-x86_64-pc-windows-gnu-0.4.0 \
|
||||
winreg-0.6.2 \
|
||||
ws2_32-sys-0.2.1
|
||||
CARGO_USE_GITHUB= yes
|
||||
CARGO_USE_GITLAB= yes
|
||||
CARGO_GIT_SUBDIR= gstreamer:gstreamer-audio:gstreamer-audio \
|
||||
gstreamer:gstreamer:gstreamer \
|
||||
gtk3:cairo-rs:cairo \
|
||||
gtk3:cairo-sys-rs:cairo/sys \
|
||||
gtk3:gdk-pixbuf-sys:gdk-pixbuf/sys \
|
||||
gtk3:gdk-pixbuf:gdk-pixbuf \
|
||||
gtk3:gdk:gdk \
|
||||
gtk3:gio-sys:gio/sys \
|
||||
gtk3:gio:gio \
|
||||
gtk3:glib-sys:glib/sys \
|
||||
gtk3:glib:glib \
|
||||
gtk3:gobject-sys:glib/gobject-sys \
|
||||
gtk3:graphene-sys:graphene/sys \
|
||||
gtk3:graphene:graphene \
|
||||
gtk3:gtk:gtk \
|
||||
gtk3:pango-sys:pango/sys \
|
||||
gtk3:pango:pango \
|
||||
gtk4:gdk-sys:gdk4/sys \
|
||||
gtk4:gdk:gdk4 \
|
||||
gtk4:gtk-sys:gtk4/sys \
|
||||
gtk4:gtk:gtk4 \
|
||||
libadwaita:adw:libadwaita
|
||||
ws2_32-sys-0.2.1 \
|
||||
gstreamer,gstreamer-audio,gstreamer-audio-sys,gstreamer-base,gstreamer-base-sys,gstreamer-sys@git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs\#f00c57cd6f2a0912e04c10887cedbe95be7d5dea \
|
||||
cairo-rs,cairo-sys-rs,gdk-pixbuf,gdk-pixbuf-sys,gio,gio-sys,glib,glib-macros,glib-sys,gobject-sys,graphene-rs,graphene-sys,pango,pango-sys@git+https://github.com/gtk-rs/gtk3-rs\#1ca4fbcc30ec882f6079f26018c30ef1ceb8a2e2 \
|
||||
gdk4,gdk4-sys,gsk4,gsk4-sys,gtk4,gtk4-macros,gtk4-sys@git+https://github.com/gtk-rs/gtk4-rs\#534f63e66a2a3883770fe110a8a556a4b40f84b3 \
|
||||
libadwaita,libadwaita-sys@git+https://gitlab.gnome.org/bilelmoussaoui/libadwaita-rs\#2d09b6b566bc0fa2497612768cf0c41f582acdd7
|
||||
CARGO_BUILD= no
|
||||
CARGO_INSTALL= no
|
||||
CARGO_TEST= no
|
||||
|
@ -1,241 +0,0 @@
|
||||
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256581
|
||||
|
||||
--- ../gstreamer-rs-f00c57cd6f2a0912e04c10887cedbe95be7d5dea/gstreamer/sys/Cargo.toml.orig 2021-04-23 12:28:54 UTC
|
||||
+++ ../gstreamer-rs-f00c57cd6f2a0912e04c10887cedbe95be7d5dea/gstreamer/sys/Cargo.toml
|
||||
@@ -3,12 +3,8 @@ system-deps = "3"
|
||||
|
||||
[dependencies]
|
||||
libc = "0.2"
|
||||
-
|
||||
-[dependencies.glib-sys]
|
||||
-git = "https://github.com/gtk-rs/gtk3-rs"
|
||||
-
|
||||
-[dependencies.gobject-sys]
|
||||
-git = "https://github.com/gtk-rs/gtk3-rs"
|
||||
+glib-sys = { git = "https://github.com/gtk-rs/gtk3-rs" }
|
||||
+gobject-sys = { git = "https://github.com/gtk-rs/gtk3-rs" }
|
||||
|
||||
[dev-dependencies]
|
||||
shell-words = "1.0.0"
|
||||
--- ../gstreamer-rs-f00c57cd6f2a0912e04c10887cedbe95be7d5dea/gstreamer-audio/sys/Cargo.toml.orig 2021-04-23 12:28:54 UTC
|
||||
+++ ../gstreamer-rs-f00c57cd6f2a0912e04c10887cedbe95be7d5dea/gstreamer-audio/sys/Cargo.toml
|
||||
@@ -3,12 +3,8 @@ system-deps = "3"
|
||||
|
||||
[dependencies]
|
||||
libc = "0.2"
|
||||
-
|
||||
-[dependencies.glib-sys]
|
||||
-git = "https://github.com/gtk-rs/gtk3-rs"
|
||||
-
|
||||
-[dependencies.gobject-sys]
|
||||
-git = "https://github.com/gtk-rs/gtk3-rs"
|
||||
+glib-sys = { git = "https://github.com/gtk-rs/gtk3-rs" }
|
||||
+gobject-sys = { git = "https://github.com/gtk-rs/gtk3-rs" }
|
||||
|
||||
[dependencies.gstreamer-base-sys]
|
||||
path = "../../gstreamer-base/sys"
|
||||
--- ../gstreamer-rs-f00c57cd6f2a0912e04c10887cedbe95be7d5dea/gstreamer-base/sys/Cargo.toml.orig 2021-04-23 12:28:54 UTC
|
||||
+++ ../gstreamer-rs-f00c57cd6f2a0912e04c10887cedbe95be7d5dea/gstreamer-base/sys/Cargo.toml
|
||||
@@ -3,12 +3,8 @@ system-deps = "3"
|
||||
|
||||
[dependencies]
|
||||
libc = "0.2"
|
||||
-
|
||||
-[dependencies.glib-sys]
|
||||
-git = "https://github.com/gtk-rs/gtk3-rs"
|
||||
-
|
||||
-[dependencies.gobject-sys]
|
||||
-git = "https://github.com/gtk-rs/gtk3-rs"
|
||||
+glib-sys = { git = "https://github.com/gtk-rs/gtk3-rs" }
|
||||
+gobject-sys = { git = "https://github.com/gtk-rs/gtk3-rs" }
|
||||
|
||||
[dependencies.gstreamer-sys]
|
||||
path = "../../gstreamer/sys"
|
||||
--- ../gtk4-rs-534f63e66a2a3883770fe110a8a556a4b40f84b3/gdk4/sys/Cargo.toml.orig 2021-04-23 13:02:09 UTC
|
||||
+++ ../gtk4-rs-534f63e66a2a3883770fe110a8a556a4b40f84b3/gdk4/sys/Cargo.toml
|
||||
@@ -28,27 +28,13 @@ v4_2 = []
|
||||
|
||||
[dependencies]
|
||||
libc = "0.2"
|
||||
-
|
||||
-[dependencies.cairo-sys-rs]
|
||||
-git = "https://github.com/gtk-rs/gtk3-rs"
|
||||
-
|
||||
-[dependencies.gdk-pixbuf-sys]
|
||||
-git = "https://github.com/gtk-rs/gtk3-rs"
|
||||
-
|
||||
-[dependencies.gio-sys]
|
||||
-git = "https://github.com/gtk-rs/gtk3-rs"
|
||||
-
|
||||
-[dependencies.glib-sys]
|
||||
-git = "https://github.com/gtk-rs/gtk3-rs"
|
||||
-
|
||||
-[dependencies.gobject-sys]
|
||||
-git = "https://github.com/gtk-rs/gtk3-rs"
|
||||
-
|
||||
-[dependencies.graphene-sys]
|
||||
-git = "https://github.com/gtk-rs/gtk3-rs"
|
||||
-
|
||||
-[dependencies.pango-sys]
|
||||
-git = "https://github.com/gtk-rs/gtk3-rs"
|
||||
+cairo-sys-rs = { git = "https://github.com/gtk-rs/gtk3-rs" }
|
||||
+gdk-pixbuf-sys = { git = "https://github.com/gtk-rs/gtk3-rs" }
|
||||
+gio-sys = { git = "https://github.com/gtk-rs/gtk3-rs" }
|
||||
+glib-sys = { git = "https://github.com/gtk-rs/gtk3-rs" }
|
||||
+gobject-sys = { git = "https://github.com/gtk-rs/gtk3-rs" }
|
||||
+graphene-sys = { git = "https://github.com/gtk-rs/gtk3-rs" }
|
||||
+pango-sys = { git = "https://github.com/gtk-rs/gtk3-rs" }
|
||||
|
||||
[build-dependencies]
|
||||
system-deps = "3"
|
||||
--- ../gtk4-rs-534f63e66a2a3883770fe110a8a556a4b40f84b3/gsk4/sys/Cargo.toml.orig 2021-04-23 13:02:09 UTC
|
||||
+++ ../gtk4-rs-534f63e66a2a3883770fe110a8a556a4b40f84b3/gsk4/sys/Cargo.toml
|
||||
@@ -28,24 +28,14 @@ v4_2 = []
|
||||
|
||||
[dependencies]
|
||||
libc = "0.2"
|
||||
+cairo-sys-rs = { git = "https://github.com/gtk-rs/gtk3-rs" }
|
||||
+glib-sys = { git = "https://github.com/gtk-rs/gtk3-rs" }
|
||||
+gobject-sys = { git = "https://github.com/gtk-rs/gtk3-rs" }
|
||||
+graphene-sys = { git = "https://github.com/gtk-rs/gtk3-rs" }
|
||||
+pango-sys = { git = "https://github.com/gtk-rs/gtk3-rs" }
|
||||
|
||||
-[dependencies.cairo-sys-rs]
|
||||
-git = "https://github.com/gtk-rs/gtk3-rs"
|
||||
-
|
||||
[dependencies.gdk4-sys]
|
||||
path = "../../gdk4/sys"
|
||||
-
|
||||
-[dependencies.glib-sys]
|
||||
-git = "https://github.com/gtk-rs/gtk3-rs"
|
||||
-
|
||||
-[dependencies.gobject-sys]
|
||||
-git = "https://github.com/gtk-rs/gtk3-rs"
|
||||
-
|
||||
-[dependencies.graphene-sys]
|
||||
-git = "https://github.com/gtk-rs/gtk3-rs"
|
||||
-
|
||||
-[dependencies.pango-sys]
|
||||
-git = "https://github.com/gtk-rs/gtk3-rs"
|
||||
|
||||
[build-dependencies]
|
||||
system-deps = "3"
|
||||
--- ../gtk4-rs-534f63e66a2a3883770fe110a8a556a4b40f84b3/gtk4/sys/Cargo.toml.orig 2021-04-23 13:02:09 UTC
|
||||
+++ ../gtk4-rs-534f63e66a2a3883770fe110a8a556a4b40f84b3/gtk4/sys/Cargo.toml
|
||||
@@ -29,33 +29,19 @@ v4_2 = []
|
||||
|
||||
[dependencies]
|
||||
libc = "0.2"
|
||||
+cairo-sys-rs = { git = "https://github.com/gtk-rs/gtk3-rs" }
|
||||
+gdk-pixbuf-sys = { git = "https://github.com/gtk-rs/gtk3-rs" }
|
||||
+gio-sys = { git = "https://github.com/gtk-rs/gtk3-rs" }
|
||||
+glib-sys = { git = "https://github.com/gtk-rs/gtk3-rs" }
|
||||
+gobject-sys = { git = "https://github.com/gtk-rs/gtk3-rs" }
|
||||
+graphene-sys = { git = "https://github.com/gtk-rs/gtk3-rs" }
|
||||
+pango-sys = { git = "https://github.com/gtk-rs/gtk3-rs" }
|
||||
|
||||
-[dependencies.cairo-sys-rs]
|
||||
-git = "https://github.com/gtk-rs/gtk3-rs"
|
||||
-
|
||||
-[dependencies.gdk-pixbuf-sys]
|
||||
-git = "https://github.com/gtk-rs/gtk3-rs"
|
||||
-
|
||||
[dependencies.gdk4-sys]
|
||||
path = "../../gdk4/sys"
|
||||
|
||||
-[dependencies.gio-sys]
|
||||
-git = "https://github.com/gtk-rs/gtk3-rs"
|
||||
-
|
||||
-[dependencies.glib-sys]
|
||||
-git = "https://github.com/gtk-rs/gtk3-rs"
|
||||
-
|
||||
-[dependencies.gobject-sys]
|
||||
-git = "https://github.com/gtk-rs/gtk3-rs"
|
||||
-
|
||||
-[dependencies.graphene-sys]
|
||||
-git = "https://github.com/gtk-rs/gtk3-rs"
|
||||
-
|
||||
[dependencies.gsk4-sys]
|
||||
path = "../../gsk4/sys"
|
||||
-
|
||||
-[dependencies.pango-sys]
|
||||
-git = "https://github.com/gtk-rs/gtk3-rs"
|
||||
|
||||
[build-dependencies]
|
||||
system-deps = "3"
|
||||
--- ../libadwaita-rs-2d09b6b566bc0fa2497612768cf0c41f582acdd7/libadwaita/Cargo.toml.orig 2021-04-20 20:15:58 UTC
|
||||
+++ ../libadwaita-rs-2d09b6b566bc0fa2497612768cf0c41f582acdd7/libadwaita/Cargo.toml
|
||||
@@ -8,28 +8,14 @@ edition = "2018"
|
||||
libc = '0.2'
|
||||
bitflags = '1.2'
|
||||
lazy_static = '1.4'
|
||||
+glib = { git = "https://github.com/gtk-rs/gtk3-rs" }
|
||||
+gio = { git = "https://github.com/gtk-rs/gtk3-rs" }
|
||||
+gdk-pixbuf = { git = "https://github.com/gtk-rs/gtk3-rs" }
|
||||
+pango = { git = "https://github.com/gtk-rs/gtk3-rs" }
|
||||
+gdk = { package = "gdk4", git = "https://github.com/gtk-rs/gtk4-rs" }
|
||||
+gtk = { package = "gtk4", git = "https://github.com/gtk-rs/gtk4-rs" }
|
||||
[lib]
|
||||
name = "libadwaita"
|
||||
-
|
||||
-[dependencies.glib]
|
||||
-git = "https://github.com/gtk-rs/gtk3-rs"
|
||||
-
|
||||
-[dependencies.gio]
|
||||
-git = "https://github.com/gtk-rs/gtk3-rs"
|
||||
-
|
||||
-[dependencies.gdk-pixbuf]
|
||||
-git = "https://github.com/gtk-rs/gtk3-rs"
|
||||
-
|
||||
-[dependencies.pango]
|
||||
-git = "https://github.com/gtk-rs/gtk3-rs"
|
||||
-
|
||||
-[dependencies.gdk]
|
||||
-package = "gdk4"
|
||||
-git = "https://github.com/gtk-rs/gtk4-rs"
|
||||
-
|
||||
-[dependencies.gtk]
|
||||
-package = "gtk4"
|
||||
-git = "https://github.com/gtk-rs/gtk4-rs"
|
||||
|
||||
[dependencies.ffi]
|
||||
package = "libadwaita-sys"
|
||||
--- ../libadwaita-rs-2d09b6b566bc0fa2497612768cf0c41f582acdd7/libadwaita/sys/Cargo.toml.orig 2021-04-20 20:15:58 UTC
|
||||
+++ ../libadwaita-rs-2d09b6b566bc0fa2497612768cf0c41f582acdd7/libadwaita/sys/Cargo.toml
|
||||
@@ -16,29 +16,13 @@ name = "libadwaita_sys"
|
||||
|
||||
[dependencies]
|
||||
libc = "0.2"
|
||||
-
|
||||
-[dependencies.gio-sys]
|
||||
-git = "https://github.com/gtk-rs/gtk3-rs"
|
||||
-
|
||||
-[dependencies.glib-sys]
|
||||
-git = "https://github.com/gtk-rs/gtk3-rs"
|
||||
-
|
||||
-[dependencies.gdk-pixbuf-sys]
|
||||
-git = "https://github.com/gtk-rs/gtk3-rs"
|
||||
-
|
||||
-[dependencies.pango-sys]
|
||||
-git = "https://github.com/gtk-rs/gtk3-rs"
|
||||
-
|
||||
-[dependencies.gobject-sys]
|
||||
-git = "https://github.com/gtk-rs/gtk3-rs"
|
||||
-
|
||||
-[dependencies.gtk-sys]
|
||||
-package = "gtk4-sys"
|
||||
-git = "https://github.com/gtk-rs/gtk4-rs"
|
||||
-
|
||||
-[dependencies.gdk-sys]
|
||||
-package = "gdk4-sys"
|
||||
-git = "https://github.com/gtk-rs/gtk4-rs"
|
||||
+gio-sys = { git = "https://github.com/gtk-rs/gtk3-rs" }
|
||||
+glib-sys = { git = "https://github.com/gtk-rs/gtk3-rs" }
|
||||
+gdk-pixbuf-sys = { git = "https://github.com/gtk-rs/gtk3-rs" }
|
||||
+pango-sys = { git = "https://github.com/gtk-rs/gtk3-rs" }
|
||||
+gobject-sys = { git = "https://github.com/gtk-rs/gtk3-rs" }
|
||||
+gtk-sys = { package = "gtk4-sys", git = "https://github.com/gtk-rs/gtk4-rs" }
|
||||
+gdk-sys = { package = "gdk4-sys", git = "https://github.com/gtk-rs/gtk4-rs" }
|
||||
|
||||
[build-dependencies]
|
||||
system-deps = "3"
|
Loading…
Reference in New Issue
Block a user