diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2024-11-08 04:00:47 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2024-11-08 04:23:33 +0000 |
commit | c30bc5fb678babbb3f9fafaaf36d2e7fd58c7a09 (patch) | |
tree | a9dd02f12977ab101ba425f5efabeda1d0bc1eab | |
parent | 344d75f100ce138017c84fad8292ab4624e8dd34 (diff) |
audio/gstreamer1-plugins-sndio: Update to 1.24.0
Claim maintainership for multimedia@, who maintains the rest of the
GStreamer ports. Handing this off to gnome@ in f35841a5dea08fc0f
doesn't make much sense.
Update WWW to point to my repo.
Set DISTVERSION via gstreamer.mk to avoid duplicate work.
-rw-r--r-- | Mk/Uses/gstreamer.mk | 3 | ||||
-rw-r--r-- | audio/gstreamer1-plugins-sndio/Makefile | 8 | ||||
-rw-r--r-- | audio/gstreamer1-plugins-sndio/distinfo | 6 |
3 files changed, 9 insertions, 8 deletions
diff --git a/Mk/Uses/gstreamer.mk b/Mk/Uses/gstreamer.mk index 32843a657f76..bce3cbbea6be 100644 --- a/Mk/Uses/gstreamer.mk +++ b/Mk/Uses/gstreamer.mk @@ -195,7 +195,8 @@ gst-sndfile_IMPL= bad gst-sndio_PORT= audio/gstreamer${_GST_VER}-plugins-sndio gst-sndio_IMPL= # -gst-sndio_VERSION= 1.8.0 +gst-sndio_GST1_VERSION= 1.24.0 +gst-sndio_VERSION= ${gst-sndio_GST${_GST_VER}_VERSION} gst-soundtouch_PORT= audio/gstreamer${_GST_VER}-plugins-soundtouch gst-soundtouch_IMPL= bad diff --git a/audio/gstreamer1-plugins-sndio/Makefile b/audio/gstreamer1-plugins-sndio/Makefile index 0848f1bf5abf..7a23631765a1 100644 --- a/audio/gstreamer1-plugins-sndio/Makefile +++ b/audio/gstreamer1-plugins-sndio/Makefile @@ -1,14 +1,14 @@ PORTNAME= gstreamer1-plugins-sndio DISTVERSIONPREFIX= v -DISTVERSION= 1.8.0.1 -PORTREVISION= 1 +DISTVERSION= ${gst-sndio_VERSION} CATEGORIES= audio -MAINTAINER= gnome@FreeBSD.org +MAINTAINER= multimedia@FreeBSD.org COMMENT= Sndio audio sink and source for GStreamer -WWW= https://github.com/t6/gstreamer1-plugins-sndio/ +WWW= https://github.com/BSDKaffee/gstreamer1-plugins-sndio/ LICENSE= ISCL +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libsndio.so:audio/sndio diff --git a/audio/gstreamer1-plugins-sndio/distinfo b/audio/gstreamer1-plugins-sndio/distinfo index b0235ab4fa20..ec76179cf9e9 100644 --- a/audio/gstreamer1-plugins-sndio/distinfo +++ b/audio/gstreamer1-plugins-sndio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1731027140 -SHA256 (BSDKaffee-gstreamer1-plugins-sndio-v1.8.0.1_GH0.tar.gz) = 2dbc21970166500ad24f91be600fe989e625ccf6e60fb4c720afa85d2bba511c -SIZE (BSDKaffee-gstreamer1-plugins-sndio-v1.8.0.1_GH0.tar.gz) = 7482 +TIMESTAMP = 1731038077 +SHA256 (BSDKaffee-gstreamer1-plugins-sndio-v1.24.0_GH0.tar.gz) = 350b9f41d3b43fa226fba4524f459c3541c86eaab4b72c378510681bc39a0a1e +SIZE (BSDKaffee-gstreamer1-plugins-sndio-v1.24.0_GH0.tar.gz) = 7584 |