Downloads:
12,743
Downloads of v 1.31.12:
96
Last Update:
26 Oct 2024
Package Maintainer(s):
Software Author(s):
- ModPlug Central
Tags:
openmpt music mod tracker notsilent adminOpenMPT
- 1
- 2
- 3
1.31.12 | Updated: 26 Oct 2024
Downloads:
12,743
Downloads of v 1.31.12:
96
Maintainer(s):
Software Author(s):
- ModPlug Central
OpenMPT 1.31.12
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by ModPlug Central. The inclusion of ModPlug Central trademark(s), if any, upon this webpage is solely to identify ModPlug Central goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install OpenMPT, run the following command from the command line or from PowerShell:
To upgrade OpenMPT, run the following command from the command line or from PowerShell:
To uninstall OpenMPT, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download openmpt --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade openmpt -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade openmpt -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install openmpt
win_chocolatey:
name: openmpt
version: '1.31.12'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'openmpt' do
action :install
source 'INTERNAL REPO URL'
version '1.31.12'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller openmpt
{
Name = "openmpt"
Version = "1.31.12"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'openmpt':
ensure => '1.31.12',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 29 Oct 2024.
OpenMPT is a popular tracker software for Windows. OpenMPT (short hand for Open ModPlug Tracker) is completely free and allows you to create and play back some great music on your computer. Based on the original ModPlug Tracker written by Olivier Lapicque, OpenMPT is free software, can import a wide variety of module formats and offers an intuitive, native GUI as well as advanced features such as VST plugins and ASIO output. In addition to its own song format, OpenMPT can natively edit Impulse Tracker, FastTracker, Scream Tracker and ProTracker module files
Notes
- Starting at version 1.30.2/1.30.02 both 32bit and 64bit editions are available in the same installer.
Unfortunately, at the moment this means you can not decide anymore to only install 64bit or 32bit.
Copyright (c) 2004-2024, OpenMPT Project Developers and Contributors
Copyright (c) 1997-2003, Olivier Lapicque
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of the OpenMPT project nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from the listed download
location on <https://openmpt.org/download>
and can be verified by doing the following:
1. Download the following: <https://download.openmpt.org/archive/openmpt/1.31/OpenMPT-1.31.12.00-Setup.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:
checksum type: sha256
checksum: F3C44CD6CCBC69ECD1BD6DB311AD84F97EA9F9EEE8CC5D708A6D6A02BDF536E9
The file 'LICENSE.txt' has been obtained from <https://source.openmpt.org/browse/openmpt/trunk/OpenMPT/LICENSE>
md5: 3183C32781561C9CB07A317F77D4B1E1 | sha1: 93228E35CA438910202ABA7FC5A4C78887259035 | sha256: F3C44CD6CCBC69ECD1BD6DB311AD84F97EA9F9EEE8CC5D708A6D6A02BDF536E9 | sha512: 44B328BDB2B3123E94687854DCC118D5BD33FF5E390199C2EE9999746F3633E47188610E8EB23DACA32D8A92044FBE2BE5BF9B89AB7736F74647B984390912E8
Log in or click on link to see number of positives.
- openmpt.1.31.12.nupkg (ffb4d205d6d4) - ## / 67
- OpenMPT-1.31.12.00-Setup.exe (f3c44cd6ccbc) - ## / 72
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
OpenMPT 1.31.12 | 96 | Saturday, October 26, 2024 | Approved | |
OpenMPT 1.31.11 | 15 | Saturday, October 26, 2024 | Approved | |
OpenMPT 1.31.10 | 130 | Sunday, September 22, 2024 | Approved | |
OpenMPT 1.31.9 | 152 | Sunday, July 21, 2024 | Approved | |
OpenMPT 1.31.8 | 157 | Sunday, June 9, 2024 | Approved | |
OpenMPT 1.31.7 | 135 | Sunday, May 12, 2024 | Approved | |
OpenMPT 1.31.6 | 186 | Sunday, March 24, 2024 | Approved | |
OpenMPT 1.31.5 | 132 | Sunday, March 3, 2024 | Approved | |
OpenMPT 1.31.4 | 291 | Sunday, August 27, 2023 | Approved | |
OpenMPT 1.31.3 | 264 | Sunday, June 18, 2023 | Approved | |
OpenMPT 1.31.2.0 | 238 | Sunday, May 7, 2023 | Approved | |
OpenMPT 1.31.1.0 | 205 | Sunday, April 30, 2023 | Approved | |
OpenMPT 1.30.12.0 | 135 | Saturday, April 15, 2023 | Approved | |
OpenMPT 1.30.11.0 | 180 | Sunday, March 5, 2023 | Approved | |
OpenMPT 1.30.10.0 | 173 | Sunday, January 29, 2023 | Approved | |
OpenMPT 1.30.9.0 | 141 | Sunday, January 8, 2023 | Approved | |
OpenMPT 1.30.8.0 | 205 | Sunday, November 13, 2022 | Approved | |
OpenMPT 1.30.7.0 | 184 | Sunday, September 25, 2022 | Approved | |
OpenMPT 1.30.6.0 | 193 | Sunday, August 21, 2022 | Approved | |
OpenMPT 1.30.5.0 | 264 | Sunday, June 12, 2022 | Approved | |
OpenMPT 1.30.4.0 | 267 | Sunday, April 24, 2022 | Approved | |
OpenMPT 1.30.3.0 | 222 | Sunday, March 13, 2022 | Approved | |
OpenMPT 1.30.2.0 | 236 | Saturday, February 19, 2022 | Approved | |
OpenMPT 1.29.15.0 | 279 | Sunday, December 5, 2021 | Approved | |
OpenMPT 1.29.14.0 | 200 | Sunday, November 14, 2021 | Approved | |
OpenMPT 1.29.13.0 | 219 | Sunday, October 3, 2021 | Approved | |
OpenMPT 1.29.12.0 | 222 | Sunday, August 22, 2021 | Approved | |
OpenMPT 1.29.10.0 | 285 | Sunday, May 16, 2021 | Approved | |
OpenMPT 1.29.9.0 | 205 | Sunday, April 11, 2021 | Approved | |
OpenMPT 1.29.8.0 | 218 | Sunday, March 14, 2021 | Approved | |
OpenMPT 1.29.7.0 | 287 | Sunday, January 31, 2021 | Approved | |
OpenMPT 1.29.6.0 | 263 | Sunday, November 29, 2020 | Approved | |
OpenMPT 1.29.5.0 | 210 | Sunday, October 25, 2020 | Approved | |
OpenMPT 1.29.4.0 | 211 | Friday, October 9, 2020 | Approved | |
OpenMPT 1.29.2.0 | 269 | Sunday, July 26, 2020 | Approved | |
OpenMPT 1.29.1.0 | 316 | Sunday, May 24, 2020 | Approved | |
OpenMPT 1.28.10.0 | 294 | Monday, April 13, 2020 | Approved | |
OpenMPT 1.28.9.0 | 371 | Saturday, January 11, 2020 | Approved | |
OpenMPT 1.28.8.0 | 269 | Sunday, October 27, 2019 | Approved | |
OpenMPT 1.28.7.0 | 226 | Sunday, September 22, 2019 | Approved | |
OpenMPT 1.28.6.0 | 265 | Saturday, August 10, 2019 | Approved | |
OpenMPT 1.28.5.0 | 253 | Monday, May 27, 2019 | Approved | |
OpenMPT 1.28.4.0 | 243 | Sunday, April 7, 2019 | Approved | |
OpenMPT 1.28.3.0 | 252 | Monday, February 11, 2019 | Approved | |
OpenMPT 1.28.2.0 | 233 | Sunday, January 6, 2019 | Approved | |
OpenMPT 1.28.1.0 | 230 | Saturday, January 5, 2019 | Approved | |
OpenMPT 1.27.05.00 | 433 | Monday, February 26, 2018 | Approved | |
OpenMPT 1.25.04.00 | 542 | Tuesday, February 16, 2016 | Approved | |
OpenMPT 1.24.04.00 | 453 | Friday, May 22, 2015 | Approved | |
OpenMPT 1.24.01.00 | 480 | Wednesday, January 14, 2015 | Approved | |
OpenMPT 1.23.04.00 | 520 | Monday, August 18, 2014 | Approved |
© 1996 - 2022 ModPlug Central
This package has no dependencies.
Ground Rules:
- This discussion is only about OpenMPT and the OpenMPT package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or OpenMPT, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.