| |
@@ -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
|
| |
Fixes #1273