Package Details: motivewave 6.9.4-1

Git Clone URL: https://aur.archlinux.org/motivewave.git (read-only, click to copy)
Package Base: motivewave
Description: Advanced trading and charting application.
Upstream URL: https://www.motivewave.com
Keywords: charting forex stocks
Licenses: custom
Submitter: sundbp
Maintainer: xavierbaez
Last Packager: xavierbaez
Votes: 4
Popularity: 0.000107
First Submitted: 2020-11-20 22:16 (UTC)
Last Updated: 2024-06-17 22:27 (UTC)

Dependencies (6)

Required by (0)

Sources (1)

Latest Comments

1 2 3 4 5 6 .. 9 Next › Last »

jaeis232 commented on 2024-08-16 21:16 (UTC) (edited on 2024-08-16 21:26 (UTC) by jaeis232)

TY for package. Tried update

6.95

517

06f85d7d05cfd4501ae3cdc2d11d8ffaa144a746caba5cffac4469d99ffae31c29371ffb2bfd8d8355213751ed3482ae5aef194a4c9f148e5cbf89f49f22659f

pcortellezzi commented on 2024-06-08 12:33 (UTC)

Hello,

Update for 6.9.4 version,

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
 # Contributor: Patrik Sundberg <patrik.sundberg at gmail dot com>

 pkgname=motivewave
-pkgver=6.9.2
+pkgver=6.9.4
 pkgrel=1
 pkgdesc="Advanced trading and charting application."
 arch=('x86_64')
 url="https://www.motivewave.com"
 license=('custom')
 depends=('bc' 'ffmpeg' 'gtk2' 'gtk3' 'java-runtime' 'xorg-xrandr')
-_build_id=514
+_build_id=516
 source=("${pkgname}-${pkgver}.deb::https://downloads.motivewave.com/builds/${_build_id}/motivewave_${pkgver}_amd64.deb")
-sha512sums=('eaf541e25ed01facaef34830163d2504e95ab18c5a18acb52c5d28cb9b64f1456dada3678507701fdd0e1742eb055b94c0096bfa6a2328083f1c6d9f6c504175')
+sha512sums=('59e265e64cc350f6b268e2ebdf9c2461f521f506b236ba47725d045aac3f630721eddc73064216e78154e9c8c0ed02914588810af6a52488815d174f8cdae929')

 package() {
     bsdtar -xf data.tar.xz --no-same-owner -C "$pkgdir/"

Thanks :)

aliu commented on 2024-02-07 21:30 (UTC)

Xavier, try to access the link through the AUR website. Arch's email generators aren't intelligent enough to leave links alone. Hopefully the next line's link doesn't get split:

https://spdx.github.io/spdx-spec/v2.3/other-licensing-information-detected/

xavierbaez commented on 2024-02-07 21:28 (UTC)

that new license URL gives me a 404 https://spdx.github.io/spdx-spec/v2.3/other-licensing-

xiota commented on 2024-02-07 19:08 (UTC)

10 Other licensing information detected section

aliu commented on 2024-02-07 15:19 (UTC)

Hmm, where does SPDX prescribe LicenseRef?

xiota commented on 2024-02-07 04:42 (UTC)

Some changes needed:

  • Package is out of date. Current is 6.8.8.
  • License string should be updated to something like LicenseRef-motivewave. Arch is switching to using SPDX identifiers.
  • depends array can be moved inside the package() function because this is a pure binary package that does not need them to build anything. While this does not affect the final package, it can reduce resources used to make it.
  • Consider fixing permissions at end of package() with: chmod -R u=rwX,go=rX "$pkgdir"
  • chown shouldn't be needed and can be removed.

spicefire commented on 2023-10-09 07:28 (UTC)

Sound is not working for me. I get this error whenever I try to play a .wav file:

Exception in thread "Thread-265" com.sun.media.jfxmedia.MediaException: Could not create player!
        at javafx.media@19/com.sun.media.jfxmediaimpl.NativeMediaManager.getPlayer(NativeMediaManager.java:297)
        at javafx.media@19/com.sun.media.jfxmedia.MediaManager.getPlayer(MediaManager.java:118)
        at javafx.media@19/com.sun.media.jfxmediaimpl.NativeMediaAudioClipPlayer.play(NativeMediaAudioClipPlayer.java:319)
        at javafx.media@19/com.sun.media.jfxmediaimpl.NativeMediaAudioClipPlayer.clipScheduler(NativeMediaAudioClipPlayer.java:112)
        at javafx.media@19/com.sun.media.jfxmediaimpl.NativeMediaAudioClipPlayer$Enthreaderator.lambda$static$0(NativeMediaAudioClipPlayer.java:85)
        at java.base/java.lang.Thread.run(Thread.java:1623)

xavierbaez commented on 2023-09-21 16:36 (UTC)

What's new in 6.7.12 This is a bug fix only release. No new features have been added in this update

xiota commented on 2023-09-16 19:57 (UTC)

@xavierbaez Instead of writing release notes in comments, please put them in a file CHANGELOG. Then add changelog='CHANGELOG' to the `PKGBUILD.