Merge pull request #7694 from AMDmi3/patch-2

Fix homepage for shine
This commit is contained in:
2020-01-24 19:10:08 +02:00
committed by GitHub
+2 -2
View File
@@ -3,12 +3,12 @@
<PISI>
<Source>
<Name>shine</Name>
<Homepage>GPL2 </Homepage>
<Homepage>https://github.com/toots/shine</Homepage>
<Packager>
<Name>Mathias Freire</Name>
<Email>mathiasfreire45@gmail.com</Email>
</Packager>
<License>GPL2 </License>
<License>GPL2</License>
<IsA>library</IsA>
<Summary>Super fast fixed-point MP3 encoder</Summary>
<Description>shine is a blazing fast mp3 encoding library implemented in fixed-point arithmetic. The library can thus be used to performe super fast mp3 encoding on architectures without a FPU, such as armel, etc</Description>