update to 1.3.2
This commit is contained in:
parent
f1aafbc927
commit
7d5fccef54
@ -1,12 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2007/04/12 20:24:29 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2007/05/21 11:30:26 steven Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= "GTK+-2 media player based on BMP and XMMS"
|
||||
|
||||
DISTNAME= audacious-1.2.2
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
SHARED_LIBS= audacious 4.0
|
||||
DISTNAME= audacious-1.3.2
|
||||
SHARED_LIBS= audacious 5.0
|
||||
CATEGORIES= audio
|
||||
|
||||
HOMEPAGE= http://audacious-media-player.org/
|
||||
@ -17,7 +16,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}release/
|
||||
MASTER_SITES= http://static.audacious-media-player.org/release/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
USE_X11= Yes
|
||||
@ -25,12 +24,14 @@ NO_REGRESS= Yes
|
||||
|
||||
MODULES= devel/gettext
|
||||
|
||||
WANTLIB= X11 Xau Xdmcp Xrender expat fontconfig freetype m z c pthread \
|
||||
WANTLIB= X11 Xau Xdmcp Xrender Xcursor Xext Xfixes Xi Xinerama Xrandr \
|
||||
expat fontconfig freetype m z c pthread \
|
||||
glib-2.0 gthread-2.0 gmodule-2.0 gobject-2.0 gdk_pixbuf-2.0 \
|
||||
gdk-x11-2.0 gtk-x11-2.0 atk-1.0 cairo glitz png \
|
||||
pango-1.0 pangocairo-1.0 pangoft2-1.0 stdc++ xml2
|
||||
|
||||
LIB_DEPENDS= glade-2.0.>=0.3::devel/libglade2
|
||||
LIB_DEPENDS= glade-2.0.>=0.3::devel/libglade2 \
|
||||
mcs::devel/mcs
|
||||
|
||||
MAKE_ENV= LIBaudacious_VERSION=${LIBaudacious_VERSION}
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (audacious-1.2.2.tgz) = 53SvvaBCIObhsKm/81BSLg==
|
||||
RMD160 (audacious-1.2.2.tgz) = qY+US50w4c20dgxW+0AbANL/dyM=
|
||||
SHA1 (audacious-1.2.2.tgz) = R/3ydH5QsNnky6AsxAjIYal4te0=
|
||||
SHA256 (audacious-1.2.2.tgz) = MatRZEQnn1AidkvqV8AX+xQKW6PGmy7I32RUKRfTaw8=
|
||||
SIZE (audacious-1.2.2.tgz) = 1708499
|
||||
MD5 (audacious-1.3.2.tgz) = t4SjBgSi+dhOnaMQBp9D+Q==
|
||||
RMD160 (audacious-1.3.2.tgz) = +PqTPdlZzgIEe9J7Aam4vGyrCLg=
|
||||
SHA1 (audacious-1.3.2.tgz) = j8WRLNijrJi5Xm+5zSwjfPanjOg=
|
||||
SHA256 (audacious-1.3.2.tgz) = zMihkNbptfYDuuVfxkLdsm+rKFtednBFkrfpXYL+7u8=
|
||||
SIZE (audacious-1.3.2.tgz) = 1730554
|
||||
|
@ -1,6 +0,0 @@
|
||||
$OpenBSD: patch-audacious_build_stamp_c,v 1.1.1.1 2006/12/27 16:46:09 steven Exp $
|
||||
--- audacious/build_stamp.c.orig Mon Dec 25 00:36:20 2006
|
||||
+++ audacious/build_stamp.c Mon Dec 25 00:36:47 2006
|
||||
@@ -0,0 +1,2 @@
|
||||
+#include <glib.h>
|
||||
+const gchar *svn_stamp = "1.2.2";
|
@ -1,21 +0,0 @@
|
||||
$OpenBSD: patch-libaudacious_Makefile,v 1.1.1.1 2006/12/27 16:46:09 steven Exp $
|
||||
--- libaudacious/Makefile.orig Mon Nov 6 09:15:43 2006
|
||||
+++ libaudacious/Makefile Mon Dec 25 00:50:03 2006
|
||||
@@ -6,7 +6,7 @@ PICLDFLAGS = $(LIBLDFLAGS)
|
||||
beepincludedir = $(includedir)/audacious
|
||||
|
||||
OBJECTIVE_LIBS = libaudacious$(SHARED_SUFFIX)
|
||||
-OBJECTIVE_SONAME_SUFFIX = 4
|
||||
+OBJECTIVE_SONAME_SUFFIX = ${LIBaudacious_VERSION}
|
||||
|
||||
LIBADD = \
|
||||
$(GTK_LIBS) \
|
||||
@@ -45,8 +45,3 @@ HEADERS = \
|
||||
include ../mk/objective.mk
|
||||
|
||||
install-posthook:
|
||||
- @mv ${DESTDIR}/${LIBDIR}/libaudacious$(SHARED_SUFFIX) ${DESTDIR}/${LIBDIR}/libaudacious$(SHARED_SUFFIX).4.0.0
|
||||
- @ln -sf ${LIBDIR}/libaudacious$(SHARED_SUFFIX).4.0.0 \
|
||||
- ${DESTDIR}/${LIBDIR}/libaudacious$(SHARED_SUFFIX).4
|
||||
- @ln -sf ${LIBDIR}/libaudacious$(SHARED_SUFFIX).4 \
|
||||
- ${DESTDIR}/${LIBDIR}/libaudacious$(SHARED_SUFFIX)
|
@ -1,21 +0,0 @@
|
||||
$OpenBSD: patch-mk_objective_mk,v 1.1.1.1 2006/12/27 16:46:09 steven Exp $
|
||||
--- mk/objective.mk.orig Mon Sep 18 23:08:39 2006
|
||||
+++ mk/objective.mk Mon Dec 25 00:48:24 2006
|
||||
@@ -31,7 +31,7 @@ install: build
|
||||
done; \
|
||||
fi
|
||||
@if [ "x$(OBJECTIVE_LIBS)" != "x" ]; then \
|
||||
- for i in $(OBJECTIVE_LIBS); do \
|
||||
+ for i in $(OBJECTIVE_LIBS).$(OBJECTIVE_SONAME_SUFFIX); do \
|
||||
printf "%10s %-20s\n" INSTALL $$i; \
|
||||
$(INSTALL) $(INSTALL_OVERRIDE) $$i $(DESTDIR)/$(LIBDIR)/$$i; \
|
||||
done; \
|
||||
@@ -178,7 +178,7 @@ $(OBJECTIVE_LIBS): $(OBJECTS)
|
||||
printf "%10s %-20s\n" LINK $@; \
|
||||
(if [ "x$(SHARED_SUFFIX)" = "x.so" ]; then \
|
||||
(if [ "x$(OBJECTIVE_SONAME_SUFFIX)" != "x" ]; then \
|
||||
- $(CC) $(PICLDFLAGS) -o $@ -Wl,-soname=$@.$(OBJECTIVE_SONAME_SUFFIX) $(OBJECTS) $(LDFLAGS) $(LIBADD); \
|
||||
+ $(CC) $(PICLDFLAGS) -o $@.$(OBJECTIVE_SONAME_SUFFIX) $(OBJECTS) $(LDFLAGS) $(LIBADD); \
|
||||
else \
|
||||
$(CC) $(PICLDFLAGS) -o $@ -Wl,-soname=$@ $(OBJECTS) $(LDFLAGS) $(LIBADD); \
|
||||
fi;) \
|
23
audio/audacious/patches/patch-src_libaudacious_Makefile
Normal file
23
audio/audacious/patches/patch-src_libaudacious_Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
$OpenBSD: patch-src_libaudacious_Makefile,v 1.1 2007/05/21 11:30:26 steven Exp $
|
||||
--- src/libaudacious/Makefile.orig Mon Feb 26 15:14:54 2007
|
||||
+++ src/libaudacious/Makefile Sun Apr 8 11:03:40 2007
|
||||
@@ -3,9 +3,7 @@ include ../../mk/init.mk
|
||||
|
||||
PICLDFLAGS = $(LIBLDFLAGS)
|
||||
|
||||
-OBJECTIVE_LIBS = libaudacious$(SHARED_SUFFIX)
|
||||
-OBJECTIVE_SONAME_SUFFIX = 5
|
||||
-LIBAUDACIOUS_SUFFIX = 5.0.0
|
||||
+OBJECTIVE_LIBS = libaudacious$(SHARED_SUFFIX).${LIBaudacious_VERSION}
|
||||
|
||||
LIBADD = \
|
||||
$(GTK_LIBS) \
|
||||
@@ -33,8 +31,3 @@ HEADERS = \
|
||||
include ../../mk/objective.mk
|
||||
|
||||
install-posthook:
|
||||
- @mv ${DESTDIR}/${LIBDIR}/libaudacious$(SHARED_SUFFIX) ${DESTDIR}/${LIBDIR}/libaudacious$(SHARED_SUFFIX).$(LIBAUDACIOUS_SUFFIX)
|
||||
- @ln -sf libaudacious$(SHARED_SUFFIX).$(LIBAUDACIOUS_SUFFIX) \
|
||||
- ${DESTDIR}/${LIBDIR}/libaudacious$(SHARED_SUFFIX).5
|
||||
- @ln -sf libaudacious$(SHARED_SUFFIX).5 \
|
||||
- ${DESTDIR}/${LIBDIR}/libaudacious$(SHARED_SUFFIX)
|
@ -1,25 +1,31 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/12/27 16:46:09 steven Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2007/05/21 11:30:26 steven Exp $
|
||||
bin/audacious
|
||||
bin/audtool
|
||||
include/audacious/
|
||||
include/audacious/beepctrl.h
|
||||
include/audacious/configdb.h
|
||||
include/audacious/dirbrowser.h
|
||||
include/audacious/formatter.h
|
||||
include/audacious/hook.h
|
||||
include/audacious/i18n.h
|
||||
include/audacious/id3tag.h
|
||||
include/audacious/input.h
|
||||
include/audacious/main.h
|
||||
include/audacious/output.h
|
||||
include/audacious/playlist.h
|
||||
include/audacious/playlist_container.h
|
||||
include/audacious/plugin.h
|
||||
include/audacious/prefswin.h
|
||||
include/audacious/rcfile.h
|
||||
include/audacious/strings.h
|
||||
include/audacious/titlestring.h
|
||||
include/audacious/ui_fileinfopopup.h
|
||||
include/audacious/ui_preferences.h
|
||||
include/audacious/util.h
|
||||
include/audacious/vfs.h
|
||||
include/audacious/vfs_buffer.h
|
||||
include/audacious/vfs_buffered_file.h
|
||||
include/audacious/xconvert.h
|
||||
include/audacious/xentry.h
|
||||
include/audacious/xml_document.h
|
||||
lib/audacious/
|
||||
lib/audacious/libaudid3tag.so
|
||||
@lib lib/libaudacious.so.${LIBaudacious_VERSION}
|
||||
lib/pkgconfig/audacious.pc
|
||||
@man man/man1/audacious.1
|
||||
@ -119,9 +125,7 @@ share/audacious/Skins/TinyPlayer/titlebar.png
|
||||
share/audacious/Skins/TinyPlayer/viscolor.txt
|
||||
share/audacious/Skins/TinyPlayer/volume.png
|
||||
share/audacious/glade/
|
||||
share/audacious/glade/addfiles.glade
|
||||
share/audacious/glade/fileinfo.glade
|
||||
share/audacious/glade/fileinfo_popup.glade
|
||||
share/audacious/glade/prefswin.glade
|
||||
share/audacious/images/
|
||||
share/audacious/images/about-logo.png
|
||||
@ -133,7 +137,13 @@ share/audacious/images/eq.png
|
||||
share/audacious/images/mouse.png
|
||||
share/audacious/images/playlist.png
|
||||
share/audacious/images/plugins.png
|
||||
share/audacious/ui/
|
||||
share/audacious/ui/equalizer.ui
|
||||
share/audacious/ui/mainwin.ui
|
||||
share/audacious/ui/playlist.ui
|
||||
share/locale/bg/LC_MESSAGES/audacious.mo
|
||||
share/locale/br/LC_MESSAGES/audacious.mo
|
||||
share/locale/ca/LC_MESSAGES/audacious.mo
|
||||
share/locale/cs/LC_MESSAGES/audacious.mo
|
||||
share/locale/cy/LC_MESSAGES/audacious.mo
|
||||
share/locale/de/LC_MESSAGES/audacious.mo
|
||||
@ -142,6 +152,7 @@ share/locale/es/LC_MESSAGES/audacious.mo
|
||||
share/locale/fi/LC_MESSAGES/audacious.mo
|
||||
share/locale/fr/LC_MESSAGES/audacious.mo
|
||||
share/locale/hi/LC_MESSAGES/audacious.mo
|
||||
share/locale/hr/LC_MESSAGES/audacious.mo
|
||||
share/locale/hu/LC_MESSAGES/audacious.mo
|
||||
share/locale/it/LC_MESSAGES/audacious.mo
|
||||
share/locale/ja/LC_MESSAGES/audacious.mo
|
||||
@ -155,7 +166,10 @@ share/locale/pt_BR/LC_MESSAGES/audacious.mo
|
||||
share/locale/ro/LC_MESSAGES/audacious.mo
|
||||
share/locale/ru/LC_MESSAGES/audacious.mo
|
||||
share/locale/sk/LC_MESSAGES/audacious.mo
|
||||
share/locale/sr/LC_MESSAGES/audacious.mo
|
||||
share/locale/sr@Latn/LC_MESSAGES/audacious.mo
|
||||
share/locale/sv/LC_MESSAGES/audacious.mo
|
||||
share/locale/tr/LC_MESSAGES/audacious.mo
|
||||
share/locale/uk/LC_MESSAGES/audacious.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/audacious.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/audacious.mo
|
||||
|
Loading…
Reference in New Issue
Block a user