package_info.conf.in
3.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
[Package]
name = webcamoid
identifier = @APP_IDENTIFIER@
targetPlatform = @TARGET_PLATFORM@
debug = @PACKAGE_IS_DEBUG@
sourcesDir = @CMAKE_SOURCE_DIR@
mainExecutable = @MAIN_EXECUTABLE@
programArgs = @PROGRAM_ARGS@
libDir = @APP_LIBDIR@
buildInfoFile = @BUILD_INFO_FILE@
targetArch = @TARGET_ARCH@
version = @VERSION@
outputFormats = @OUTPUT_FORMATS@
modules = Qt, GStreamer, OpenSSL, PipeWire, Sdl, Vlc
extraLibs = @EXTRA_LIBS@
dailyBuild = @DAILY_BUILD@
buildType = @CMAKE_BUILD_TYPE@
[Git]
hideCommitCount = true
[PipeWire]
modulesDir = @PIPEWIRE_MODULES_DIR@
outputModulesDir = @PIPEWIRE_MODULES_PATH@
spaPluginsDir = @PIPEWIRE_SPA_PLUGINS_DIR@
outputSpaPluginsDir = @PIPEWIRE_SPA_PLUGINS_PATH@
[Qt]
version = @QT_VERSION_MAJOR@
sourcesQmlDirs = StandAlone/share/qml, StandAlone/share/themes/WebcamoidTheme, libAvKys/Plugins
outputQmlDir = @OUTPUT_QML_DIR@
qtQmlDir = @QT_INSTALL_QML@
outputQtPluginsDir = @OUTPUT_QT_PLUGINS_DIR@
qtPluginsDir = @QT_INSTALL_PLUGINS@
sourcesDir = @QT_INSTALL_SRC@
qtConfFile = @QT_CONF_FILE@
qmakeExecutable = @QT_QMAKE_EXECUTABLE_BIN@
[Vlc]
pluginsDir = @VLC_PLUGINS_DIR@
outputPluginsDir = @VLC_PLUGINS_PATH@
[GStreamer]
pluginsDir = @GST_PLUGINS_DIR@
outputPluginsDir = @GST_PLUGINS_PATH@
pluginScanner = @GST_PLUGINS_SCANNER_PATH@
[OpenSSL]
androidOpensslSuffix = @ANDROID_OPENSSL_SUFFIX@
[AppImage]
name = webcamoid-portable
launcher = webcamoid.sh
desktopFile = webcamoid.desktop
desktopIcon = StandAlone/share/themes/WebcamoidTheme/icons/hicolor/48x48/webcamoid.png
dirIcon = StandAlone/share/themes/WebcamoidTheme/icons/hicolor/256x256/webcamoid.png
pkgTargetPlatform = @PKG_TARGET_PLATFORM@
[CompressedTarXz]
name = webcamoid-portable
pkgTargetPlatform = @PKG_TARGET_PLATFORM@
[CompressedZip]
name = webcamoid-portable
[Dmg]
name = webcamoid-portable
[MacPkg]
name = webcamoid-installer
appName = Webcamoid
productTitle = Webcamoid
description = Webcamoid, the ultimate webcam suite!
component = Webcamoid.app
licenseFile = COPYING
[Nsis]
name = webcamoid-installer
organization = Webcamoid
appName = Webcamoid
productVersion = @VERSION@.0
description = Webcamoid, the ultimate webcam suite!
icon = @INSTALLER_ICON@
runProgram = @RUN_PROGRAM@
license = COPYING
requiresAdminRights = false
multiUserInstall = true
[QtIFW]
name = webcamoid-installer
organization = io.github.webcamoid
appName = Webcamoid
title = Webcamoid, The ultimate webcam suite!
description = Install Webcamoid
icon = @INSTALLER_ICON@
url = https://webcamoid.github.io/
targetDir = @QTIFW_TARGET_DIR@
runProgram = @RUN_PROGRAM@
runProgramDescription = Launch Webcamoid now!
license = COPYING
licenseName = GNU General Public License v3.0
script = ports/deploy/installscript.@TARGET_PLATFORM@.qs
changeLog = ChangeLog
pkgTargetPlatform = @PKG_TARGET_PLATFORM@
[DebPackage]
name = webcamoid-official
targetArch = @DEB_TARGET_ARCH@
section = video
priority = optional
maintainer = Webcamoid Project <https://webcamoid.github.io>
title = Webcamoid, The ultimate webcam suite!
suggests = v4l2loopback-dkms
conflicts = webcamoid
homepage = https://webcamoid.github.io/
copyrightFile = @DEB_COPYRIGHT_FILE@
installPrefix = @DEB_INSTALL_PREFIX@
changeLog = ChangeLog
links = @DEB_LINKS@
[RpmPackage]
name = webcamoid-official
targetArch = @RPM_TARGET_ARCH@
summary = Webcamoid, The ultimate webcam suite!
license = GPL-3.0-or-later
suggests = (kmod-v4l2loopback or dkms-v4l2loopback or v4l2loopback-kmp-default or kernel-modules-v4l2loopback-std-def)
conflicts = webcamoid
homepage = https://webcamoid.github.io/
installPrefix = @RPM_INSTALL_PREFIX@
links = @RPM_LINKS@