diff options
author | wiz <wiz> | 2007-07-30 18:57:50 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-07-30 18:57:50 +0000 |
commit | 5d18859bb1fd3e3ab655c5d25a7ae0f663a920df (patch) | |
tree | 2c6aa9e5b399e9f5a6bd0c7118f0dcac5726ab9b /audio | |
parent | b9c089f293f04df562fbc4341a91084212c84077 (diff) | |
download | pkgsrc-5d18859bb1fd3e3ab655c5d25a7ae0f663a920df.tar.gz |
Update to 2.1.2:
2.1.2 - July 12th, 2007 :
=========================
* Added an option to update modification time of the parent directory when
changing tag values of a file (useful for Amarok for example),
* Added autoscroll in log view,
* Added new Swedish documentation (thanks to Anders Strömer),
* Fixed a problem to display the title in the Cddb window with translation
languages (bug introduced in version 2.1.1),
* Fixed the loose of focus after saving files : now the same control keep
again the focus,
* Fixed a mistake in the configure script (thanks to Thomas Klausner),
* Swedish translation updated (thanks to Anders Strömer),
* Brazilian Portuguese translation updated (thanks to doutor.zero),
* Polish translation updated (thanks to Michał Smoczyk),
* German translation updated (thanks to Götz Waschk),
* French translation updated.
VS: ----------------------------------------------------------------------
Diffstat (limited to 'audio')
-rw-r--r-- | audio/easytag-current/Makefile | 4 | ||||
-rw-r--r-- | audio/easytag-current/distinfo | 9 | ||||
-rw-r--r-- | audio/easytag-current/patches/patch-aa | 13 |
3 files changed, 6 insertions, 20 deletions
diff --git a/audio/easytag-current/Makefile b/audio/easytag-current/Makefile index f92def60e87..80bf64cfe65 100644 --- a/audio/easytag-current/Makefile +++ b/audio/easytag-current/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/07/07 07:47:51 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2007/07/30 18:57:50 wiz Exp $ # -DISTNAME= easytag-2.1.1 +DISTNAME= easytag-2.1.2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=easytag/} EXTRACT_SUFX= .tar.bz2 diff --git a/audio/easytag-current/distinfo b/audio/easytag-current/distinfo index 9ee398f69f3..6b27daa8471 100644 --- a/audio/easytag-current/distinfo +++ b/audio/easytag-current/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/07/07 07:47:51 wiz Exp $ +$NetBSD: distinfo,v 1.2 2007/07/30 18:57:50 wiz Exp $ -SHA1 (easytag-2.1.1.tar.bz2) = cdcebaa992c639246dbee64ec3a6acf1c7705182 -RMD160 (easytag-2.1.1.tar.bz2) = dcd88893185b7059a3911edcf6246f1009d1284a -Size (easytag-2.1.1.tar.bz2) = 2949884 bytes -SHA1 (patch-aa) = 7fe71d9ad92829dbf8ba56a42be37d920dc8a666 +SHA1 (easytag-2.1.2.tar.bz2) = ab437313ecfb0dfcf1aa00580bf997df859d2448 +RMD160 (easytag-2.1.2.tar.bz2) = 44f93e0af4ab2fca891e87295faade09d35ec52b +Size (easytag-2.1.2.tar.bz2) = 2954397 bytes diff --git a/audio/easytag-current/patches/patch-aa b/audio/easytag-current/patches/patch-aa deleted file mode 100644 index 76adbdd7265..00000000000 --- a/audio/easytag-current/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2007/07/07 07:47:51 wiz Exp $ - ---- configure.orig 2007-07-04 18:50:16.000000000 +0000 -+++ configure -@@ -21294,7 +21294,7 @@ _ACEOF - - fi - -- if test "x$enable_id3v23" == "xyes"; then -+ if test "x$enable_id3v23" = "xyes"; then - echo "$as_me:$LINENO: checking for library containing ID3Tag_Link" >&5 - echo $ECHO_N "checking for library containing ID3Tag_Link... $ECHO_C" >&6 - if test "${ac_cv_search_ID3Tag_Link+set}" = set; then |