summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-sound/musepack-tools: fixesMiroslav Šulc2024-07-043-24/+30
| | | | | | | | | fixed incompatible pointers removed obsolete blocked deps scrubbed patches Closes: https://bugs.gentoo.org/931661 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* media-sound/musepack-tools: dropped obsolete 465-r2Miroslav Šulc2024-04-153-131/+0
| | | | | | Bug: https://bugs.gentoo.org/929984 Closes: https://bugs.gentoo.org/919211 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* media-sound/musepack-tools: add 495Eli Schwartz2024-03-132-0/+122
| | | | | | | | | | | | | Upstream committed this revision in 2016 and is dead since then. It incorporates several fixes that were painfully patched around long after the fix was already available upstream. While we are at it, we can enforce visibility, which upstream supports but simply did not hook up. Closes: https://bugs.gentoo.org/530442 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* media-sound/musepack-tools: fix build on muslCristian Othón Martínez Vera2023-03-201-0/+24
| | | | | | | | | | | | | | | | Signed-off-by: Cristian Othón Martínez Vera <cfuga@cfuga.mx> Bug: https://bugs.gentoo.org/712978 This patch makes the following changes. * __linux__ isn't the same as __GLIBC__ Thus, it avoids calling <fpu_control.h> macros in musl, doesn't require conditional patching and still works nicely with glibc-based systems. * Includes <sys/select.h> for select(3). That header includes <sys/time.h> and also fixes the struct timeval error. Signed-off-by: Sam James <sam@gentoo.org>
* media-sound/musepack-tools: remove .a filesJakov Smolic2020-11-141-16/+67
| | | | | | | Closes: https://bugs.gentoo.org/727792 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
* media-sound/musepack-tools: fix -fno-common build failureSergei Trofimovich2020-06-131-0/+16
| | | | | | | | | Fix by Jeroen Roovers. Reported-by: Toralf Förster Closes: https://bugs.gentoo.org/706992 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* media-sound/musepack-tools: EAPI-6 bump, httpsAndreas Sturmlechner2018-10-041-4/+4
| | | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+40
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed