update to 1.5.1; some testing and ok sthen@.

This commit is contained in:
fgsch 2009-01-25 02:02:19 +00:00
parent 1846e07147
commit a2d3f6cb2d
4 changed files with 41 additions and 53 deletions

View File

@ -1,60 +1,60 @@
# $OpenBSD: Makefile,v 1.11 2009/01/11 11:50:45 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.12 2009/01/25 02:02:19 fgsch Exp $
SHARED_ONLY= Yes
SHARED_ONLY = Yes
COMMENT= gtk+2 media player based on BMP and XMMS
COMMENT = gtk+2 media player based on BMP and XMMS
DISTNAME= audacious-1.5.0
PKGNAME= ${DISTNAME}p2
SHARED_LIBS= audclient 0.0
DISTNAME = audacious-1.5.1
SHARED_LIBS = audclient 0.0
CATEGORIES= audio multimedia
CATEGORIES = audio multimedia
HOMEPAGE= http://audacious-media-player.org/
HOMEPAGE = http://audacious-media-player.org/
# GPLv3
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
WANTLIB= ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
WANTLIB = ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat \
fontconfig freetype glib-2.0 glitz gmodule-2.0 gobject-2.0 \
gthread-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 \
pixman-1 png pthread z gio-2.0
fontconfig freetype gio-2.0 glib-2.0 glitz gmodule-2.0 \
gobject-2.0 gthread-2.0 m pango-1.0 pangocairo-1.0 \
pangoft2-1.0 pixman-1 png pthread z
MASTER_SITES= http://distfiles.atheme.org/
MASTER_SITES = http://distfiles.atheme.org/
EXTRACT_SUFX= .tgz
EXTRACT_SUFX = .tgz
MODULES= devel/gettext
MODULES = devel/gettext
BUILD_DEPENDS= :libxml-*:textproc/libxml
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
LIB_DEPENDS= samplerate::audio/libsamplerate \
mcs::devel/mcs \
mowgli::devel/mowgli \
BUILD_DEPENDS = :libxml-*:textproc/libxml
RUN_DEPENDS = :desktop-file-utils-*:devel/desktop-file-utils
LIB_DEPENDS = samplerate::audio/libsamplerate \
mcs:mcs->=0.7.0:devel/mcs \
mowgli:mowgli->=0.4.0:devel/mowgli \
dbus-glib-1::x11/dbus-glib \
dbus-1.>=6::x11/dbus \
gdk_pixbuf-2.0,gdk-x11-2.0,gtk-x11-2.0::x11/gtk+2 \
execinfo::devel/libexecinfo
MAKE_ENV= LIBaudclient_VERSION=${LIBaudclient_VERSION}
MAKE_ENV = LIBaudclient_VERSION=${LIBaudclient_VERSION}
USE_X11= Yes
USE_GMAKE= Yes
USE_X11 = Yes
USE_GMAKE = Yes
AUTOCONF_VERSION=2.61
CONFIGURE_STYLE= autoconf
CONFIGURE_ARGS= --enable-samplerate
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
AUTOCONF_VERSION = 2.61
CONFIGURE_STYLE = autoconf
CONFIGURE_ARGS = --enable-samplerate
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lexecinfo"
.if ${MACHINE_ARCH} != "amd64"
CONFIGURE_ARGS+= --disable-sse2
.if ${MACHINE_ARCH} != "amd64"
CONFIGURE_ARGS += --disable-sse2
.endif
NO_REGRESS= Yes
NO_REGRESS = Yes
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
MD5 (audacious-1.5.0.tgz) = 6mMbaetU6X1gvzxSrmx+Yg==
RMD160 (audacious-1.5.0.tgz) = vB//JHHuH45+2E9K7QYLVyQJhT8=
SHA1 (audacious-1.5.0.tgz) = Ng9ppjgjSTYglTWhYQVRs9ChEiY=
SHA256 (audacious-1.5.0.tgz) = JaTnLKRMIii0EkbfZirmqWt+vNVhr/rNwN2D697gIyI=
SIZE (audacious-1.5.0.tgz) = 1946403
MD5 (audacious-1.5.1.tgz) = PCBqbQbUnYpo8O3Zkz0iGQ==
RMD160 (audacious-1.5.1.tgz) = acvTD/3jOeoFScYxdmpbhmzzLCk=
SHA1 (audacious-1.5.1.tgz) = PDyzpPmZf1qzprSTcmCyiZyESAY=
SHA256 (audacious-1.5.1.tgz) = rFlwwJ7SWsVtrBXgNTKFksrOUyHHiVIp5oLKySIB8dc=
SIZE (audacious-1.5.1.tgz) = 1937747

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-src_audacious_playlist_c,v 1.1 2008/04/02 00:39:19 fgsch Exp $
--- src/audacious/playlist.c.orig Sun Mar 23 07:30:06 2008
+++ src/audacious/playlist.c Sun Mar 23 07:30:38 2008
@@ -2534,7 +2534,7 @@ playlist_fileinfo_current(Playlist *playlist)
PLAYLIST_UNLOCK(playlist);
- if (playlist->position->decoder != NULL && playlist->position->decoder->update_song_tuple != NULL &&
+ if (playlist->position != NULL && playlist->position->decoder != NULL && playlist->position->decoder->update_song_tuple != NULL &&
playlist->position->decoder->file_info_box == NULL && path != NULL && !vfs_is_remote(path)) {
fileinfo_show_editor_for_path(path, playlist->position->decoder);

View File

@ -1,7 +1,8 @@
@comment $OpenBSD: PLIST,v 1.5 2008/11/09 17:56:59 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.6 2009/01/25 02:02:19 fgsch Exp $
@bin bin/audacious
@bin bin/audtool
include/audacious/
include/audacious/audconfig.h
include/audacious/audctrl.h
include/audacious/auddrct.h
include/audacious/configdb.h
@ -11,7 +12,6 @@ include/audacious/dbus.h
include/audacious/discovery.h
include/audacious/eventqueue.h
include/audacious/flow.h
include/audacious/formatter.h
include/audacious/hook.h
include/audacious/i18n.h
include/audacious/id3tag.h