# HG changeset patch # User Aleksej Bobylev # Date 1444214085 -10800 # Node ID 7bb67a9e6b530c5db97e08265749d38a4e5c7805 # Parent 2b6a45f5d1bdc9660b077e3223c9529116399fd9 easytag, xarchiver: fix warnings during update .desktop system database diff -r 2b6a45f5d1bd -r 7bb67a9e6b53 easytag/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/easytag/description.txt Wed Oct 07 13:34:45 2015 +0300 @@ -0,0 +1,56 @@ +EasyTAG is a utility for viewing and editing tags for MP3, MP2, FLAC, Ogg +Vorbis, Speex, MP4/AAC, MusePack, Monkey's Audio and WavPack files. Its simple +and nice GTK2 interface makes tagging easier under GNU/Linux or Windows. + + +Features +-------- + +Currently EasyTAG supports the following: + + * view, edit, write tags of MP3, MP2 files (ID3 tag with pictures), FLAC files + (FLAC Vorbis tag), Ogg Vorbis and Speex files (Ogg Vorbis tag), MP4/AAC + (MP4/AAC tag), MusePack, Monkey's Audio and WavPack files (APE tag) + * can edit more tag fields : Title, Artist, Album, Disc Album, Year, Track + Number, Genre, Comment, Composer, Original Artist/Performer, Copyright, URL + and Encoder name + * auto tagging: parse filename and directory to complete automatically the + fields (using masks) + * ability to rename files and directories from the tag (using masks) or by + loading a text file + * process selected files of the selected directory + * ability to browse subdirectories + * recursion for tagging, removing, renaming, saving… + * can set a field (artist, title, …) to all other selected files + * read file header information (bitrate, time, …) and display them + * auto completion of the date if a partial is entered + * undo and redo last changes + * ability to process fields of tag and filename (convert letters into + upper case, lower case, …) + * ability to open a directory or a file with an external program + * remote and local CDDB support for manual or automatic search + * a tree based browser or a view by Artist & Album + * a list to select files + * a playlist generator window + * a file searching window + * simple and explicit interface! + * Brazilian Portuguese, Bulgarian, Chinese, Czech, Danish, Dutch, French, + German, Greek, Hungarian, Italian, Japanese, Polish, Romanian, Russian, + Spanish, Swedish and Ukrainian translation languages + * written in C and uses GTK+ 2 or GTK+ 3 for the GUI + + +License +------- + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +General Public License for more details. + +(It sould be included in this package in the file COPYING) diff -r 2b6a45f5d1bd -r 7bb67a9e6b53 easytag/receipt --- a/easytag/receipt Tue Oct 06 20:43:34 2015 +0300 +++ b/easytag/receipt Wed Oct 07 13:34:45 2015 +0300 @@ -1,18 +1,18 @@ # SliTaz package receipt. PACKAGE="easytag" -VERSION="2.1.6" +VERSION="2.2.6" CATEGORY="multimedia" SHORT_DESC="Utility for viewing and editing tags on sound files." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://easytag.sourceforge.net/" -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +TARBALL="$PACKAGE-$VERSION.tar.xz" +WEB_SITE="https://wiki.gnome.org/Apps/EasyTAG" +WGET_URL="https://download.gnome.org/sources/$PACKAGE/${VERSION%.*}/$TARBALL" TAGS="audio" DEPENDS="gtk+ id3lib flac libvorbis xorg-libXdamage gcc-lib-base libid3tag" -BUILD_DEPENDS="gtk+-dev id3lib-dev id3lib expat-dev libid3tag-dev" +BUILD_DEPENDS="gtk+-dev id3lib-dev id3lib expat-dev libid3tag-dev itstool" # Rules to configure and make the package. compile_rules() @@ -20,7 +20,6 @@ cd $src ./configure \ --prefix=/usr \ - --mandir=/usr/share/man \ $CONFIGURE_ARGS && make -j1 && make -j1 DESTDIR=$DESTDIR install @@ -29,8 +28,10 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/share + mkdir -p $fs/usr/share/icons/hicolor cp -a $install/usr/bin $fs/usr - cp -a $install/usr/share/pixmaps $fs/usr/share + cp -a $install/usr/share/applications $fs/usr/share + cp -a $install/usr/share/icons/hicolor/16x16 $install/usr/share/icons/hicolor/48x48 \ + $fs/usr/share/icons/hicolor } diff -r 2b6a45f5d1bd -r 7bb67a9e6b53 xarchiver/receipt --- a/xarchiver/receipt Tue Oct 06 20:43:34 2015 +0300 +++ b/xarchiver/receipt Wed Oct 07 13:34:45 2015 +0300 @@ -16,6 +16,7 @@ DEPENDS="gtk+" BUILD_DEPENDS="gtk+-dev" GENERIC_PIXMAPS="no" +GENERIC_MENUS="no" # Rules to configure and make the package. compile_rules() @@ -38,7 +39,7 @@ cp -a $install/usr/share/icons $fs/usr/share rm -rf $fs/usr/share/icons/hicolor/scalable - sed -i '/Encoding/d;/Version/d;/Name\[.*\]=Xarchiver/d;/GenericName/d;/Exec/s/.*/& %f/' \ + sed -i '/Encoding/d; /Version/d; /Name\[.*\]=Xarchiver/d; /GenericName/d; s|multipart/x-zip;||; /Exec/s/.*/& %f/' \ $fs/usr/share/applications/xarchiver.desktop mkdir -p $fs/var/www/cgi-bin $fs/usr/share/doc/xarchiver/html