Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (184376b683edb10d747a71f48c6f14e34bf40eec)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (184376b683edb10d747a71f48c6f14e34bf40eec)
  • Date: Sat, 9 Sep 2017 19:27:58 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

audio-players/audacious/DEPENDS | 8 +++---
audio-players/audacious/DETAILS | 32 +++++++++++----------------
audio-players/audacious/FINAL | 3 ++
audio-players/audacious/HISTORY | 6 +++++
audio-plugins/audacious-plugins/CONFIGURE | 16 +++++++++++--
audio-plugins/audacious-plugins/DEPENDS | 35
+++++++++++++++++++++++++-----
audio-plugins/audacious-plugins/DETAILS | 6 ++---
audio-plugins/audacious-plugins/HISTORY | 5 ++++
dev/null |binary
9 files changed, 77 insertions(+), 34 deletions(-)

New commits:
commit 184376b683edb10d747a71f48c6f14e34bf40eec
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

audacious-plugins: => 3.5.2

commit f3768ae09b2117e33e661b878d2718fd4a4af6c8
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

audacious: => 3.5.2

diff --git a/audio-players/audacious/DEPENDS b/audio-players/audacious/DEPENDS
index c9e8577..2710691 100755
--- a/audio-players/audacious/DEPENDS
+++ b/audio-players/audacious/DEPENDS
@@ -11,7 +11,7 @@ optional_depends dbus \
"--enable-dbus" "--disable-dbus" \
"support for dbus notifications" &&

-optional_depends pcre \
- "--with-regexlib=pcre" \
- "--with-regexlib=gnu" \
- "to use PCRE regex library instead of GNU library"
+optional_depends gettext \
+ "--enable-nls" \
+ "--disable-nls" \
+ "for Native Language Support"
diff --git a/audio-players/audacious/DETAILS b/audio-players/audacious/DETAILS
index a143a17..3e65c1c 100755
--- a/audio-players/audacious/DETAILS
+++ b/audio-players/audacious/DETAILS
@@ -1,27 +1,21 @@
SPELL=audacious
- VERSION=3.4
+ VERSION=3.5.2
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_URL[0]=http://distfiles.audacious-media-player.org/$SOURCE
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+
SOURCE_HASH=sha512:70fd5bf81fd86a867102917c9328e1e647e9566ecfbc773b15fe0d181f176cfb333976c817493b1e485f15a045da054f19a9d6d81106d55636fca14ac09f8008
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://audacious-media-player.org";
LICENSE[0]=GPL
ENTERED=20070520
- SHORT="a fork of beep-media-player 0.9.7.1"
+ SHORT="advanced audio player"
cat << EOF
-From the audacious FAQ: Why did you fork beep-media-player?
-
-First off, the fork has no political reasons, it is based entirely on
-technical merit. It's based on a few issues:
-
- * BMP classic had a number of deficiencies relating to Unicode.
- * BMP classic is no longer actively maintained by the development team.
- * We had our own ideas about how a player should be designed, which we
- wanted to try in a production environment.
- * Beep lacked functionality that is useful for people who do streaming,
- such as the songchange plugin from XMMS.
-
-Therefore, a fork seemed most logical as a choice for accomplishing
-our goals. The BMP team has done very good work, but their ideas for a
-next-generation beep do not align with ours.
+Audacious is an open source audio player. A descendant of XMMS, Audacious
plays
+your music how you want it, without stealing away your computer’s resources
+from other tasks. Drag and drop folders and individual song files, search for
+artists and albums in your entire music library, or create and edit your own
+custom playlists. Listen to CD’s or stream music from the Internet. Tweak the
+sound with the graphical equalizer or experiment with LADSPA effects. Enjoy
the
+modern GTK-themed interface or change things up with Winamp Classic skins.
Use
+the plugins included with Audacious to fetch lyrics for your music, to set an
+alarm in the morning, and more.
EOF
diff --git a/audio-players/audacious/FINAL b/audio-players/audacious/FINAL
new file mode 100755
index 0000000..48dba5a
--- /dev/null
+++ b/audio-players/audacious/FINAL
@@ -0,0 +1,3 @@
+update_desktop_database &&
+
+gtk-update-icon-cache -q -t -f "${INSTALL_ROOT}/usr/share/icons/hicolor"
diff --git a/audio-players/audacious/HISTORY b/audio-players/audacious/HISTORY
index 3fee1e4..6c23cb1 100644
--- a/audio-players/audacious/HISTORY
+++ b/audio-players/audacious/HISTORY
@@ -1,3 +1,9 @@
+2017-09-09 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 3.5.2; updated descriptions; quoting
+ paths
+ * DEPENDS: dropped pcre; added gettext
+ * FINAL: added, to update icon/application caches
+
2013-07-01 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 3.4

diff --git a/audio-players/audacious/audacious-3.4.tar.bz2.sig
b/audio-players/audacious/audacious-3.4.tar.bz2.sig
deleted file mode 100644
index 5aa31da..0000000
Binary files a/audio-players/audacious/audacious-3.4.tar.bz2.sig and
/dev/null differ
diff --git a/audio-plugins/audacious-plugins/CONFIGURE
b/audio-plugins/audacious-plugins/CONFIGURE
index 10cbeed..2c789db 100755
--- a/audio-plugins/audacious-plugins/CONFIGURE
+++ b/audio-plugins/audacious-plugins/CONFIGURE
@@ -26,13 +26,13 @@ config_query_option AUDACIOUS_OPTS \
'--disable-statusicon' &&

config_query_option AUDACIOUS_OPTS \
- 'for OSD plugin' y \
+ 'Enable OSD plugin' y \
'--enable-aosd' \
'--disable-aosd' &&

