File: 010_change-project-name.patch

package info (click to toggle)
obs-retro-effects 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,004 kB
  • sloc: ansic: 7,133; sh: 153; makefile: 27; cpp: 16
file content (17 lines) | stat: -rw-r--r-- 616 bytes parent folder | download
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.