diff options
author | Michal Zielonka <michal.zielonka.8001@gmail.com> | 2022-09-20 17:47:40 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2022-10-15 10:46:46 +0000 |
commit | e3b732b4791c01bdeeb671ffb557c1914763249f (patch) | |
tree | a0a745f340d9d73c9e90a998670e76d457e77a8e /ftp | |
parent | 90c241c4254b18ecb7db10e3de9748970845e96a (diff) |
Update gstreamer1 to upstream release 1.20.3
PR: 261585
Reviewed by: riggs,jbeich,tcberner
Differential Revision: https://reviews.freebsd.org/D36850
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/gstreamer1-plugins-curl/Makefile | 7 | ||||
-rw-r--r-- | ftp/gstreamer1-plugins-curl/pkg-plist | 1 |
2 files changed, 7 insertions, 1 deletions
diff --git a/ftp/gstreamer1-plugins-curl/Makefile b/ftp/gstreamer1-plugins-curl/Makefile index 8849b953662a..e7f4db6112f5 100644 --- a/ftp/gstreamer1-plugins-curl/Makefile +++ b/ftp/gstreamer1-plugins-curl/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= ftp COMMENT= GStreamer curl based output plugin @@ -8,4 +8,9 @@ DIST= bad MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +PLIST= ${.CURDIR}/pkg-plist + +LIB_DEPENDS= libcurl.so:ftp/curl \ + libssh2.so:security/libssh2 + .include "${MASTERDIR}/Makefile" diff --git a/ftp/gstreamer1-plugins-curl/pkg-plist b/ftp/gstreamer1-plugins-curl/pkg-plist new file mode 100644 index 000000000000..bb7890160811 --- /dev/null +++ b/ftp/gstreamer1-plugins-curl/pkg-plist @@ -0,0 +1 @@ +lib/gstreamer-%%VERSION%%/libgstcurl.so |