Skip to content

Commit 43d4edd

Browse files
committed
Attempt to rebrand
1 parent 4bde313 commit 43d4edd

20 files changed

+114
-114
lines changed

win/CS/HandBrake.App.Core/HandBrake.App.Core.csproj

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<TargetFramework>net6.0</TargetFramework>
55
<FileVersion>1.7.4.0</FileVersion>
66
<Version>1.7.4</Version>
7-
<Authors>HandBrake Team</Authors>
8-
<Description>HandBrake is an open-source, GPL-licensed, multiplatform,video transcoder.</Description>
9-
<Copyright>Copyright © 2003-2023 HandBrake Team</Copyright>
10-
<PackageProjectUrl>https://handbrake.fr</PackageProjectUrl>
11-
<RepositoryUrl>https://github.com/HandBrake/HandBrake</RepositoryUrl>
7+
<Authors>Eclipse Community</Authors>
8+
<Description>StickShift is an open-source, GPL-licensed, multiplatform, video transcoder.</Description>
9+
<Copyright>Copyright © 2003-2024 Eclipse Community</Copyright>
10+
<PackageProjectUrl>https://eclipse.cx/projects/stickshift.htm</PackageProjectUrl>
11+
<RepositoryUrl>https://github.com/Eclipse-Community/StickShift</RepositoryUrl>
1212
<RepositoryType>git</RepositoryType>
1313
<PackageTags>Video Transcoder</PackageTags>
1414
<Platforms>AnyCPU</Platforms>

