1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: change the plugin name to remove obs- prefix
Author: Joao Eriberto Mota Filho <eriberto@debian.org>
Forwarded: not-needed
Last-Update: 2025-09-07
Index: obs-retro-effects-1.0.0/CMakeLists.txt
===================================================================
--- obs-retro-effects-1.0.0.orig/CMakeLists.txt
+++ obs-retro-effects-1.0.0/CMakeLists.txt
@@ -9,7 +9,7 @@ else()
cmake_minimum_required(VERSION 3.18)
endif()
-project(obs-retro-effects VERSION 1.0.1)
+project(retro-effects VERSION 1.0.1)
set(PROJECT_FULL_NAME "Retro Effects")
# Set new UUIDs when you start to create a new plugin.
|