Page MenuHomeSolus

D956.id2112.diff
No OneTemporary

D956.id2112.diff

diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,19 +1,24 @@
name : picard
-version : 1.3.2
-release : 3
+version : 1.4.2
+release : 4
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
component : multimedia.audio
summary : Cross-platform music tagger written in Python
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 :
- chromaprint
- mutagen
- python-qt4
build : |
- python setup.py build_ext -i
+ %python_setup build_ext -i
+ %python_setup build_locales -i
install : |
- python setup.py install --root=%installroot% --no-compile -O0
- cp -r contrib/plugins/* $installdir/usr/lib/python2.7/site-packages/picard/plugins/
+ %python_install --no-compile -O0
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,25 +2,31 @@
<Source>
<Name>picard</Name>
<Packager>
- <Name>Ikey Doherty</Name>
- <Email>ikey@solus-project.com</Email>
+ <Name>Fabio Forni</Name>
+ <Email>fabio94xx@gmail.com</Email>
</Packager>
<License>GPL-2.0</License>
<PartOf>multimedia.audio</PartOf>
<Summary xml:lang="en">Cross-platform music tagger written in Python</Summary>
- <Description xml:lang="en">Cross-platform music tagger written in Python
+ <Description xml:lang="en">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&apos;s features.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
</Source>
<Package>
<Name>picard</Name>
<Summary xml:lang="en">Cross-platform music tagger written in Python</Summary>
- <Description xml:lang="en">Cross-platform music tagger written in Python
+ <Description xml:lang="en">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&apos;s features.
</Description>
<PartOf>multimedia.audio</PartOf>
<Files>
<Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/picard-1.3.2-py2.7.egg-info</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/picard-1.4.2-py2.7.egg-info</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/picard/__init__.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/picard/acoustid.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/picard/acoustidmanager.py</Path>
@@ -30,6 +36,7 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/picard/browser/filelookup.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/picard/cluster.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/picard/collection.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/picard/compat.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/picard/config.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/picard/config_upgrade.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/picard/const/__init__.py</Path>
@@ -43,6 +50,7 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/picard/coverart/providers/amazon.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/picard/coverart/providers/caa.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/picard/coverart/providers/caa_release_group.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/picard/coverart/providers/local.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/picard/coverart/providers/whitelist.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/picard/coverart/utils.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/picard/dataobj.py</Path>
@@ -62,32 +70,9 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/picard/log.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/picard/mbxml.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/picard/metadata.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/picard/oauth.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/picard/plugin.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/picard/plugins/__init__.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/picard/plugins/addrelease.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/picard/plugins/albumartist_website.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/picard/plugins/classicdiscnumber.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/picard/plugins/cuesheet.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/picard/plugins/discnumber.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/picard/plugins/featartist.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/picard/plugins/featartistsintitles.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/picard/plugins/lastfm/__init__.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/picard/plugins/lastfm/options_lastfm.ui</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/picard/plugins/lastfm/ui_options_lastfm.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/picard/plugins/lastfmplus/__init__.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/picard/plugins/lastfmplus/ui_options_lastfm.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/picard/plugins/no_release.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/picard/plugins/release_type.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/picard/plugins/replaygain/__init__.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/picard/plugins/replaygain/options_replaygain.ui</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/picard/plugins/replaygain/ui_options_replaygain.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/picard/plugins/sort_multivalue_tags.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/picard/plugins/standardise_performers.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/picard/plugins/titlecase.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/picard/plugins/tracks2clipboard.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/picard/plugins/viewvariables/__init__.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/picard/plugins/viewvariables/ui_variables_dialog.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/picard/plugins/viewvariables/variables_dialog.ui</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/picard/releasegroup.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/picard/resources.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/picard/script.py</Path>
@@ -128,6 +113,8 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/picard/ui/options/tags.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/picard/ui/passworddialog.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/picard/ui/ratingwidget.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/picard/ui/searchdialog.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/picard/ui/sortablecheckboxlist.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/picard/ui/tagsfromfilenames.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/picard/ui/ui_cdlookup.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/picard/ui/ui_edittagdialog.py</Path>
@@ -153,6 +140,8 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/picard/ui/ui_options_script.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/picard/ui/ui_options_tags.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/picard/ui/ui_passworddialog.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/picard/ui/ui_provider_options_caa.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/picard/ui/ui_provider_options_local.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/picard/ui/ui_tagsfromfilenames.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/picard/ui/util.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/picard/util/__init__.py</Path>
@@ -163,6 +152,8 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/picard/util/filenaming.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/picard/util/icontheme.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/picard/util/imageinfo.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/picard/util/imagelist.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/picard/util/lrucache.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/picard/util/tags.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/picard/util/textencoding.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/picard/util/thread.py</Path>
@@ -176,16 +167,17 @@
<Path fileType="data">/usr/share/icons/hicolor/256x256/apps/picard.png</Path>
<Path fileType="data">/usr/share/icons/hicolor/32x32/apps/picard.png</Path>
<Path fileType="data">/usr/share/icons/hicolor/48x48/apps/picard.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/scalable/apps/picard.svg</Path>
<Path fileType="localedata">/usr/share/locale</Path>
</Files>
</Package>
<History>
- <Update release="3">
- <Date>2017-04-14</Date>
- <Version>1.3.2</Version>
+ <Update release="4">
+ <Date>2017-09-06</Date>
+ <Version>1.4.2</Version>
<Comment>Packaging update</Comment>
- <Name>Ikey Doherty</Name>
- <Email>ikey@solus-project.com</Email>
+ <Name>Fabio Forni</Name>
+ <Email>fabio94xx@gmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Jun 18 2023, 7:55 PM (7 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5857953
Default Alt Text
D956.id2112.diff (12 KB)

Event Timeline