Port details |
- gradio GTK3 app for finding and listening to internet radio stations
- 7.3_1 audio
=0 7.3_1Version of this port present on the latest quarterly branch.
- BROKEN: Does not build against current vala
DEPRECATED: BROKEN for more than a year This port expired on: 2023-11-30 IGNORE: is marked as broken: Does not build against current vala
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2018-02-12 22:09:37
- Last Update: 2023-12-02 12:51:51
- Commit Hash: 2e113a0
- License: GPLv3
- WWW:
- https://github.com/haecker-felix/gradio
- Description:
- A GTK3 app for finding and listening to internet radio stations.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: gradio
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1568745509
SHA256 (haecker-felix-Gradio-v7.3_GH0.tar.gz) = 5c5afed83fceb9a9f8bc7414b8a200128b3317ccf1ed50a0e7321ca15cf19412
SIZE (haecker-felix-Gradio-v7.3_GH0.tar.gz) = 445273
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- gstreamer1-plugins-good>=1.22.5 : multimedia/gstreamer1-plugins-good
- gstreamer1-plugins-mpg123>=1.22.5 : audio/gstreamer1-plugins-mpg123
- gstreamer1-plugins-soup>=1.22.5 : devel/gstreamer1-plugins-soup
- gstreamer1-plugins-ugly>=1.22.5 : multimedia/gstreamer1-plugins-ugly
- gstreamer1-plugins>=1.22.5 : multimedia/gstreamer1-plugins
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- valac : lang/vala
- Runtime dependencies:
-
- gstreamer1-plugins-good>=1.22.5 : multimedia/gstreamer1-plugins-good
- gstreamer1-plugins-mpg123>=1.22.5 : audio/gstreamer1-plugins-mpg123
- gstreamer1-plugins-soup>=1.22.5 : devel/gstreamer1-plugins-soup
- gstreamer1-plugins-ugly>=1.22.5 : multimedia/gstreamer1-plugins-ugly
- gstreamer1-plugins>=1.22.5 : multimedia/gstreamer1-plugins
- Library dependencies:
-
- libsoup-2.4.so : devel/libsoup
- libjson-glib-1.0.so : devel/json-glib
- libintl.so : devel/gettext-runtime
- libatk-1.0.so : accessibility/at-spi2-core
- libcairo.so : graphics/cairo
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-3.so : x11-toolkits/gtk30
- libpango-1.0.so : x11-toolkits/pango
- libgstreamer-1.0.so : multimedia/gstreamer1
- libsqlite3.so : databases/sqlite3
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- audio_gradio
- USES:
- gettext gnome gstreamer meson pkgconfig python:env sqlite vala:build
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
7.3_1 02 Dec 2023 12:51:51 |
Rene Ladan (rene) |
audio/gradio: Remove expired port
2023-11-30 audio/gradio: BROKEN for more than a year |
7.3_1 29 Oct 2023 22:53:41 |
Muhammad Moinur Rahman (bofh) |
audio/gradio: Mark DEPRECATED
- BROKEN for more than a year
- Set EXPIRATION_DATE 2023-11-30 |
7.3_1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
7.3_1 02 Mar 2023 05:23:10 |
Tobias C. Berner (tcberner) |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
7.3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
7.3 26 Aug 2022 17:02:28 |
Tobias C. Berner (tcberner) |
audio/gradio: mark broken (does not compile against modern vala)
PR: 249940 |
7.3 26 Aug 2022 17:02:25 |
Tobias C. Berner (tcberner) |
framework: switch tree to using vala.mk
PR: 249940 |
7.3 20 Jul 2022 14:20:54 |
Tobias C. Berner (tcberner) |
audio: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <dmagda+libsamplerate@ee.ryerson.ca>
* <trasz@FreeBSD.org>
* Adam Weinberger
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aleksander Fafula <alex@bsdguru.org>
* Alex Allan <alex@kamaz.org.uk>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kojevnikov <alexander@kojevnikov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Vereeken <Alexander88207@protonmail.com> (Only the first 15 lines of the commit message are shown above ) |
7.3 30 Apr 2022 08:03:20 |
Tobias C. Berner (tcberner) |
framework: convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert ports tree to make use of USES=gstreamer
- remove duplicate dependency lines from the tree
Differential Revision: https://reviews.freebsd.org/D35097 |
7.3 11 Nov 2021 18:05:38 |
Tilman Keskinoz (arved) |
Drop maintainership on most of my ports |
7.3 10 Oct 2021 19:44:42 |
Baptiste Daroussin (bapt) |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency) |
7.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
7.3 16 Nov 2019 13:46:54 |
tobik |
Clean up WRKSRC and USE_GITHUB usage in some ports |
7.3 17 Sep 2019 18:46:40 |
arved |
Update to 7.3
This will be the latest release of gradio. Upstream is working on a rewrite
in rust named shortwave |
7.2 10 Jan 2019 08:26:20 |
cpm |
- Do not unnecessarily include bsd.port.pre.mk and bsd.port.post.mk
PR: 228884
Submitted by: cpm
Approved by: arved (maintainer) |
7.2 04 Nov 2018 20:51:36 |
arved |
Update to 7.2 |
7.1_1 01 Mar 2018 10:49:51 |
arved |
Python3 metaport is not installed on pkgbuilder, so fix env
Reported by: pkgbuilder |
7.1_1 28 Feb 2018 11:09:14 |
cpm |
audio/gradio: unbreak build, undeprecate
- Switch to USES=sqlite
- Add missing USES=pkgconfig
- Remove USES=ninja because meson implicitly uses ninja
- Sort USES and USE_GNOME
- Add missing plugins in USE_GSTREAMER1
- Add GLIB_SCHEMAS to install properly de.haeckerfelix.gradio.gschema.xml
- Bump PORTREVISION
PR: 225895
Submitted by: cpm
Reported by: Sergio Lenzi <lenzi.sergio@gmail.com>
Approved by: arved (maintainer) |
7.1 25 Feb 2018 11:51:34 |
antoine |
Mark BROKEN: fails to configure
Found Pkg-config: NO
Meson encountered an error in file meson.build, line 7, column 0:
Pkg-config not found.
Reported by: pkg-fallout |
7.1 14 Feb 2018 07:26:21 |
arved |
Add missing BUILD_DEPENDS
Reported by: pkgbuilder |
7.1 12 Feb 2018 22:09:24 |
arved |
Add gradio, a GTK3 application to discover and listen to Internet
radio stations |