Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : picard | name : picard | ||||
| version : 1.3.2 | version : 1.4.2 | ||||
| release : 3 | release : 4 | ||||
| source : | source : | ||||
| - http://ftp.musicbrainz.org/pub/musicbrainz/picard/picard-1.3.2.tar.gz : e728234560b82eb33d3143a53d3bbb92833455fd130f8d2083193cffceea4120 | - https://github.com/metabrainz/picard/archive/release-1.4.2.tar.gz : f0adee3877bbd66c827a43b57dd2233037b99f6ebfdc1700b26cb9d400992234 | ||||
| license : GPL-2.0 | license : GPL-2.0 | ||||
| component : multimedia.audio | component : multimedia.audio | ||||
| summary : Cross-platform music tagger written in Python | summary : Cross-platform music tagger written in Python | ||||
| description: | | description: | | ||||
| Cross-platform music tagger written in Python | Cross-platform music tagger written in Python. | ||||
| Picard supports the majority of audio file formats, is capable of using audio fingerprints (AcoustIDs), performing CD lookups | |||||
| and disc ID submissions, and it has excellent Unicode support. | |||||
| Additionally, there are several plugins available that extend Picard's features. | |||||
| builddeps : | |||||
| - python-sip | |||||
| rundeps : | rundeps : | ||||
| - chromaprint | - chromaprint | ||||
| - mutagen | - mutagen | ||||
| - python-qt4 | - python-qt4 | ||||
| build : | | build : | | ||||
| python setup.py build_ext -i | %python_setup build_ext -i | ||||
| %python_setup build_locales -i | |||||
| install : | | install : | | ||||
joebonrichie: You should the python macros e.g. `%python_setup build_ext -i`
see here for more info https… | |||||
| python setup.py install --root=%installroot% --no-compile -O0 | %python_install | ||||
Not Done Inline ActionsSame here joebonrichie: Same here | |||||
| cp -r contrib/plugins/* $installdir/usr/lib/python2.7/site-packages/picard/plugins/ | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.
You should the python macros e.g. %python_setup build_ext -i
see here for more info https://solus-project.com/articles/packaging/package.yml/en/