Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 648334

Summary: www-servers/nginx: adding nginx-vod-module
Product: Gentoo Linux Reporter: jonas.licht
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: UNCONFIRMED ---    
Severity: enhancement Keywords: PullRequest
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://github.com/kaltura/nginx-vod-module
See Also: https://github.com/gentoo/gentoo/pull/16053
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 573710    
Bug Blocks:    

Description jonas.licht 2018-02-20 23:19:41 UTC
Hi

I found a useful nginx module that can split on demand video files in snippets.
It's very useful for building an video on demand cdn.

I've added it to the ebuild and made a pull request.

Jonas
Comment 1 Thomas Deutschmann (RETIRED) gentoo-dev 2018-02-21 00:16:28 UTC
I'll keep this bug open but bug the PR was rejected due to our nginx 3rd party module policy.
Comment 2 jonas.licht 2018-02-21 21:12:17 UTC
This module supports to build as a dynamic module.
Do you have a work flow to build an ebuild for only the module
or how do you plan to handle dynamic module?
Comment 3 Thomas Deutschmann (RETIRED) gentoo-dev 2018-02-22 02:30:51 UTC
Well, that's the topic of bug 573710. Basically, we need to find a solution (create an eclass or something), to allow/support module ebuilds.
Comment 4 Andrew Udvare 2020-06-02 06:06:23 UTC
I submitted a PR quite some time ago but I just updated it.

https://github.com/gentoo/gentoo/pull/11043
Comment 5 Conrad Kostecki gentoo-dev 2022-09-05 23:30:12 UTC
(In reply to Andrew Udvare from comment #4)
> I submitted a PR quite some time ago but I just updated it.
> 
> https://github.com/gentoo/gentoo/pull/11043

Could you rebase to newest version? Thanks!