Package Details: mp3directcut 2.36-2

Git Clone URL: https://aur.archlinux.org/mp3directcut.git (read-only, click to copy)
Package Base: mp3directcut
Description: fast audio editor and recorder for mp3 with no need to decompress
Upstream URL: https://mpesch3.de/index.html
Licenses: Freeware
Submitter: mezcal
Maintainer: TrialnError
Last Packager: TrialnError
Votes: 5
Popularity: 0.000000
First Submitted: 2013-12-25 15:30 (UTC)
Last Updated: 2023-04-12 18:47 (UTC)

Latest Comments

TrialnError commented on 2023-04-12 18:43 (UTC)

Hello gabor_zoka,
very good suggestion. Sensible thing to do. I will probably incorporate the changes.

gabor_zoka commented on 2023-04-07 13:35 (UTC) (edited on 2023-04-07 13:38 (UTC) by gabor_zoka)

Hello TrialnError,

Would you change the chksum to sha265sums? https://mpesch3.de/ has the sha256sum on the website (which is via https://) so I prefer to trust that. It would be easier for me to check the PKGBUILD checks against this. This is important as we download it untrustworthy ftp://

Thank you,

Gábor

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,10 +17,12 @@ source=(http://ftp.elf.stuba.sk/pub/pc/sound/mp3dc${pkgver/.}.exe
         mp3directcut
         mp3directcut.desktop
         mp3dcicon.png)
-md5sums=('b962197f84560b5e11bcf28a84bf1e81'
-         '31de44159649baddf5c7b6936b87133f'
-         '910ada5caa9b0ea67a88bfc7ffe9c237'
-         '81a5bbd5789094b4bf5822791826c162')
+sha256sums=('406018fc3e4b3aa13b963706c62ab0a65889ad8d1cfa15c9ceb46d4c27c36f71'
+            'd0aa5b02aa6e99a926238747e4a16aae9a7aab6e25612fed0ee46b4cd949c34d'
+            '99249e0b1e64c670aac164be5cf0fda5ba16878ce58ae7180d284abfa6d9df33'
+            '178d703eb9958990d6b53b0da34e91b21bfed20316ad61a25b94c93f2e09739c')


 package() {

test0 commented on 2021-10-01 08:14 (UTC)

The requested URL returned error: 404 ==> ERROR: Failure while downloading http://ftp.elf.stuba.sk/pub/pc/sound/mp3dc233.exe It should be: http://ftp.elf.stuba.sk/pub/pc/sound/mp3dc234.exe

misc commented on 2020-08-08 15:58 (UTC) (edited on 2020-08-08 16:06 (UTC) by misc)

Figured out how to properly pass paths and associate the binary with the mimes to get it to work from both the command line ① and file manager context menus ②:

① In the script, change the line to:

wine "$HOME"/.mp3directcut/mp3DirectCut.exe $(winepath -w "$@")

② Register it as associated program in Wine: Create this reg and import it with regedit (while it works manually via the GUI, there's also supposed to be -C file.reg, but it's marked as "unimplemented" in the man page):

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\Software\Classes\mp3DirectCut.mp3]
@="mp3DirectCut MP3 File"

[HKEY_LOCAL_MACHINE\Software\Classes\mp3DirectCut.mp3\DefaultIcon]
@="Z:\\usr\\share\\mp3directcut\\mp3DirectCut.exe,8"

[HKEY_LOCAL_MACHINE\Software\Classes\mp3DirectCut.mp3\shell]

[HKEY_LOCAL_MACHINE\Software\Classes\mp3DirectCut.mp3\shell\open]

[HKEY_LOCAL_MACHINE\Software\Classes\mp3DirectCut.mp3\shell\open\command]
@="\"Z:\\usr\\share\\mp3directcut\\mp3DirectCut.exe\" \"%1\""

Then alter the mp3directcut.desktop to:

[Desktop Entry]
Categories=AudioVideo;Audio;AudioVideoEditing;Recorder;
Comment=fast and extensive audio editor and recorder for compressed mp3.
Exec=env WINEPREFIX="/home/user/.wine" /usr/bin/wine start /ProgIDOpen mp3DirectCut.mp3 %f
GenericName=fast mp3 audio editor
Icon=mp3directcut
MimeType=audio/mp3;audio/mp2;audio/aac;text/plain;application/x-cue
Name=mp3DirectCut
Terminal=false
Type=Application

(The env WINEPREFIX=… is copied from Wine's auto-generated files, only required if it doesn't run in the default one — so not really required for this package — and needs to be changed ofc. text/plain is for mpd project files.)

Finally, run update-desktop-database for good measure.

jcsanyi commented on 2019-10-08 05:53 (UTC)

Download location is actually correct, but version has been bumped and previous version is no longer valid.

Edit the PKGBUILD to bump pkgver to 2.25 and _downver to 225... as well as substituting in the new md5 checksum (872f3923af1982fc39a18d724ffd5904) and it works perfectly.

All of the above info (including md5 checksum) is available here: https://mpesch3.de/#dwn

daviding commented on 2019-08-06 02:03 (UTC)

The source file location is not longer available. I have a workaround that seems to work, for now.

-- begin paste -- curl: (22) The requested URL returned error: 404 Not Found ==> ERROR: Failure while downloading http://ftp.elf.stuba.sk/pub/pc/sound/mp3dc224.exe Aborting... -- end paste --

I substituted instead, in Pamac ... Build files ... PKGBUILD ...:

ftp.wcss.pl/pub/pc

... for ftp.elf.stuba.sk/pub/pc .

The installation seemed to proceed, fine.

dreieck commented on 2016-12-07 13:52 (UTC)

Can you add "wine" as a dependency? It is needed to run the software.

mezcal commented on 2016-02-04 09:09 (UTC)

source changed, I dont know, how long it will be working.

p.enguin commented on 2016-02-03 20:50 (UTC)

Tried to install this packages from aur and failed. The downloadlink does not exist any more. My workaround: 1) Download installer from one of the host listed here: http://mpesch3.de1.cc/mp3dc.html#dwn 2) Extract the aur packages and create a src folder in the extracted one 3) Move all files except the PKGBUILD into the src folder 4) Run the downloaded installer (mp3DC$Version.exe) using wine and extract the contents into the src folder 5) run from the folder which contains the the PKGBUILD makepg -s (maybe the checksumcheck fails which can be bypassed with --skipinteg) 6) and install using pacman

Voice commented on 2015-12-18 09:13 (UTC)

$ pacaur -Sa mp3directcut (snip) ==> Validating source files with md5sums... mp3directcut ... Passed mp3directcut.desktop ... Passed mp3dcicon.png ... Passed mp3DC221.exe ... FAILED ==> ERROR: One or more files did not pass the validity check! :: failed to verify mp3directcut integrity