pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/xmms-musepack Update to 1.1 version from www.mus...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/76acab6e59d0
branches:  trunk
changeset: 485159:76acab6e59d0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Dec 04 20:35:09 2004 +0000

description:
Update to 1.1 version from www.musepack.net.
Changes:
1.1
        Autotools build process
        %d now contains the full date tag

1.1-alpha10
        Equalizer works now
        Fixed a small Bug with skipping broken tracks

1.1-alpha9
        Fixed Bug with Id3 Reading
        Added Display of variable Bitrate

1.1-alpha8:
        Some Bugfixes (ID3-Genre out of range, Audio in use by other Program, di
splaytitle with empty tags)

1.1-alpha7:
        Added Reading of ID3-Tags and writing of APE2-Tags
        Some changes in generate_title to make it work with FreeBSD

1.1-alpha6:
        close speed-up

1.1-alpha5:
        corrected end of track bug

1.1-alpha4:
        minor bugfixes

1.1-alpha3:
        another small glitch fixed in tag reading

1.1-alpha2:
        fixed tag reading

1.1-alpha:
        rewrite from scratch using musepack lib

diffstat:

 audio/xmms-musepack/DESCR    |   7 ++++---
 audio/xmms-musepack/Makefile |  41 ++++++++++++++---------------------------
 audio/xmms-musepack/PLIST    |   4 ++--
 audio/xmms-musepack/distinfo |   6 +++---
 4 files changed, 23 insertions(+), 35 deletions(-)

diffs (83 lines):

diff -r db12ee28cb92 -r 76acab6e59d0 audio/xmms-musepack/DESCR
--- a/audio/xmms-musepack/DESCR Sat Dec 04 20:31:29 2004 +0000
+++ b/audio/xmms-musepack/DESCR Sat Dec 04 20:35:09 2004 +0000
@@ -1,3 +1,4 @@
-xmms-musepack is an audio output plugin for the XMMS multimedia player.
-Andree Buschmann's en-/decoder is a great improvement of lossy audio
-compression compared to MPEG-III.
+xmms-musepack is an audio input plugin for Musepack (mpc) files
+for the XMMS multimedia player.  Andree Buschmann's (lossy)
+en-/decoder is a great improvement of lossy audio compression
+compared to MPEG-III.
diff -r db12ee28cb92 -r 76acab6e59d0 audio/xmms-musepack/Makefile
--- a/audio/xmms-musepack/Makefile      Sat Dec 04 20:31:29 2004 +0000
+++ b/audio/xmms-musepack/Makefile      Sat Dec 04 20:35:09 2004 +0000
@@ -1,34 +1,21 @@
-# $NetBSD: Makefile,v 1.4 2004/10/03 00:13:11 tv Exp $
+# $NetBSD: Makefile,v 1.5 2004/12/04 20:35:09 wiz Exp $
 #
 
-DISTNAME=      xmms-musepack-1.00
-PKGREVISION=   1
-CATEGORIES=    audio
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=mpegplus/}
+DISTNAME=              xmms-musepack-1.1
+CATEGORIES=            audio
+MASTER_SITES=          http://www.saunalahti.fi/grimmel/musepack.net/linux/plugins/
+EXTRACT_SUFX=          .tar.bz2
 
-MAINTAINER=    jmmv%NetBSD.org@localhost
-HOMEPAGE=      http://www.sourceforge.net/projects/mpegplus/
-COMMENT=       Musepack audio output plugin for XMMS
-
-USE_BUILDLINK3=        yes
-USE_LIBTOOL=   yes
-
-CFLAGS+=       -DVERSION='"${PKGVERSION}"'
-XMMS_CONFIG=   ${BUILDLINK_PREFIX.xmms}/bin/xmms-config
+MAINTAINER=            jmmv%NetBSD.org@localhost
+HOMEPAGE=              http://www.musepack.net/
+COMMENT=               XMMS plugin for musepack (mpc) files
 
-do-build:
-       cd ${WRKSRC} && for f in *.c; do \
-               ${SHLIBTOOL} --mode=compile ${CC} ${CFLAGS} \
-               `${XMMS_CONFIG} --cflags` -c $$f || break; \
-       done
-       cd ${WRKSRC} && ${SHLIBTOOL} --mode=link ${CC} ${LDFLAGS} \
-               -o libmusepack.la *.lo `${XMMS_CONFIG} --libs` \
-               -rpath ${PREFIX}/lib/xmms/Input \
-               -module -avoid-version
+USE_BUILDLINK3=                yes
+USE_LANGUAGES=         c++
+GNU_CONFIGURE=         yes
 
-do-install:
-       cd ${WRKSRC} && ${SHLIBTOOL} --mode=install \
-               ${INSTALL_DATA} libmusepack.la ${PREFIX}/lib/xmms/Input
-
+.include "../../audio/libmusepack/buildlink3.mk"
 .include "../../audio/xmms/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../x11/gtk/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r db12ee28cb92 -r 76acab6e59d0 audio/xmms-musepack/PLIST
--- a/audio/xmms-musepack/PLIST Sat Dec 04 20:31:29 2004 +0000
+++ b/audio/xmms-musepack/PLIST Sat Dec 04 20:35:09 2004 +0000
@@ -1,3 +1,3 @@
-@comment $NetBSD: PLIST,v 1.2 2004/09/22 08:09:19 jlam Exp $
-lib/xmms/Input/libmusepack.la
+@comment $NetBSD: PLIST,v 1.3 2004/12/04 20:35:09 wiz Exp $
+lib/xmms/Input/libmpc.la
 @comment in xmms: @dirrm lib/xmms/Input
diff -r db12ee28cb92 -r 76acab6e59d0 audio/xmms-musepack/distinfo
--- a/audio/xmms-musepack/distinfo      Sat Dec 04 20:31:29 2004 +0000
+++ b/audio/xmms-musepack/distinfo      Sat Dec 04 20:35:09 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2004/06/25 12:48:43 jmmv Exp $
+$NetBSD: distinfo,v 1.3 2004/12/04 20:35:09 wiz Exp $
 
-SHA1 (xmms-musepack-1.00.tar.gz) = 6bff3e603cfa8aad3f39839d9dc810dbb2da7235
-Size (xmms-musepack-1.00.tar.gz) = 126468 bytes
+SHA1 (xmms-musepack-1.1.tar.bz2) = 450b296c72f6e6b402846826504ce7ea2a385519
+Size (xmms-musepack-1.1.tar.bz2) = 207369 bytes



Home | Main Index | Thread Index | Old Index