Compare commits

...

5 Commits

Author SHA1 Message Date
Michael McMahon
10ea33acd5 Merge 96e655ab8b into 9c7f91496c 2024-09-26 17:38:37 -04:00
TechnologyClassroom
96e655ab8b Update WSL to 1.1.0 2024-09-26 17:11:16 -04:00
TechnologyClassroom
232db2da1b Add MilkDrop2 to dependencies list 2024-09-26 17:10:38 -04:00
winampgit
9c7f91496c Update README.md 2024-09-26 17:06:23 +02:00
winampgit
ffeccedefa Merge pull request #250 from WinampDesktop/winampgit-patch-1
Delete Src/external_dependencies/libdiscid-0.6.2 directory
2024-09-26 16:59:04 +02:00
2 changed files with 15 additions and 7 deletions

View File

@@ -1,15 +1,15 @@
# Winamp Collaborative License (WCL) Version 1.0.1
# Winamp Collaborative License (WCL) Version 1.1.0
This License governs the use, modification, and distribution of the Winamp software.
By using, Modifying, or distributing this software, you agree to the following terms:
## Preamble
The Winamp Collaborative License is a free, copyleft license for software and other kinds of works. It is designed to ensure that you have the freedom to use, Modify, and study the software, but with certain restrictions on the distribution of modifications to maintain the integrity and collaboration of the project.
The Winamp Collaborative License is a [Source-available](https://en.wikipedia.org/wiki/Source_available) license for software and other kinds of works. It is designed to ensure that you have the freedom to use, Modify, and study the software, but with certain restrictions on the distribution of modifications to maintain the integrity and collaboration of the project.
## TERMS AND CONDITIONS
### 1. Definitions
- "This License" refers to version 1.0.1 of the Winamp Collaborative License.
- "This License" refers to version 1.1.0 of the Winamp Collaborative License.
- "The Program" refers to any copyrightable work Licensed under this License.
- "You" refers to each Licensee, whether an individual or organization.
- "Modify" means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy.
@@ -29,7 +29,7 @@ You are granted the right to Modify the software for private use only. You may m
- Waiver of Rights: You waive any rights to claim authorship of the contributions or to object to any distortion, mutilation, or other modifications of the contributions.
### 5. Restrictions
- No Distribution of Modified Versions: You may not distribute modified versions of the software, whether in source or binary form.
- No Distribution of Modified Versions: You may not distribute modified versions of the software in binary form.
- Official Distribution: Only the maintainers of the official repository are allowed to distribute the software and its modifications.
### 6. No Sublicensing

View File

@@ -16,6 +16,10 @@ Building of the Winamp desktop client is currently based around Visual Studio 20
### Dependencies
#### libdiscid
We take libdiscid from https://github.com/metabrainz/libdiscid/tree/v0.6.2, copy it in /Src/external_dependencies/libdiscid-0.6.2/
#### libvpx
We take libvpx from [https://github.com/ShiftMediaProject/libvpx](https://github.com/ShiftMediaProject/libvpx), modify it, and pack it to archive.
@@ -26,6 +30,10 @@ Run `unpack_libvpx_v1.8.2_msvc16.cmd` to unpack.
We take libmpg123 from [https://www.mpg123.de/download.shtml](https://www.mpg123.de/download.shtml), modify it, and pack it to archive.
Run `unpack_libmpg123.cmd` to unpack and process the DLLs.
#### MilkDrop2
We take MilkDrop2 from [https://sourceforge.net/p/milkdrop2/code/ci/master/tree/src/vis_milk2/](https://sourceforge.net/p/milkdrop2/code/ci/master/tree/src/vis_milk2/), copy it in /Src/Plugins/Visualization/vis_milk2/
#### OpenSSL
You need to use `openssl-1.0.1u`. For that, you need to build a static version of these libs.