Date: Tue, 30 Mar 2021 21:27:19 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r569601 - head/audio/gsequencer Message-ID: <202103302127.12ULRJwR083654@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Tue Mar 30 21:27:19 2021 New Revision: 569601 URL: https://svnweb.freebsd.org/changeset/ports/569601 Log: audio/gsequencer: Update 3.6.21 -> 3.7.50 Modified: head/audio/gsequencer/Makefile head/audio/gsequencer/distinfo head/audio/gsequencer/pkg-plist Modified: head/audio/gsequencer/Makefile ============================================================================== --- head/audio/gsequencer/Makefile Tue Mar 30 21:10:42 2021 (r569600) +++ head/audio/gsequencer/Makefile Tue Mar 30 21:27:19 2021 (r569601) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gsequencer -DISTVERSION= 3.6.21 +DISTVERSION= 3.7.50 CATEGORIES= audio MASTER_SITES= SAVANNAH/gsequencer/${DISTVERSION:R}.x @@ -26,13 +26,15 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \ RUN_DEPENDS= dssi>0:audio/dssi USES= desktop-file-utils gettext-runtime gettext-tools gmake gnome libtool localbase pkgconfig shared-mime-info xorg -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-alsa --enable-oss --disable-introspection --disable-rt USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 libxml2 pango USE_XORG= x11 +USE_GSTREAMER1= yes USE_GCC= yes # the project uses gnu99 extensions, clang fails even with USE_CSTD=gnu99. Suggestions how to build with clang are welcome. USE_CSTD= gnu99 USE_LDCONFIG= yes + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-alsa --enable-oss --disable-introspection --disable-rt CPPFLAGS+= -DAGS_LICENSE_FILENAME=\\\"${LOCALBASE}/share/licenses/${PKGNAME}/${LICENSE}\\\" \ -DAGS_LOGO_FILENAME=\\\"${DATADIR}/images/ags.png\\\" # there should be no need to supply AGS_LOGO_FILENAME here since the app knows its location Modified: head/audio/gsequencer/distinfo ============================================================================== --- head/audio/gsequencer/distinfo Tue Mar 30 21:10:42 2021 (r569600) +++ head/audio/gsequencer/distinfo Tue Mar 30 21:27:19 2021 (r569601) @@ -1,3 +1,3 @@ -TIMESTAMP = 1606252094 -SHA256 (gsequencer-3.6.21.tar.gz) = 37e0b6c642a479b5ce0be2aaa832101d8ff4128e81b5463b5c1bba3d6e895b8d -SIZE (gsequencer-3.6.21.tar.gz) = 7387931 +TIMESTAMP = 1617130436 +SHA256 (gsequencer-3.7.50.tar.gz) = c0a5eb90efb6e59d5c8eb90126da6b97779409ac4265c73f0afcaf91f6c8b086 +SIZE (gsequencer-3.7.50.tar.gz) = 7597242 Modified: head/audio/gsequencer/pkg-plist ============================================================================== --- head/audio/gsequencer/pkg-plist Tue Mar 30 21:10:42 2021 (r569600) +++ head/audio/gsequencer/pkg-plist Tue Mar 30 21:27:19 2021 (r569601) @@ -1,5 +1,6 @@ bin/gsequencer bin/midi2xml +include/ags/ags_api_config.h include/ags/audio/ags_acceleration.h include/ags/audio/ags_audio.h include/ags/audio/ags_audio_application_context.h @@ -368,7 +369,6 @@ include/ags/audio/thread/ags_soundcard_thread.h include/ags/audio/thread/ags_wave_loader.h include/ags/audio/wasapi/ags_wasapi_devin.h include/ags/audio/wasapi/ags_wasapi_devout.h -include/ags/config.h include/ags/file/ags_file.h include/ags/file/ags_file_id_ref.h include/ags/file/ags_file_launch.h @@ -540,6 +540,10 @@ share/icons/hicolor/128x128/apps/gsequencer.png share/icons/hicolor/32x32/apps/gsequencer.png share/icons/hicolor/48x48/apps/gsequencer.png share/icons/hicolor/64x64/apps/gsequencer.png +share/locale/de/LC_MESSAGES/gsequencer.mo +share/locale/fr/LC_MESSAGES/gsequencer.mo +share/locale/it/LC_MESSAGES/gsequencer.mo +share/locale/pl/LC_MESSAGES/gsequencer.mo share/metainfo/org.nongnu.gsequencer.gsequencer.appdata.xml share/mime/packages/gsequencer.xml share/xml/gsequencer/schema/dtd/%%PORTVERSION%%/ags_file.dtd
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103302127.12ULRJwR083654>