mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
pdate to 1.3.2
This commit is contained in:
parent
ec07091fe1
commit
40039efcc5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189494
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= audacious-plugins
|
||||
PORTVERSION= 1.3.1
|
||||
PORTVERSION= 1.3.2
|
||||
CATEGORIES= multimedia audio
|
||||
MASTER_SITES= http://static.audacious-media-player.org/release/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (audacious-plugins-1.3.1.tgz) = 900f9732661fcd7f0a7f63d0a1e212e3
|
||||
SHA256 (audacious-plugins-1.3.1.tgz) = d882603786b5b5e41bdc6e481e8bdabb9cb86a29f411a4bc39078ea98c9a57a5
|
||||
SIZE (audacious-plugins-1.3.1.tgz) = 2905465
|
||||
MD5 (audacious-plugins-1.3.2.tgz) = 5cfcc2d02e811109b6233ce736722708
|
||||
SHA256 (audacious-plugins-1.3.2.tgz) = 590ba683268e3f282abe9fb47b89a86de5e57a54cb2600a8f9aa5f8d42d79ec5
|
||||
SIZE (audacious-plugins-1.3.2.tgz) = 2962380
|
||||
|
@ -1,20 +0,0 @@
|
||||
--- configure.orig Fri Mar 2 17:35:33 2007
|
||||
+++ configure Sat Mar 3 17:23:32 2007
|
||||
@@ -8397,7 +8397,7 @@
|
||||
else
|
||||
{ echo "$as_me:$LINENO: result: *** Audacious OSD plugin disabled per user request ***" >&5
|
||||
echo "${ECHO_T}*** Audacious OSD plugin disabled per user request ***" >&6; }
|
||||
- have_aosd="yes"
|
||||
+ have_aosd="no"
|
||||
fi
|
||||
|
||||
if test "x$have_aosd" = "xyes"; then
|
||||
@@ -15220,7 +15220,7 @@
|
||||
fi
|
||||
|
||||
|
||||
-if test "x$ap_disable_paranormal" = "xyes"; then
|
||||
+if test "x$ap_disable_paranormal" = "xyes" || test "x$have_paranormal" = "xno" ; then
|
||||
have_paranormal=no
|
||||
{ echo "$as_me:$LINENO: result: *** paranormal plugin disabled by request ***" >&5
|
||||
echo "${ECHO_T}*** paranormal plugin disabled by request ***" >&6; }
|
@ -6,6 +6,7 @@ lib/audacious/Container/libstdio.so
|
||||
lib/audacious/Effect/libaudiocompress.so
|
||||
lib/audacious/Effect/libladspa.so
|
||||
lib/audacious/Effect/libecho.so
|
||||
lib/audacious/Effect/libsndstretch.so
|
||||
lib/audacious/Effect/libstereo.so
|
||||
lib/audacious/Effect/libvoice_removal.so
|
||||
lib/audacious/General/libalarm.so
|
||||
@ -87,6 +88,7 @@ share/audacious-plugins/paranormal/Presets/ticpu_-_colored_beat-o-scope.pnv
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/audacious-plugins.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/audacious-plugins.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/audacious-plugins.mo
|
||||
%%NLS%%share/locale/sk/LC_MESSAGES/audacious-plugins.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/audacious-plugins.mo
|
||||
share/audacious/images/audioscrobbler.png
|
||||
share/audacious/images/audioscrobbler_badge.png
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= audacious
|
||||
PORTVERSION= 1.3.1
|
||||
PORTVERSION= 1.3.2
|
||||
CATEGORIES= multimedia audio
|
||||
MASTER_SITES= http://static.audacious-media-player.org/release/
|
||||
EXTRACT_SUFX=.tgz
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (audacious-1.3.1.tgz) = 6dd04268a8b52a991cd1f561e27dca16
|
||||
SHA256 (audacious-1.3.1.tgz) = 54e32586aa7a1268c68610549a831105f0b8ac5086211fef752bbde9b5557323
|
||||
SIZE (audacious-1.3.1.tgz) = 1728280
|
||||
MD5 (audacious-1.3.2.tgz) = b784a30604a2f9d84e9da310069f43f9
|
||||
SHA256 (audacious-1.3.2.tgz) = ccc8a190d6e9b5f603bae55fc642ddb26fab285b5e76704592b7e95d82feeeef
|
||||
SIZE (audacious-1.3.2.tgz) = 1730554
|
||||
|
Loading…
Reference in New Issue
Block a user