Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 648334 - www-servers/nginx: adding nginx-vod-module
Summary: www-servers/nginx: adding nginx-vod-module
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL: https://github.com/kaltura/nginx-vod-...
Whiteboard:
Keywords: PullRequest
Depends on: 573710
Blocks:
  Show dependency tree
 
Reported: 2018-02-20 23:19 UTC by jonas.licht
Modified: 2024-04-19 23:18 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!
Comment 6 sqozz 2024-04-19 23:18:22 UTC
(In reply to Conrad Kostecki from comment #5)
> (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!

I took Andrews changes and rebased them on top of the current version of nginx: https://github.com/gentoo/gentoo/pull/36326

Let me know if you want to rebase your own PR then I can close mine.