commit:     d20b3c285eb58df9b042c60668e25eee3637cde2
Author:     Zurab Kvachadze <zurabid2016 <AT> gmail <DOT> com>
AuthorDate: Mon Sep  1 13:23:56 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep  6 14:23:50 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d20b3c28

www-nginx/ngx-rtmp: new package, add 1.2.2

nginx-rtmp-module[1] is an NGINX media streaming module, supporting
RTMP/HLS/MPEG-DASH live streaming.

[1]: https://github.com/arut/nginx-rtmp-module

Closes: https://bugs.gentoo.org/959629
Suggested-by: Alexander Petrenas
Signed-off-by: Zurab Kvachadze <zurabid2016 <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43635
Closes: https://github.com/gentoo/gentoo/pull/43635
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-nginx/ngx-rtmp/Manifest              |  1 +
 www-nginx/ngx-rtmp/metadata.xml          | 16 ++++++++++++++++
 www-nginx/ngx-rtmp/ngx-rtmp-1.2.2.ebuild | 20 ++++++++++++++++++++
 3 files changed, 37 insertions(+)

diff --git a/www-nginx/ngx-rtmp/Manifest b/www-nginx/ngx-rtmp/Manifest
new file mode 100644
index 000000000000..df0ccc6b6b58
--- /dev/null
+++ b/www-nginx/ngx-rtmp/Manifest
@@ -0,0 +1 @@
+DIST ngx-rtmp-1.2.2.tar.gz 519934 BLAKE2B 
8745816b879f506720955d6c7e5e8af036e88b3601a680071ffb255a3ec31d69e132b5cc8b493202fa985eb30b8529428f683b5154a0054c0ee990d3185c7abf
 SHA512 
3f8c803221854c4b1a06aadc6313fbfec74bd7179c0ee51d4365b26ffa8875881a6e1e48f777a9c9efbb9170ab7478a82920d5448a2c2df485503d37bb03ab81

diff --git a/www-nginx/ngx-rtmp/metadata.xml b/www-nginx/ngx-rtmp/metadata.xml
new file mode 100644
index 000000000000..f3382dc89781
--- /dev/null
+++ b/www-nginx/ngx-rtmp/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person" proxied="yes">
+               <email>[email protected]</email>
+               <name>Zurab Kvachadze</name>
+       </maintainer>
+       <maintainer type="project" proxied="proxy">
+               <email>[email protected]</email>
+               <name>Proxy Maintainers</name>
+       </maintainer>
+       <upstream>
+       <bugs-to>https://github.com/arut/nginx-rtmp-module/issues</bugs-to>
+               <remote-id type="github">arut/nginx-rtmp-module</remote-id>
+       </upstream>
+</pkgmetadata>

diff --git a/www-nginx/ngx-rtmp/ngx-rtmp-1.2.2.ebuild 
b/www-nginx/ngx-rtmp/ngx-rtmp-1.2.2.ebuild
new file mode 100644
index 000000000000..9cae1e2a5582
--- /dev/null
+++ b/www-nginx/ngx-rtmp/ngx-rtmp-1.2.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="nginx-rtmp-module"
+NGINX_MOD_S="${WORKDIR}/${MY_PN}-${PV}"
+
+inherit nginx-module
+
+DESCRIPTION="NGINX-based Media Streaming Server"
+HOMEPAGE="https://github.com/arut/nginx-rtmp-module";
+SRC_URI="
+       
https://github.com/arut/nginx-rtmp-module/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz
+"
+
+LICENSE="BSD-2"
+SLOT="0"
+
+KEYWORDS="~amd64"

Reply via email to