diff --git a/audio/shortwave/Makefile b/audio/shortwave/Makefile index c728f0f0129d..866df24aa1d9 100644 --- a/audio/shortwave/Makefile +++ b/audio/shortwave/Makefile @@ -1,48 +1,48 @@ PORTNAME= shortwave DISTVERSION= 3.1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MAINTAINER= jbeich@FreeBSD.org COMMENT= Listen to internet radio WWW= https://gitlab.gnome.org/World/Shortwave LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING.md LIB_DEPENDS= libdbus-1.so:devel/dbus \ libshumate-1.0.so:x11-toolkits/libshumate USES= cargo gettext gnome gstreamer meson pkgconfig sqlite ssl USE_GITLAB= yes USE_GNOME= gdkpixbuf2 gtk40 libadwaita USE_GSTREAMER= good libav soup vorbis GL_SITE= https://gitlab.gnome.org GL_ACCOUNT= World GL_PROJECT= Shortwave GL_COMMIT= de062d5f2a2f395bb2c3f8149793d4203593e912 MAKE_ENV= ${CARGO_ENV} CARGO_BUILD= no CARGO_INSTALL= no CARGO_TEST= no GLIB_SCHEMAS= de.haeckerfelix.Shortwave.gschema.xml OPTIONS_DEFINE= PULSEAUDIO OPTIONS_DEFAULT=PULSEAUDIO PULSEAUDIO_USE= GSTREAMER=pulse post-patch: @${REINPLACE_CMD} -e '/dependency.*openssl/d' \ -e '/gstreamer.*bad/d' \ -e "/vcs_tag/s/=.*/= '${DISTVERSIONFULL}'/" \ ${WRKSRC}/meson.build @${REINPLACE_CMD} -e '/update_desktop_database/d' \ ${WRKSRC}/data/meson.build # Make each cargo subcommand very verbose # Add explicit subdir for --target from USES=cargo @${REINPLACE_CMD} -e "/cargo_options =/s/ '--/&verbose', &verbose', &/" \ -e "/cp/s,'target',& / '${CARGO_BUILD_TARGET}'," \ ${WRKSRC}/src/meson.build .include diff --git a/x11-toolkits/libshumate/Makefile b/x11-toolkits/libshumate/Makefile index 3574d02b97a0..6d20f9b51f25 100644 --- a/x11-toolkits/libshumate/Makefile +++ b/x11-toolkits/libshumate/Makefile @@ -1,26 +1,26 @@ PORTNAME= libshumate DISTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= x11-toolkits geography MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= GTK4 widget to display maps WWW= https://wiki.gnome.org/Projects/libshumate LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ +LIB_DEPENDS= libsoup-3.0.so:devel/libsoup3 \ libgraphene-1.0.so:graphics/graphene USES= gettext gnome meson pkgconfig sqlite tar:xz vala:build USE_GNOME= cairo gdkpixbuf2 gtk40 introspection:build USE_LDCONFIG= yes -MESON_ARGS= -Dlibsoup3=false # Required by shortwave via gstreamer1-plugins-soup OPTIONS_DEFINE= DOCS DOCS_BUILD_DEPENDS= gi-docgen:textproc/py-gi-docgen DOCS_MESON_TRUE= gtk_doc .include