FreeBSD Bugzilla – Attachment 161242 Details for
Bug 203240
[PATCH] audio/gogglesmm: Update to version 1.0.7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
audio_gogglesmm.diff
audio_gogglesmm.diff (text/plain), 4.60 KB, created by
tkato432
on 2015-09-21 18:31:07 UTC
(
hide
)
Description:
audio_gogglesmm.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2015-09-21 18:31:07 UTC
Size:
4.60 KB
patch
obsolete
>diff -urN /usr/ports/audio/gogglesmm/Makefile audio/gogglesmm/Makefile >--- /usr/ports/audio/gogglesmm/Makefile 2015-09-20 18:03:50.605596000 +0900 >+++ audio/gogglesmm/Makefile 2015-09-22 00:00:00.000000000 +0900 >@@ -2,24 +2,23 @@ > # $FreeBSD: head/audio/gogglesmm/Makefile 397350 2015-09-20 01:13:28Z jbeich $ > > PORTNAME= gogglesmm >-PORTVERSION= 0.14.2 >-PORTREVISION= 1 >+PORTVERSION= 1.0.7 > CATEGORIES= audio >+MASTER_SITES= GH > > MAINTAINER= ports@FreeBSD.org > COMMENT= Music collection manager and player > >-LICENSE= GPLv3 # or later >-LICENSE_FILE= ${WRKSRC}/COPYING >+LICENSE= GPLv3 # (or later) >+#LICENSE_FILE= ${WRKSRC}/COPYING > > LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib \ >- libdbus-1.so:${PORTSDIR}/devel/dbus \ > libexpat.so:${PORTSDIR}/textproc/expat2 \ > libFOX-1.7.so:${PORTSDIR}/x11-toolkits/fox17 > > USE_GITHUB= yes > >-USES= compiler:c++0x desktop-file-utils gmake pkgconfig >+USES= compiler:c++11-lang desktop-file-utils gmake pkgconfig > USE_GL= glew > USE_SQLITE= yes > HAS_CONFIGURE= yes >@@ -27,21 +26,19 @@ > OPT_CFLAGS="${CXXFLAGS}" \ > OPT_LDFLAGS="${LDFLAGS}" \ > RESWRAP="${LOCALBASE}/bin/fox-1.7/reswrap" >-CONFIGURE_ARGS= --prefix=${PREFIX} --fox-prefix=${LOCALBASE} \ >- --without-rsound --without-mpcdec >+CONFIGURE_ARGS= --prefix=${PREFIX} \ >+ --libdir=${PREFIX}/lib \ >+ --fox-prefix=${LOCALBASE} \ >+ --without-rsound > INSTALLS_ICONS= yes > >-USE_LDCONFIG= ${PREFIX}/lib/gogglesmm >- >-PORTDOCS= AUTHORS ChangeLog README >- > CFLAGS+= -I${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib -pthread > >-OPTIONS_DEFINE= ALSA CDIO DOCS FAAD FFMPEG FLAC GCRYPT JACK \ >+OPTIONS_DEFINE= ALSA CDIO DBUS DOCS FAAD FFMPEG FLAC GCRYPT JACK \ > MAD MMS NLS OPUS PULSEAUDIO SAMPLERATE SMB TREMOR \ > VORBIS WAVPACK >-OPTIONS_DEFAULT= CDIO FAAD FLAC MAD OPUS SAMPLERATE SMB \ >+OPTIONS_DEFAULT= CDIO DBUS FAAD FLAC MAD OPUS SAMPLERATE SMB \ > VORBIS WAVPACK > OPTIONS_SUB= yes > >@@ -49,8 +46,8 @@ > ALSA_CONFIGURE_OFF= --without-alsa > CDIO_LIB_DEPENDS= libcdio.so:${PORTSDIR}/sysutils/libcdio > CDIO_CONFIGURE_OFF= --without-cdda >-#DBUS_LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus >-#DBUS_CONFIGURE_OFF= --without-dbus >+DBUS_LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus >+DBUS_CONFIGURE_OFF= --without-dbus > FAAD_LIB_DEPENDS= libfaad.so:${PORTSDIR}/audio/faad > FAAD_CONFIGURE_ON= --faad-prefix=${LOCALBASE} > FAAD_CONFIGURE_OFF= --without-faad >@@ -72,7 +69,6 @@ > NLS_USES= gettext > NLS_LIBS= -lintl > NLS_CONFIGURE_OFF= --without-nls >-OPUS_DESC= Opus decoding with libopus > OPUS_LIB_DEPENDS= libopus.so:${PORTSDIR}/audio/opus > OPUSE_CONFIGURE_OFF= --without-opus > PULSEAUDIO_LIB_DEPENDS= libpulse.so:${PORTSDIR}/audio/pulseaudio >@@ -85,7 +81,7 @@ > TREMOR_LIB_DEPENDS= libvorbisidec.so:${PORTSDIR}/audio/libtremor > TREMOR_CONFIGURE_ON= --with-tremor > VORBIS_LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis >-VORBIS_CONFIGURE_OFF= --without-off --without-vorbis >+VORBIS_CONFIGURE_OFF= --without-vorbis > WAVPACK_LIB_DEPENDS= libwavpack.so:${PORTSDIR}/audio/wavpack > WAVPACK_CONFIGURE_OFF= --without-wavpack > >@@ -109,13 +105,12 @@ > @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps > > post-install: >- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} >+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gogglesmm > @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gogglesmm/libgap_*.so > > post-install-DOCS-on: > @${MKDIR} ${STAGEDIR}${DOCSDIR} >-.for f in ${PORTDOCS} >- ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} >-.endfor >+ (cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS ChangeLog README \ >+ ${STAGEDIR}${DOCSDIR}) > > .include <bsd.port.mk> >diff -urN /usr/ports/audio/gogglesmm/distinfo audio/gogglesmm/distinfo >--- /usr/ports/audio/gogglesmm/distinfo 2015-08-24 03:54:25.488499000 +0900 >+++ audio/gogglesmm/distinfo 2015-09-22 00:00:00.000000000 +0900 >@@ -1,2 +1,2 @@ >-SHA256 (gogglesmm-gogglesmm-0.14.2_GH0.tar.gz) = c074143c18494771e8dc38bdd5ee70f00579247bb8f683f8d5319797aa9cc858 >-SIZE (gogglesmm-gogglesmm-0.14.2_GH0.tar.gz) = 1354458 >+SHA256 (gogglesmm-gogglesmm-1.0.7_GH0.tar.gz) = 911ab3e3431ba8022b8ae1c0a7b7867a991c73705d50876b408103a9e5ffa96b >+SIZE (gogglesmm-gogglesmm-1.0.7_GH0.tar.gz) = 1380326 >diff -urN /usr/ports/audio/gogglesmm/pkg-plist audio/gogglesmm/pkg-plist >--- /usr/ports/audio/gogglesmm/pkg-plist 2015-08-24 03:54:25.486812000 +0900 >+++ audio/gogglesmm/pkg-plist 2015-09-22 00:00:00.000000000 +0900 >@@ -6,6 +6,9 @@ > man/man1/gogglesmm.1.gz > share/appdata/gogglesmm.appdata.xml > share/applications/gogglesmm.desktop >+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS >+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog >+%%PORTDOCS%%%%DOCSDIR%%/README > %%DATADIR%%/utils/import_banshee_stats.py > %%DATADIR%%/utils/import_gogglesmm12.py > %%DATADIR%%/utils/import_gogglesmm12_stats.py
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 203240
: 161242