| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes made:
* convert DOCS to array and add README.md
* use correct python_ phase functions instead of src_
* make explicit the passing the phase variables to setup.py
* remove doicon and domenu commands which are no longer required
* remove BROWSER setting documentation
Picard is able to determine default browser on Gnome and Plasma systems
Reference: https://picard.musicbrainz.org/docs/faq/#which-browser
* make chromaprint and python-discid runtime optional
Optional runtime dependencies are:
- chromaprint[tools]
- python-discid
Refer to https://devmanual.gentoo.org/general-concepts/use-flags/ for
information on why these dependencies should not be listed in DEPEND
and/or RDEPEND. Picard is capable of executing correctly with and
without these dependencies installed on the system. A user can install
these dependencies at a later stage and Picard will recognise them
without a need to rebuild the media-sound/picard package.
Gentoo-bug: 609376
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4196
|
|
|
|
| |
Closes: https://github.com/gentoo/gentoo/pull/4426
|
| |
|
|
|
|
| |
Package-Manager: Portage-2.3.5, Repoman-2.3.2
|
|
|
|
| |
Package-Manager: Portage-2.3.3, Repoman-2.3.2
|
| |
|
| |
|
|
|
|
|
| |
remove extraneous patch
Closes: https://github.com/gentoo/gentoo/pull/4356
|
|
|
|
| |
Package-Manager: Portage-2.3.5, Repoman-2.3.2
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Package-Manager: Portage-2.3.5, Repoman-2.3.1
|
|
|
|
| |
Package-Manager: Portage-2.3.5, Repoman-2.3.1
|
|
|
|
| |
Package-Manager: Portage-2.3.5, Repoman-2.3.1
|
|
|
|
|
|
| |
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
|
|
|
|
|
|
| |
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
|
|
|
|
|
|
| |
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
|
|
|
|
|
|
| |
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
|
|
|
|
|
|
| |
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
|
|
|
|
|
|
| |
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
|
|
|
|
|
| |
Gentoo-Bug: 602880
Package-Manager: Portage-2.3.5, Repoman-2.3.2
|
|
|
|
| |
Package-Manager: Portage-2.3.5, Repoman-2.3.2
|
|
|
|
|
| |
Bug: 612734
Package-Manager: Portage-2.3.5, Repoman-2.3.2
|
|
|
|
|
|
|
| |
Partial fix only for version 3.0.3, version 2.3.1 is still missing.
Bug: 612734
Package-Manager: Portage-2.3.5, Repoman-2.3.2
|
|
|
|
| |
Package-Manager: Portage-2.3.4, Repoman-2.3.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
remove ancient v6 upgrade handling
PA-6 is well over a year old (with at least a year ago in stable) that needed this upgrade path,
so just remove the REPLACING_VERSIONS handling code instead of fixing it up.
qpaeq is AGPL-3+, so declare it properly. It also needs dbus to get built (the sink module build
requires both HAVE_FFTW and HAVE_DBUS).
Tweak dependencies to pull in split speexdsp when needed.
Also update check dependency minimum version to match configure.ac (albeit we don't have any older
versions in tree).
Gentoo-bug: 589480
Gentoo-bug: 611660
|
|
|
|
| |
Package-Manager: Portage-2.3.5, Repoman-2.3.2
|
|
|
|
| |
Package-Manager: Portage-2.3.5, Repoman-2.3.2
|
|
|
|
| |
Package-Manager: Portage-2.3.5, Repoman-2.3.2
|
|
|
|
| |
Package-Manager: Portage-2.3.4, Repoman-2.3.1
|
|
|
|
|
| |
Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --ignore-arches
|
| |
|
|
|
|
| |
Package-Manager: Portage-2.3.4, Repoman-2.3.1
|
|
|
|
|
|
|
|
|
|
|
|
| |
Convert from python-r1 to python-single-r1 while we don't have any gnome-music module
consumers than gnome-music itself, to not have useless site-packages of these.
Upstream has a hardcoded to python3 shebang, so force it to what python-single-r1
ended up choosing.
Remove ugly upstream 3.4 site-packages path inserts that would potentially defeat our
whole purpose of choosing 3.5 or 3.6 over 3.4 as python provider.
Gentoo-bug: 612380
Thanks-to: Mike Gilbert <floppym@gentoo.org>
|
|
|
|
|
|
|
| |
Accidentally had python3_3 re-added because a version bump happened on the same day
as global python3_3 dropping
Package-Manager: Portage-2.3.4, Repoman-2.3.1
|
|
|
|
|
|
| |
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
|
|
|
|
|
|
| |
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
|
|
|
|
| |
Package-Manager: Portage-2.3.4, Repoman-2.3.2
|
|
|
|
|
|
| |
Gentoo-Bug: 613254
Gentoo-Bug-URL: https://bugs.gentoo.org/613254
Package-Manager: Portage-2.3.4, Repoman-2.3.2
|
|
|
|
| |
Package-Manager: Portage-2.3.4, Repoman-2.3.2
|
|
|
|
| |
Package-Manager: Portage-2.3.4, Repoman-2.3.2
|
|
|
|
| |
Package-Manager: Portage-2.3.5, Repoman-2.3.2
|
|
|
|
| |
Package-Manager: Portage-2.3.5, Repoman-2.3.2
|
|
|
|
|
|
| |
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
|
|
|
|
| |
Closes: https://github.com/gentoo/gentoo/pull/3280
|
|
|
|
|
| |
Package-Manager: Portage-2.3.4, Repoman-2.3.2
RepoMan-Options: --ignore-arches
|
|
|
|
| |
Package-Manager: Portage-2.3.4, Repoman-2.3.2
|
|
|
|
| |
Package-Manager: Portage-2.3.3, Repoman-2.3.1
|