FreeBSD Bugzilla – Attachment 233208 Details for
Bug 263270
audio/qsynth: Update to 0.9.7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
qsynth.patch (text/plain), 3.17 KB, created by
Yuri Victorovich
on 2022-04-14 05:00:10 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2022-04-14 05:00:10 UTC
Size:
3.17 KB
patch
obsolete
>diff --git a/audio/qsynth/Makefile b/audio/qsynth/Makefile >index 0bb2d9ad63fd..70fc4df9ec68 100644 >--- a/audio/qsynth/Makefile >+++ b/audio/qsynth/Makefile >@@ -1,8 +1,7 @@ > # Created by: lazyklimm <lazyklimm@gmail.com> > > PORTNAME= qsynth >-PORTVERSION= 0.9.2 >-PORTREVISION= 2 >+PORTVERSION= 0.9.7 > CATEGORIES= audio > MASTER_SITES= SF > >@@ -10,24 +9,15 @@ MAINTAINER= adridg@FreeBSD.org > COMMENT= Qt fluidsynth front-end application > > LICENSE= GPLv2+ >-LICENSE_FILE= ${WRKSRC}/COPYING >+LICENSE_FILE= ${WRKSRC}/LICENSE > > LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth > >-USES= compiler:c++11-lang gmake pkgconfig qt:5 >+USES= cmake compiler:c++11-lang pkgconfig qt:5 > USE_CXXSTD= c++11 > USE_QT= core gui network widgets x11extras buildtools_build \ > linguisttools_build qmake_build > >-GNU_CONFIGURE= yes >-CONFIGURE_ARGS= --localedir=${DATADIR} \ >- --with-fluidsynth=${LOCALBASE} >-CONFIGURE_ENV= ac_cv_path_ac_cv_qmake=${QMAKE} \ >- ac_cv_path_ac_lrelease=${LRELEASE} \ >- ac_cv_path_ac_lupdate=${LUPDATE} \ >- ac_cv_path_ac_moc=${MOC} \ >- ac_cv_path_ac_uic=${UIC} >- > # cf. PR 224488 > LDFLAGS+= -Wl,--as-needed > >@@ -38,11 +28,11 @@ GRADIENT_DESC= Gradient eye-candy > SYSTEM_TRAY_DESC= System-tray icon support > XUNIQUE_DESC= X11 unique/single instance > >-GRADIENT_CONFIGURE_ENABLE= gradient >-SYSTEM_TRAY_CONFIGURE_ENABLE= system-tray >+GRADIENT_CMAKE_BOOL= gradient >+SYSTEM_TRAY_CMAKE_BOOL= CONFIG_SYSTEM_TRAY > XUNIQUE_USES= xorg > XUNIQUE_USE= XORG=x11 >-XUNIQUE_CONFIGURE_ENABLE= xunique >+XUNIQUE_CMAKE_BOOL= CONFIG_XUNIQUE > > post-patch: > @${REINPLACE_CMD} -e ' \ >@@ -51,6 +41,6 @@ post-patch: > s|"/MidiDriver", "alsa_seq"|"/MidiDriver", "jack"|; \ > s|m_settings.value("/SoundFontDir").toString();|m_settings.value("/SoundFontDir").toString().isEmpty() ? "${LOCALBASE}/share/sounds/sf2" : m_settings.value("/SoundFontDir").toString();|' \ > ${WRKSRC}/src/qsynthOptions.cpp \ >- ${WRKSRC}/qsynth.1 ${WRKSRC}/qsynth.fr.1 >+ ${WRKSRC}/src/man1/qsynth.1 ${WRKSRC}/src/man1/qsynth.fr.1 > > .include <bsd.port.mk> >diff --git a/audio/qsynth/distinfo b/audio/qsynth/distinfo >index d2b50fc6175a..a2f61e795912 100644 >--- a/audio/qsynth/distinfo >+++ b/audio/qsynth/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1615837101 >-SHA256 (qsynth-0.9.2.tar.gz) = ee9202178a6453c84d8016e61fd9a364e3dbbd306b4f3658baaa05be29927c3e >-SIZE (qsynth-0.9.2.tar.gz) = 394009 >+TIMESTAMP = 1649911814 >+SHA256 (qsynth-0.9.7.tar.gz) = 0e0d78c26cdd924c774359f306692a9a59f107ebab8b41aa6803b15479207030 >+SIZE (qsynth-0.9.7.tar.gz) = 335564 >diff --git a/audio/qsynth/pkg-plist b/audio/qsynth/pkg-plist >index 481d74951d96..988751ad6b5e 100644 >--- a/audio/qsynth/pkg-plist >+++ b/audio/qsynth/pkg-plist >@@ -1,10 +1,10 @@ > bin/qsynth >-man/man1/qsynth.1.gz > man/fr/man1/qsynth.1.gz >-share/applications/qsynth.desktop >-share/icons/hicolor/32x32/apps/qsynth.png >-share/icons/hicolor/scalable/apps/qsynth.svg >-share/metainfo/qsynth.appdata.xml >+man/man1/qsynth.1.gz >+share/applications/org.rncbc.qsynth.desktop >+share/icons/hicolor/32x32/apps/org.rncbc.qsynth.png >+share/icons/hicolor/scalable/apps/org.rncbc.qsynth.svg >+share/metainfo/org.rncbc.qsynth.metainfo.xml > %%DATADIR%%/translations/qsynth_cs.qm > %%DATADIR%%/translations/qsynth_de.qm > %%DATADIR%%/translations/qsynth_es.qm
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 263270
: 233208