Skip to content

Commit

Permalink
AU: 3 updated - opus-tools sd-card-formatter unison
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Aug 26, 2020
1 parent 50b3bea commit 0bae255
Show file tree
Hide file tree
Showing 8 changed files with 87 additions and 49 deletions.
2 changes: 1 addition & 1 deletion automatic/opus-tools/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ incorporated technology from Skype's SILK codec and Xiph.Org's CELT codec.
### Package-specific issue
If this package isn't up-to-date for some days, [Create an issue](https://github.com/tunisiano187/Chocolatey-packages/issues/new/choose)

[![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/bePatron?u=39585820)
[![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/bePatron?u=39585820)
28 changes: 18 additions & 10 deletions automatic/opus-tools/opus-tools.nuspec
Original file line number Diff line number Diff line change
@@ -1,25 +1,33 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata>
<id>{{PackageName}}</id>
<id>opus-tools</id>
<title>Opus Tools</title>
<version>{{PackageVersion}}</version>
<version>0.2</version>
<authors>Mozilla,Xiph.Org</authors>
<owners>dtgm</owners>
<owners>tunisiano</owners>
<summary>Command-line utilities to encode, inspect, and decode .opus files</summary>
<description>
Opus is a totally open, royalty-free, highly versatile audio codec. Opus is unmatched for interactive speech and music transmission over the Internet, but is also intended for storage and streaming applications. It is standardized by the Internet Engineering Task Force (IETF) as RFC 6716 which incorporated technology from Skype's SILK codec and Xiph.Org's CELT codec.
<description><![CDATA[## Opus-tools
Opus is a totally open, royalty-free, highly versatile audio codec. Opus is unmatched for interactive
speech and music transmission over the Internet, but is also intended for storage and streaming
applications. It is standardized by the Internet Engineering Task Force (IETF) as RFC 6716 which
incorporated technology from Skype's SILK codec and Xiph.Org's CELT codec.
[FAQ](https://wiki.xiph.org/OpusFAQ)
</description>
<packageSourceUrl>https://github.com/dtgm/chocolatey-packages/tree/master/automatic/{{PackageName}}/</packageSourceUrl>
### Package-specific issue
If this package isn't up-to-date for some days, [Create an issue](https://github.com/tunisiano187/Chocolatey-packages/issues/new/choose)
[![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/bePatron?u=39585820)
]]></description>
<packageSourceUrl>https://github.com/tunisiano187/Chocolatey-packages/tree/master/automatic/opus-tools</packageSourceUrl>
<projectUrl>http://www.opus-codec.org/</projectUrl>
<projectSourceUrl>http://git.xiph.org/?p=opus.git</projectSourceUrl>
<tags>audio codec speech cli</tags>
<copyright>© Opus</copyright>
<licenseUrl>http://www.opus-codec.org/license/</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.rawgit.com/dtgm/chocolatey-packages/fcb2b69cbc1baa11cbd2adbcd59e588b2f29dd96/icons/{{PackageName}}.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@c1097620e9fd638d1216270d252cc2f9c6ed10df/icons/opus-tools.svg</iconUrl>
<releaseNotes>#### Software
[What's New](http://www.opus-codec.org/downloads/)
[Changelog](http://git.xiph.org/?p=opus.git;a=log)
Expand All @@ -31,4 +39,4 @@ Opus is a totally open, royalty-free, highly versatile audio codec. Opus is unma
<files>
<file src="tools\**" target="tools" />
</files>
</package>
</package>
10 changes: 5 additions & 5 deletions automatic/opus-tools/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$packageName = $env:ChocolateyPackageName
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = '{{DownloadUrl}}'
$checksum = '{{Checksum}}'
$url = 'https://archive.mozilla.org/pub/opus/win32/opus-tools-0.2-win32.zip'
$checksum = '99a7c07c46c24727d9798adfc53f5d1d82244e3c249476c22ddf0e1d76a7c86c'
$checksumType = 'sha256'
$url64 = '{{DownloadUrl}}'
$checksum64 = '{{Checksum}}'
$url64 = 'https://archive.mozilla.org/pub/opus/win64/opus-tools-0.2-win64.zip'
$checksum64 = '84e643f1cc3fd26fc743ea7830392de765507f72846e24719804d3d07f1ad96f'
$checksumType64 = 'sha256'

Install-ChocolateyZipPackage -PackageName "$packageName" `
Expand All @@ -14,4 +14,4 @@ Install-ChocolateyZipPackage -PackageName "$packageName" `
-ChecksumType "$checksumType" `
-url64bit "$url64" `
-checksum64 "$checksum64" ´
-checksum64 "$checksumType64"
-checksum64 "$checksumType64"
29 changes: 21 additions & 8 deletions automatic/sd-card-formatter/sd-card-formatter.nuspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>sd-card-formatter</id>
<version>5.0.0.0</version>
<packageSourceUrl>https://github.com/galeksandrp/chocolatey-packages/tree/sd-card-formatter</packageSourceUrl>
<owners>galeksandrp</owners>
<version>5.0.1</version>
<packageSourceUrl>https://github.com/tunisiano187/Chocolatey-packages/tree/master/automatic/sd-card-formatter</packageSourceUrl>
<owners>tunisiano</owners>
<title>SD Memory Card Formatter (Install)</title>
<authors>SD Association</authors>
<projectUrl>https://www.sdcard.org/downloads/formatter_4/</projectUrl>
Expand All @@ -20,16 +20,29 @@
<releaseNotes>#### Package
* Automatically built and uploaded by [tunisiano](https://chocolatey.org/profiles/tunisiano)
* Package not up-to-date after a few days ? [Create an issue](https://github.com/tunisiano187/Chocolatey-packages/issues/new/choose)</releaseNotes>
<description>The SD Memory Card Formatter formats SD Memory Card, SDHC Memory Card and SDXC Memory Card (respectively SD/SDHC/SDXC Cards) complying with the SD File System Specification created by the SD Association (SDA).
<description><![CDATA[## SD-Card-formatter
The SD Memory Card Formatter formats SD Memory Card, SDHC Memory Card and SDXC Memory Card (respectively
SD/SDHC/SDXC Cards) complying with the SD File System Specification created by the SD Association (SDA).
It is strongly recommended to use the SD Memory Card Formatter to format SD/SDHC/SDXC Cards rather than
using formatting tools provided with individual operating systems. In general, formatting tools provided
with operating systems can format various storage media including SD/SDHC/SDXC Cards, but it may not be
ptimized for SD/SDHC/SDXC Cards and it may result in lower performance.
It is strongly recommended to use the SD Memory Card Formatter to format SD/SDHC/SDXC Cards rather than using formatting tools provided with individual operating systems. In general, formatting tools provided with operating systems can format various storage media including SD/SDHC/SDXC Cards, but it may not be optimized for SD/SDHC/SDXC Cards and it may result in lower performance.
SD/SDHC/SDXC Cards have a “Protected Area” for SD Card security purposes. The SD Memory Card Formatter
does not format the protected area in the SD/SDHC/SDXC Cards. The protected area shall be formatted by
an appropriate PC application or SD host devices that provide SD security function.
The SD Memory Card Formatter doesn't support SD/SDHC/SDXC Card encrypted by the “BitLocker To Go"
functionality of Windows. Please format the SD/SDHC/SDXC Card after it has been unlocked.
SD/SDHC/SDXC Cards have a “Protected Area” for SD Card security purposes. The SD Memory Card Formatter does not format the protected area in the SD/SDHC/SDXC Cards. The protected area shall be formatted by an appropriate PC application or SD host devices that provide SD security function.
[FAQ](https://wiki.xiph.org/OpusFAQ)
### Package-specific issue
If this package isn't up-to-date for some days, [Create an issue](https://github.com/tunisiano187/Chocolatey-packages/issues/new/choose)
The SD Memory Card Formatter doesn't support SD/SDHC/SDXC Card encrypted by the “BitLocker To Go" functionality of Windows. Please format the SD/SDHC/SDXC Card after it has been unlocked.</description>
[![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/bePatron?u=39585820)
]]></description>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
10 changes: 5 additions & 5 deletions automatic/sd-card-formatter/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'
$url = ''
$Checksum = ''
$ChecksumType = ''
$ErrorActionPreference = 'Stop'
$url = 'https://www.sdcard.org/downloads/formatter/eula_windows/SDCardFormatterv5_WinEN.zip'
$Checksum = '4a3e7018af14681100c17d0e71464113a2f4dd4bc6eaa45b8aeed4ce6c67bfba'
$ChecksumType = 'sha256'

$packageArgs = @{
packageName = "$env:chocolateyPackageName"
Expand All @@ -20,4 +20,4 @@ $packageArgs = @{
url = $url
silentArgs = '/s /v"/qn /norestart"'
}
Install-ChocolateyPackage @packageArgs
Install-ChocolateyPackage @packageArgs
2 changes: 1 addition & 1 deletion automatic/unison/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ where it differs:
### Package-specific issue
If this package isn't up-to-date for some days, [Create an issue](https://github.com/tunisiano187/Chocolatey-packages/issues/new/choose)

[![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/bePatron?u=39585820)
[![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/bePatron?u=39585820)
6 changes: 3 additions & 3 deletions automatic/unison/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
$packageName = $env:ChocolateyPackageName
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = '{{DownloadUrl}}'
$checksum = '{{Checksum}}'
$url = 'https://github.com/bcpierce00/unison/releases/download/v2.51.2/unison-windows-2.51.2-text.zip'
$checksum = '9c1e1fca202dd1e7f55b82c1abf632ee546424253284a062839e7a7212a180bf'
$checksumType = 'sha256'

Install-ChocolateyZipPackage -PackageName "$packageName" `
-Url "$url" `
-UnzipLocation "$toolsDir" `
-Checksum "$checksum" `
-ChecksumType "$checksumType"
-ChecksumType "$checksumType"
49 changes: 33 additions & 16 deletions automatic/unison/unison.nuspec
Original file line number Diff line number Diff line change
@@ -1,32 +1,49 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata>
<id>{{PackageName}}</id>
<id>unison</id>
<title>Unison</title>
<version>{{PackageVersion}}</version>
<version>2.51.2</version>
<authors>Benjamin C. Pierce</authors>
<owners>dtgm</owners>
<owners>tunisiano</owners>
<summary>File-synchronization tool for OSX, Unix, and Windows</summary>
<description>
Unison is a file-synchronization tool for OSX, Unix, and Windows. It allows two replicas of a collection of files and directories to be stored on different hosts (or different disks on the same host), modified separately, and then brought up to date by propagating the changes in each replica to the other.
<description><![CDATA[## Unison
Unison is a file-synchronization tool for OSX, Unix, and Windows. It allows two replicas of a collection
of files and directories to be stored on different hosts (or different disks on the same host), modified
separately, and then brought up to date by propagating the changes in each replica to the other.
Unison shares a number of features with tools such as configuration management packages (CVS, PRCS, Subversion, BitKeeper, etc.), distributed filesystems (Coda, etc.), uni-directional mirroring utilities (rsync, etc.), and other synchronizers (Intellisync, Reconcile, etc). However, there are several points where it differs:
Unison shares a number of features with tools such as configuration management packages (CVS, PRCS,
Subversion, BitKeeper, etc.), distributed filesystems (Coda, etc.), uni-directional mirroring utilities
(rsync, etc.), and other synchronizers (Intellisync, Reconcile, etc). However, there are several points
where it differs:
* Unison runs on both Windows and many flavors of Unix (Solaris, Linux, OS X, etc.) systems. Moreover, Unison works across platforms, allowing you to synchronize a Windows laptop with a Unix server, for example.
* Unlike simple mirroring or backup utilities, Unison can deal with updates to both replicas of a distributed directory structure. Updates that do not conflict are propagated automatically. Conflicting updates are detected and displayed.
* Unlike a distributed filesystem, Unison is a user-level program: there is no need to modify the kernel or to have superuser privileges on either host.
* Unison works between any pair of machines connected to the internet, communicating over either a direct socket link or tunneling over an encrypted ssh connection. It is careful with network bandwidth, and runs well over slow links such as PPP connections. Transfers of small updates to large files are optimized using a compression protocol similar to rsync.
* Unison is resilient to failure. It is careful to leave the replicas and its own private structures in a sensible state at all times, even in case of abnormal termination or communication failures.
* Unison runs on both Windows and many flavors of Unix (Solaris, Linux, OS X, etc.) systems. Moreover,
Unison works across platforms, allowing you to synchronize a Windows laptop with a Unix server, for example.
* Unlike simple mirroring or backup utilities, Unison can deal with updates to both replicas of a
distributed directory structure. Updates that do not conflict are propagated automatically. Conflicting updates are detected and displayed.
* Unlike a distributed filesystem, Unison is a user-level program: there is no need to modify the kernel
or to have superuser privileges on either host.
* Unison works between any pair of machines connected to the internet, communicating over either a
direct socket link or tunneling over an encrypted ssh connection. It is careful with network
bandwidth, and runs well over slow links such as PPP connections. Transfers of small updates to large
files are optimized using a compression protocol similar to rsync.
* Unison is resilient to failure. It is careful to leave the replicas and its own private structures in
a sensible state at all times, even in case of abnormal termination or communication failures.
* Unison has a clear and precise specification.
* Unison is free; full source code is available under the GNU Public License.
[FAQ](https://alliance.seas.upenn.edu/~bcpierce/wiki/index.php)
</description>
<packageSourceUrl>https://github.com/dtgm/chocolatey-packages/tree/master/automatic/{{PackageName}}/</packageSourceUrl>
### Package-specific issue
If this package isn't up-to-date for some days, [Create an issue](https://github.com/tunisiano187/Chocolatey-packages/issues/new/choose)
[![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/bePatron?u=39585820)
]]></description>
<packageSourceUrl>https://github.com/tunisiano187/Chocolatey-packages/tree/master/automatic/unison</packageSourceUrl>
<projectUrl>http://www.cis.upenn.edu/~bcpierce/unison/</projectUrl>
<projectSourceUrl>http://www.seas.upenn.edu/~bcpierce/unison//svn-instructions.html</projectSourceUrl>
<docsUrl>http://www.cis.upenn.edu/~bcpierce/unison/docs.html</docsUrl>
<iconUrl>https://cdn.rawgit.com/dtgm/chocolatey-packages/2ce2d40089b0a2bc24fcecd137584328feeb9fd2/icons/{{PackageName}}.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@b11e88b430e3e63ff8c569df0ae116682a05fc9a/icons/unison.png</iconUrl>
<tags>backup sync gtk</tags>
<copyright>© 1998 Benjamin C. Pierce, 2014 Alan Schmitt</copyright>
<licenseUrl>https://www.gnu.org/licenses/gpl-2.0.html</licenseUrl>
Expand All @@ -41,4 +58,4 @@ Unison shares a number of features with tools such as configuration management p
<files>
<file src="tools\**" target="tools" />
</files>
</package>
</package>

0 comments on commit 0bae255

Please sign in to comment.