#1274 Document a few addon naming exceptions
Merged a year ago by ngompa. Opened a year ago by ngompa.
ngompa/packaging-committee addon-exceptions  into  master

@@ -328,6 +328,15 @@ 

  In particular, this prefix SHOULD NOT be pluralized

  (i.e., it SHOULD NOT be `+gnome-shell-extensions+`).

  

+ === GStreamer plugins

+ 

+ Packages that extend GStreamer SHOULD begin

+ with the prefix `+gstreamer1-plugin-+`.

+ In particular, this prefix SHOULD NOT be pluralized

+ (i.e., it SHOULD NOT be `+gstreamer1-plugins+`)

+ unless it is a collection of plugins

+ (i.e., `+gstreamer1-plugins-good+`).

+ 

  === LibreOffice extensions

  

  Packages of LibreOffice extensions
@@ -372,6 +381,23 @@ 

  |=============================================

  

  

+ === NGINX modules

+ 

+ Packages of NGINX modules SHOULD begin

+ with the prefix `+nginx-mod-+`.

+ In particular, this prefix SHOULD NOT be pluralized

+ (i.e., it SHOULD NOT be `+nginx-mods+`).

+ Some upstream projects may use `+module+` as a

+ prefix, and this should be accounted for and

+ replaced accordingly in the package name.

+ 

+ === OBS Studio plugins

+ 

+ Packages of OBS Studio plugins SHOULD begin

+ with the prefix `+obs-studio-plugin-+`.

+ In particular, this prefix SHOULD NOT be pluralized

+ (i.e., it SHOULD NOT be `+obs-studio-plugins+`).

+ 

  === OCaml modules

  

  OCaml modules, libraries and syntax extensions

Looks good to me, thanks!

I assume we're no longer talking about gstreamer0.10 plugins anyway? :wink:

Right, I forgot we used to have those. I can tweak to note major version, but we haven't had the older ones in a long time...

No, it's fine. I don't think we need to mention GStreamer 0.10. It's been dead for a while. :)

When gst2 happens, we'll fix it. :wink:

Pull-Request has been merged by ngompa

a year ago
Metadata