mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
audio/easytag: Minor tweaks and info updated.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
fc9a8a13c9
commit
3065ad5965
4 changed files with 7 additions and 6 deletions
|
@ -4,4 +4,5 @@ EasyTAG is a utility for viewing and editing tags for MP3, MP2, FLAC
|
|||
Ogg Vorbis, MP4/AAC, MusePack and Monkey's Audio files. Its simple
|
||||
and nice GTK2 interface makes tagging easier under GNU/Linux.
|
||||
|
||||
This requires id3lib.
|
||||
id3lib and libmp4v2 are optional dependencies.
|
||||
|
||||
|
|
|
@ -22,11 +22,11 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# Updated and now maintained by crocket (crockabiscuit@yahoo.com)
|
||||
# Updated and now maintained by crocket (crockabiscuit@gmail.com)
|
||||
|
||||
PRGNAM=easytag
|
||||
VERSION=2.1.6
|
||||
BUILD=${BUILD:-2}
|
||||
BUILD=${BUILD:-3}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
CWD=$(pwd)
|
||||
|
@ -75,7 +75,7 @@ find . \
|
|||
-exec chmod 644 {} \;
|
||||
|
||||
# Apply the patch downloaded by easytag.info
|
||||
cat $CWD/patch_easytag_216_cddb_manual_search_fix.diff | patch -p1
|
||||
patch -p1 < $CWD/patch_easytag_216_cddb_manual_search_fix.diff
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
|
|
|
@ -8,5 +8,5 @@ MD5SUM="6c5b9dc2bf1f3b0a11bd4efc81aaa9ee \
|
|||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="crocket"
|
||||
EMAIL="crockabiscuit@yahoo.com"
|
||||
EMAIL="crockabiscuit@gmail.com"
|
||||
APPROVED="dsomero"
|
||||
|
|
|
@ -12,7 +12,7 @@ easytag: EasyTAG is a utility for viewing and editing tags for MP3, MP2, FLAC
|
|||
easytag: Ogg Vorbis, MP4/AAC, MusePack and Monkey's Audio files. Its simple
|
||||
easytag: and nice GTK2 interface makes tagging easier under GNU/Linux.
|
||||
easytag:
|
||||
easytag: Homepage: http://easytag.sourceforge.net
|
||||
easytag: Website : http://easytag.sourceforge.net
|
||||
easytag:
|
||||
easytag:
|
||||
easytag:
|
||||
|
|
Loading…
Reference in a new issue