win/CS/HandBrake.App.Core/Settings.StyleCop

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
</Rule>
5656
</Rules>
5757
<AnalyzerSettings>
58-
<StringProperty Name="CompanyName">HandBrake Project (https://handbrake.fr)</StringProperty>
59-
<StringProperty Name="Copyright">This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.</StringProperty>
58+
<StringProperty Name="CompanyName">Eclipse Community</StringProperty>
59+
<StringProperty Name="Copyright">This file is part of the StickShift source code - It may be used under the terms of the GNU General Public License.</StringProperty>
6060
</AnalyzerSettings>
6161
</Analyzer>
6262
</Analyzers>

win/CS/HandBrake.Installer/HandBrake.Installer.wixproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ProductVersion>3.10</ProductVersion>
77
<ProjectGuid>02684a37-c3e0-43f6-a4f0-2465afedd6df</ProjectGuid>
88
<SchemaVersion>2.0</SchemaVersion>
9-
<OutputName>HandBrake</OutputName>
9+
<OutputName>StickShift</OutputName>
1010
<OutputType>Package</OutputType>
1111
</PropertyGroup>
1212
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">

win/CS/HandBrake.Installer/Product.wxs

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

33
<!--
4-
// <copyright project="HandBrake.Installer" team="HandBrake Project (http://handbrake.fr)">
4+
// <copyright project="HandBrake.Installer" team="Eclipse Community">
55
// This file is part of the HandBrake source code - It may be used under the terms of the MIT License.
66
// This project is NOT included under the HandBrake applications GPLv2 license.
77
// </copyright>
@@ -11,19 +11,19 @@
1111

1212
<?if $(var.Configuration)=Debug ?>
1313
<?define msiProductId = "fd19ef0e-77c4-47a6-b1e4-4cea0b3a4c94" ?>
14-
<?define productName = "HandBrake Nightly" ?>
15-
<?define installDir = "Nightly" ?>
14+
<?define productName = "StickShift" ?>
15+
<?define installDir = "StickShift" ?>
1616
<?define ToastActivatorCLSID = "" ?>
1717
<?define packagePath = "..\HandBrakeWPF\bin\publish" ?>
1818
<?else ?>
1919
<?define msiProductId = "fd19ef0e-77c4-47a6-b1e4-4cea0b3a4c93" ?>
20-
<?define productName = "HandBrake" ?>
21-
<?define installDir = "HandBrake" ?>
20+
<?define productName = "StickShift" ?>
21+
<?define installDir = "StickShift" ?>
2222
<?define ToastActivatorCLSID = "" ?>
2323
<?define packagePath = "..\HandBrakeWPF\bin\publish" ?>
2424
<?endif ?>
2525

26-
<Product Id="$(var.msiProductId)" Name="$(var.productName)" Language="1033" Version="1.6.1.0" Manufacturer="HandBrake Team" UpgradeCode="$(var.msiProductId)">
26+
<Product Id="$(var.msiProductId)" Name="$(var.productName)" Language="1033" Version="1.6.1.0" Manufacturer="Eclipse Community" UpgradeCode="$(var.msiProductId)">
2727
<Package InstallerVersion="200" Platform="x64" Compressed="yes" InstallScope="perMachine" />
2828

2929
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
@@ -33,8 +33,8 @@
3333
<Icon Id="ProductIcon" SourceFile="..\HandBrakeWPF\handbrakepineapple.ico"/>
3434

3535
<Property Id="ARPPRODUCTICON" Value="ProductIcon"/>
36-
<Property Id="ARPHELPLINK" Value="https://www.handbrake.fr/docs"/>
37-
<Property Id="ARPURLINFOABOUT" Value="https://www.handbrake.fr"/>
36+
<Property Id="ARPHELPLINK" Value="https://github.com/Eclipse-Community/StickShift/issues"/>
37+
<Property Id="ARPURLINFOABOUT" Value="https://eclipse.cx/projects/stickshift.htm"/>
3838
<Property Id="ARPNOREPAIR" Value="1"/>
3939
<Property Id="WIXUI_INSTALLDIR" Value="APPDIR" />
4040

@@ -52,13 +52,13 @@
5252
<Directory Id="TARGETDIR" Name="SourceDir">
5353

5454
<Directory Id="ProgramFiles64Folder">
55-
<Directory Id="INSTALLDIR" Name="HandBrakeTeam">
55+
<Directory Id="INSTALLDIR" Name="StickShift">
5656
<Directory Id="APPDIR" Name="$(var.installDir)">
5757

5858
<Component Win64="yes" Id="ApplicationFiles" Guid="cbae29e7-6d39-49bb-8c76-0305c3d42181">
5959
<!-- Core Application -->
60-
<File Source="$(var.packagePath)\HandBrake.exe" />
61-
<File Source="$(var.packagePath)\HandBrake.Worker.exe" />
60+
<File Source="$(var.packagePath)\StickShift.exe" />
61+
<File Source="$(var.packagePath)\StickShift.Worker.exe" />
6262
<File Source="$(var.packagePath)\hb.dll"/>
6363
<File Source="$(var.packagePath)\portable.ini.template"/>
6464
</Component>
@@ -78,17 +78,17 @@
7878
<Component Id="AppShortcuts" Win64="yes">
7979

8080
<!-- Shortcuts for the shell -->
81-
<Shortcut Id="SCUT_Shortcuts_Shell" Name="$(var.productName)" Target="[#HandBrake.exe]" WorkingDirectory="APPLICATIONROOTDIRECTORY">
81+
<Shortcut Id="SCUT_Shortcuts_Shell" Name="$(var.productName)" Target="[#StickShift.exe]" WorkingDirectory="APPLICATIONROOTDIRECTORY">
8282
<!--AUMID-->
83-
<ShortcutProperty Key="System.AppUserModel.ID" Value="HandBrakeTeam.$(var.productName)"/>
83+
<ShortcutProperty Key="System.AppUserModel.ID" Value="StickShift.$(var.productName)"/>
8484
<!--COM CLSID-->
8585
<ShortcutProperty Key="System.AppUserModel.ToastActivatorCLSID" Value="{cbae29e7-6d39-49bb-8c76-0305c3d42181}"/>
8686
</Shortcut>
8787

8888
<!-- Uninstall shortcut -->
8989
<Shortcut Id="SCUT_Shortcuts_Uninstall" Name="Uninstall $(var.productName)" Target="[System64Folder]msiexec.exe" Arguments="/x [ProductCode]"/>
9090
<RemoveFolder Id="REMOVE_Shortcuts" On="uninstall" />
91-
<RegistryValue Root="HKCU" Key="Software\HandBakeTeam\$(var.installDir)" Name="installedShortcut" Type="integer" Value="1" KeyPath="yes" />
91+
<RegistryValue Root="HKCU" Key="Software\StickShift\$(var.installDir)" Name="installedShortcut" Type="integer" Value="1" KeyPath="yes" />
9292

9393
</Component>
9494
</DirectoryRef>

win/CS/HandBrake.Installer/Readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
HandBrake Defaults to using the NSIS installer to generate the exe installers.
1+
StickShift Defaults to using the NSIS installer to generate the exe installers.
22
HandBrake.Installer is not currently the primary installer. It is intended for the sys-admin audience only.

win/CS/HandBrake.Interop/HandBrake.Interop.csproj

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<TargetFramework>net6.0</TargetFramework>
55
<FileVersion>1.7.4.0</FileVersion>
66
<Version>1.7.4</Version>
7-
<Authors>HandBrake Team</Authors>
8-
<Description>HandBrake is an open-source, GPL-licensed, multiplatform,video transcoder.</Description>
9-
<Copyright>Copyright © 2003-2023 HandBrake Team</Copyright>
10-
<PackageProjectUrl>https://handbrake.fr</PackageProjectUrl>
11-
<RepositoryUrl>https://github.com/HandBrake/HandBrake</RepositoryUrl>
7+
<Authors>Eclipse Community</Authors>
8+
<Description>StickShift is an open-source, GPL-licensed, multiplatform, video transcoder.</Description>
9+
<Copyright>Copyright © 2003-2023 Eclipse Community</Copyright>
10+
<PackageProjectUrl>https://eclipse.cx/projects/stickshift.htm</PackageProjectUrl>
11+
<RepositoryUrl>https://github.com/Eclipse-Community/StickShift</RepositoryUrl>
1212
<RepositoryType>git</RepositoryType>
1313
<PackageTags>Video Transcoder</PackageTags>
1414
<Platforms>AnyCPU</Platforms>

win/CS/HandBrake.Interop/Settings.StyleCop

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
</Rule>
5656
</Rules>
5757
<AnalyzerSettings>
58-
<StringProperty Name="CompanyName">HandBrake Project (https://handbrake.fr)</StringProperty>
59-
<StringProperty Name="Copyright">This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.</StringProperty>
58+
<StringProperty Name="CompanyName">Eclipse Community</StringProperty>
59+
<StringProperty Name="Copyright">This file is part of the StickShift source code - It may be used under the terms of the GNU General Public License.</StringProperty>
6060
</AnalyzerSettings>
6161
</Analyzer>
6262
</Analyzers>

win/CS/HandBrake.Nsis.Installer/Installer64.nsi

+24-24
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/* Resources.Designer.cs $
22
3-
This file is part of the HandBrake source code.
4-
Homepage: <http://HandBrake.fr/>.
3+
This file is part of the StickShift source code.
4+
Homepage: <https://eclipse.cx/projects/stickshift.htm>.
55
It may be used under the terms of the GNU General Public License. */
66

7-
!define PRODUCT_NAME "HandBrake"
7+
!define PRODUCT_NAME "StickShift"
88
!define PRODUCT_VERSION "1.7.4"
99
!define PRODUCT_VERSION_NUMBER "1.7.4"
10-
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\HandBrake.exe"
10+
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\StickShift.exe"
1111
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
1212
!define PRODUCT_UNINST_ROOT_KEY "HKLM"
1313

@@ -27,7 +27,7 @@ ManifestDPIAware true
2727
!define MUI_LICENSEPAGE_TEXT_BOTTOM "You are now aware of your rights. Click Next to continue."
2828

2929
!define MUI_WELCOMEFINISHPAGE_BITMAP "InstallerBackground.bmp"
30-
!define MUI_TEXT_WELCOME_INFO_TEXT "Setup will guide you through the installation of HandBrake.$\r$\n$\r$\nIt is recommended you close any running instances of HandBrake before running setup.$\r$\n$\r$\nWARNING: Before updating, please make sure that there are no pending encodes in the Queue. Please make sure you have backed up any presets and made a note of your settings.$\r$\n$\r$\nHandBrake requires Microsoft .NET *Desktop* Runtime 6. If this is not installed, you will be prompted to install it when you first run the app."
30+
!define MUI_TEXT_WELCOME_INFO_TEXT "Setup will guide you through the installation of StickShift.$\r$\n$\r$\nIt is recommended you close any running instances of StickShift before running setup.$\r$\n$\r$\nWARNING: Before updating, please make sure that there are no pending encodes in the Queue. Please make sure you have backed up any presets and made a note of your settings.$\r$\n$\r$\nStickShift requires Microsoft .NET *Desktop* Runtime 6. If this is not installed, you will be prompted to install it when you first run the app."
3131
!define MUI_FINISHPAGE_RUN
3232
!define MUI_FINISHPAGE_RUN_TEXT "Create desktop shortcut (all users)"
3333
!define MUI_FINISHPAGE_RUN_FUNCTION "desktopShortcut"
@@ -41,7 +41,7 @@ ManifestDPIAware true
4141
; Instfiles page
4242
!insertmacro MUI_PAGE_INSTFILES
4343
; Finish page
44-
;!define MUI_FINISHPAGE_RUN "$INSTDIR\HandBrake.exe"
44+
;!define MUI_FINISHPAGE_RUN "$INSTDIR\StickShift.exe"
4545
!insertmacro MUI_PAGE_FINISH
4646

4747
; Uninstaller pages
@@ -53,14 +53,14 @@ ManifestDPIAware true
5353
; MUI end ------
5454

5555
Name "${PRODUCT_NAME} ${PRODUCT_VERSION}"
56-
OutFile "HandBrake-${PRODUCT_VERSION_NUMBER}-x86_64-Win_GUI.exe"
56+
OutFile "StickShift-${PRODUCT_VERSION_NUMBER}-x86_64-Win_GUI.exe"
5757

5858
!include WordFunc.nsh
5959
!insertmacro VersionCompare
6060
!include LogicLib.nsh
6161
!include x64.nsh
6262

63-
InstallDir "$PROGRAMFILES64\HandBrake"
63+
InstallDir "$PROGRAMFILES64\StickShift"
6464
InstallDirRegKey HKLM "${PRODUCT_DIR_REGKEY}" ""
6565
ShowInstDetails show
6666
ShowUnInstDetails show
@@ -80,7 +80,7 @@ Function .onInit
8080
Abort
8181

8282
${IfNot} ${RunningX64}
83-
MessageBox MB_OK "HandBrake requires a 64bit version of Windows to install. Your system has a 32bit version of Windows."
83+
MessageBox MB_OK "StickShift requires a 64bit version of Windows to install. Your system has a 32bit version of Windows."
8484
Quit
8585
${EndIf}
8686

@@ -106,7 +106,7 @@ Function .onInit
106106
done:
107107
FunctionEnd
108108

109-
Section "HandBrake" SectionApp
109+
Section "StickShift" SectionApp
110110
SetOutPath "$INSTDIR"
111111
SetOverwrite ifnewer
112112
SectionIn RO ; Read only, always installed
@@ -123,20 +123,20 @@ Section "HandBrake" SectionApp
123123

124124
; Start Menu Shortcut for All users.
125125
SetShellVarContext all
126-
CreateDirectory "$SMPROGRAMS\HandBrake"
127-
CreateShortCut "$SMPROGRAMS\HandBrake\HandBrake.lnk" "$INSTDIR\HandBrake.exe"
126+
CreateDirectory "$SMPROGRAMS\StickShift"
127+
CreateShortCut "$SMPROGRAMS\StickShift\StickShift.lnk" "$INSTDIR\StickShift.exe"
128128
SectionEnd
129129

130130
Section -AdditionalIcons
131-
CreateShortCut "$SMPROGRAMS\HandBrake\Uninstall.lnk" "$INSTDIR\uninst.exe"
131+
CreateShortCut "$SMPROGRAMS\StickShift\Uninstall.lnk" "$INSTDIR\uninst.exe"
132132
SectionEnd
133133

134134
Section -Post
135135
WriteUninstaller "$INSTDIR\uninst.exe"
136-
WriteRegStr HKLM "${PRODUCT_DIR_REGKEY}" "" "$INSTDIR\HandBrake.exe"
136+
WriteRegStr HKLM "${PRODUCT_DIR_REGKEY}" "" "$INSTDIR\StickShift.exe"
137137
WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "DisplayName" "$(^Name)"
138138
WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "UninstallString" "$INSTDIR\uninst.exe"
139-
WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "DisplayIcon" "$INSTDIR\HandBrake.exe"
139+
WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "DisplayIcon" "$INSTDIR\StickShift.exe"
140140
WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "DisplayVersion" "${PRODUCT_VERSION}"
141141
SectionEnd
142142

@@ -164,25 +164,25 @@ Section Uninstall
164164

165165
RMDir "$INSTDIR"
166166

167-
Delete "$SMPROGRAMS\HandBrake\Uninstall.lnk"
168-
Delete "$DESKTOP\HandBrake.lnk"
169-
Delete "$SMPROGRAMS\HandBrake\HandBrake.lnk"
170-
RMDir "$SMPROGRAMS\HandBrake"
167+
Delete "$SMPROGRAMS\StickShift\Uninstall.lnk"
168+
Delete "$DESKTOP\StickShift.lnk"
169+
Delete "$SMPROGRAMS\StickShift\StickShift.lnk"
170+
RMDir "$SMPROGRAMS\StickShift"
171171
RMDir "$INSTDIR"
172172

173173
DeleteRegKey ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}"
174174
DeleteRegKey HKLM "${PRODUCT_DIR_REGKEY}"
175175

176176
SetShellVarContext all
177-
Delete "$SMPROGRAMS\HandBrake Nightly\Uninstall.lnk"
178-
Delete "$SMPROGRAMS\HandBrake Nightly\HandBrake Nightly.lnk"
179-
RMDir "$SMPROGRAMS\HandBrake Nightly"
180-
Delete "$DESKTOP\HandBrake Nightly.lnk"
177+
Delete "$SMPROGRAMS\StickShift\Uninstall.lnk"
178+
Delete "$SMPROGRAMS\StickShift\StickShift.lnk"
179+
RMDir "$SMPROGRAMS\StickShift"
180+
Delete "$DESKTOP\StickShift.lnk"
181181

182182
SetAutoClose true
183183
SectionEnd
184184

185185
Function "desktopShortcut"
186186
SetShellVarContext all
187-
CreateShortCut "$DESKTOP\HandBrake.lnk" "$INSTDIR\HandBrake.exe"
187+
CreateShortCut "$DESKTOP\StickShift.lnk" "$INSTDIR\StickShift.exe"
188188
FunctionEnd

0 commit comments

Comments
 (0)