Compare commits

...

18 commits

Author SHA1 Message Date
Thomas Sibley
1042988acb
Merge d024007b34 into 64a51755c6 2024-09-25 16:31:14 +03:00
winampgit
64a51755c6
Update LICENSE.md
Removing the forking language which was not clear
2024-09-25 15:30:01 +02:00
Jef
9c5a793c9a Remove disabled code (from 2012) thanks to @KingDuckZ 2024-09-24 22:00:39 +02:00
Jean-Francois Mauguit
839d68c00c Merge pull request #26 from trel/toomanydots
too many dots
2024-09-24 21:54:38 +02:00
Jef
7a9f8ae3c3 Merge remote-tracking branch 'origin/community' into community 2024-09-24 21:52:34 +02:00
Terrell Russell
13cae62418 too many dots 2024-09-24 15:49:10 -04:00
Jean-Francois Mauguit
3f708e849a Merge pull request #23 from EdwardBetts/patch-1
Correct a spelling mistake
2024-09-24 21:24:55 +02:00
Jef
6ff62b6dda Remove expired certs 2024-09-24 21:10:35 +02:00
Edward Betts
646062fb13 Correct a spelling mistake 2024-09-24 20:08:55 +01:00
Jean-Francois Mauguit
8bdb48161f Merge pull request #13 from tophyr/llamas-ass
Update README.md
2024-09-24 19:15:50 +02:00
Jean-Francois Mauguit
09cb3a54ed Merge branch 'main' into community 2024-09-24 19:14:37 +02:00
Chris Sarbora
3c8780a505 Update README.md
How this wasn't in the original commit is, honestly, beyond imagination.
2024-09-24 12:11:56 -05:00
Jean-Francois Mauguit
40b10871a0 Merge pull request #8 from tteskac/patch-1
Fix typos
2024-09-24 18:45:37 +02:00
Tomislav Teskac
879c007276 Fix typos 2024-09-24 17:53:17 +02:00
Jean-Francois Mauguit
a71434f67d Merge pull request #7 from EdwardBetts/patch-1
Correct a spelling mistake
2024-09-24 17:19:29 +02:00
Edward Betts
956d54dc9d Correct a spelling mistake 2024-09-24 16:12:12 +01:00
Jean-Francois Mauguit
bab614c421 Merge pull request #5 from WinampDesktop/community
Merge to main
2024-09-24 15:03:25 +02:00
Jef
20d28e80a5 Initial community commit 2024-09-24 14:54:57 +02:00
2 changed files with 5 additions and 3 deletions

View file

@ -1,4 +1,4 @@
# Winamp Collaborative License (WCL) Version 1.0
# Winamp Collaborative License (WCL) Version 1.0.1
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:
@ -30,7 +30,6 @@ You are granted the right to Modify the software for private use only. You may m
### 5. Restrictions
- No Distribution of Modified Versions: You may not distribute modified versions of the software, whether in source or binary form.
- No Forking: You may not create, maintain, or distribute a forked version of the software.
- Official Distribution: Only the maintainers of the official repository are allowed to distribute the software and its modifications.
### 6. No Sublicensing
@ -77,4 +76,4 @@ You must comply with all applicable laws and regulations in connection with your
- Severability: If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable.
By using, Modifying, or contributing to the software, you acknowledge that you have read, understood, and agree to be bound by these terms and conditions.
This custom License aims to maintain the collaborative nature of the project while restricting the distribution of modified versions.
This custom License aims to maintain the collaborative nature of the project while restricting the distribution of modified versions.

View file

@ -16,6 +16,9 @@ There are different options of how to build Winamp:
### Dependencies
1. Use a build_winampAll_2019.cmd script file that makes 4 versions x86/x64 (Debug and Release). In this case Visual Studio IDE not running.
2. Use a winampAll_2019.sln file to build and debug in Visual Studio IDE.
#### libvpx
We take libvpx from https://github.com/ShiftMediaProject/libvpx, modify it and pack to archive.
Run unpack_libvpx_v1.8.2_msvc16.cmd to unpack.