if list_find "$AUDACIOUS_OPTS" '--enable-aosd'; then
config_query_option AUDACIOUS_OPTS \
- 'for X Composite OSD plugin' y \
+ 'Enable X Composite OSD plugin' y \
'--enable-aosd-xcomp' \
'--disable-aosd-xcomp'
fi &&
@@ -65,4 +65,14 @@ config_query_option AUDACIOUS_OPTS \
config_query_option AUDACIOUS_OPTS \
"Enable LyricWiki plugin?" y \
"--enable-lyricwiki" \
- "--disable-lyricwiki"
+ "--disable-lyricwiki" &&
+
+config_query_option AUDACIOUS_OPTS \
+ "Enable Nintendo DS audio decoder (xsf) plugin?" y \
+ "--enable-xsf" \
+ "--disable-xsf" &&
+
+config_query_option AUDACIOUS_OPTS \
+ "Enable PlayStation (psf/psf2) audio decoder plugin?" y \
+ "--enable-psf" \
+ "--disable-psf"
diff --git a/audio-plugins/audacious-plugins/DEPENDS
b/audio-plugins/audacious-plugins/DEPENDS
index 0c9e699..07dc2d4 100755
--- a/audio-plugins/audacious-plugins/DEPENDS
+++ b/audio-plugins/audacious-plugins/DEPENDS
@@ -4,6 +4,11 @@ depends cairo &&
depends gtk+3 &&
depends audacious &&

+optional_depends gettext \
+ "--enable-nls" \
+ "--disable-nls" \
+ "for Native Language Support" &&
+
# control plugins
optional_depends lirc \
"" \
@@ -27,14 +32,19 @@ optional_depends JACK-DRIVER \
"support for jack" &&

# filetype plugins
+optional_depends zlib \
+ "--enable-console" \
+ "--disable-console" \
+ "for game music decoder (console) plugin" &&
+
optional_depends LIBAVCODEC \
- "--enable-ffaudio" \
- "--disable-ffaudio" \
- "for ffmpeg WMA support" &&
+ "" \
+ "--disable-ffmpeg" \
+ "for ffmpeg WMA (ffaudio plugin) support" &&

optional_depends libvorbis \
"" \
- "--disable-vorbis --disable-filewriter_vorbis" \
+ "--disable-vorbis --disable-filewriter" \
"for vorbis support" &&

optional_depends libogg \
@@ -62,6 +72,11 @@ optional_depends libbinio \
"--disable-adplug" \
"for AdPlug plugin" &&

+optional_depends fluidsynth \
+ "" \
+ "--disable-amidiplug" \
+ "for amidi-plug input plugin" &&
+
optional_depends wavpack \
"" \
"--disable-wavpack" \
@@ -118,6 +133,11 @@ if is_depends_enabled $SPELL libcdio; then
depends libcddb
fi &&

+optional_depends dbus-glib \
+ "--enable-gnomeshortcuts" \
+ "--disable-gnomeshortcuts" \
+ "for GNOME shortcuts plugin" &&
+
optional_depends libmms \
"--enable-mms" \
"--disable-mms" \
@@ -131,4 +151,9 @@ optional_depends libcue \
optional_depends libsamplerate \
"--enable-resample --enable-speedpitch" \
"--disable-resample --disable-speedpitch" \
- "Enable Resample Effect and Speed and Pitch plugins?"
+ "Enable Resample Effect and Speed and Pitch plugins?" &&
+
+optional_depends OPENGL \
+ "--enable-glspectrum" \
+ "--disable-glspectrum" \
+ "for OpenGL Spectrum Analyzer"
diff --git a/audio-plugins/audacious-plugins/DETAILS
b/audio-plugins/audacious-plugins/DETAILS
index f351a32..a74c20b 100755
--- a/audio-plugins/audacious-plugins/DETAILS
+++ b/audio-plugins/audacious-plugins/DETAILS
@@ -1,9 +1,9 @@
SPELL=audacious-plugins
- VERSION=3.4
+ VERSION=3.5.2
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_URL[0]=http://distfiles.audacious-media-player.org/$SOURCE
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+
SOURCE_HASH=sha512:eaf46f403a77b5de63f26e096b968a6d94bbe3917df4400e5791143d846c1f3cbf83f2937210055a9b493dfa56ddb36b12d6d57b1453708b23dd41c0e2a94a72
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://audacious-media-player.org";
LICENSE[0]=GPL
ENTERED=20070520
diff --git a/audio-plugins/audacious-plugins/HISTORY
b/audio-plugins/audacious-plugins/HISTORY
index f706b45..1fa29f8 100644
--- a/audio-plugins/audacious-plugins/HISTORY
+++ b/audio-plugins/audacious-plugins/HISTORY
@@ -1,3 +1,8 @@
+2017-09-09 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 3.5.2
+ * DEPENDS: refreshed dependencies
+ * CONFIGURE: added xsf/psf flags; corrected prompts
+
2015-04-24 Vlad Glagolev <stealth AT sourcemage.org>
* BUILD: dropped AUDACIOUS_* spaghetti
* DEPENDS: libcdio-paranoia and libcddb are _required_ for cdaudio-ng
diff --git
a/audio-plugins/audacious-plugins/audacious-plugins-3.4.tar.bz2.sig
b/audio-plugins/audacious-plugins/audacious-plugins-3.4.tar.bz2.sig
deleted file mode 100644
index a14e87c..0000000
Binary files
a/audio-plugins/audacious-plugins/audacious-plugins-3.4.tar.bz2.sig and
/dev/null differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (184376b683edb10d747a71f48c6f14e34bf40eec), Vlad Glagolev, 09/09/2017

Archive powered by MHonArc 2.6.24.

Top of Page