Package Details: mkclean 0.9.0-2

Git Clone URL: https://aur.archlinux.org/mkclean.git (read-only, click to copy)
Package Base: mkclean
Description: Clean up and optimize MKV files
Upstream URL: https://www.matroska.org/downloads/mkclean.html
Licenses: BSD
Submitter: None
Maintainer: sl1pkn07
Last Packager: sl1pkn07
Votes: 33
Popularity: 0.000007
First Submitted: 2010-06-01 11:57 (UTC)
Last Updated: 2026-01-31 21:34 (UTC)

Latest Comments

1 2 3 4 Next › Last »

Terseus commented on 2026-01-15 12:06 (UTC) (edited on 2026-01-15 12:07 (UTC) by Terseus)

I had a problem building this package, it gave me this error:

==> Iniciando build()...
CMake Error at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 has been removed from CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.

  Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.


-- Configuring incomplete, errors occurred!
==> ERROR: Se produjo un fallo en build().
    Cancelando...
 -> error compilando: mkclean-exit status 4
 -> Ha fallado al instalar los siguientes paquetes. Una intervención manual es requerida:
mkclean - exit status 4

To fix it I modified the PKGBUILD to add this:

prepare() {
  cd $pkgname-$pkgver
  sed -i 's/VERSION 3.1.2/VERSION 3.10/' CMakeLists.txt
}

gabor_zoka commented on 2023-04-07 13:29 (UTC)

Hello sl1pkn07,

Would you consider this patch? https:// makes more credibility, and not just relying on the chksum in the PKGBUILD

Thank you,

Gábor

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url='http://www.matroska.org/downloads/mkclean.html'
 license=('BSD')
 depends=('glibc')
 makedepends=('cmake')
-source=("http://sourceforge.net/projects/matroska/files/mkclean/mkclean-${pkgver}.tar.bz2")
+source=("https://sourceforge.net/projects/matroska/files/mkclean/mkclean-${pkgver}.tar.bz2")
 sha256sums=('2f5cdcab0e09b65f9fef8949a55ef00ee3dd700e4b4050e245d442347d7cc3db')

 prepare(){

<deleted-account> commented on 2015-05-10 09:09 (UTC)

Hello, Sorry for the delay. As I am leaving ArchLinux, feel free to adopt this package ;) Best Regards.

<deleted-account> commented on 2013-12-19 19:45 (UTC)

PKGBUILD updated to add ARM support (see the package mkvalidator for more details)

<deleted-account> commented on 2012-08-26 19:34 (UTC)

PKGBUILD updated to 0.8.7

<deleted-account> commented on 2011-09-25 21:05 (UTC)

PKGBUILD updated to 0.8.6

<deleted-account> commented on 2011-08-16 09:28 (UTC)

PKGBUILD updated to 0.8.5

<deleted-account> commented on 2011-07-10 12:06 (UTC)

PKGBUILD updated to 0.8.4

<deleted-account> commented on 2011-06-02 17:11 (UTC)

PKGBUILD updated to 0.8.3

<deleted-account> commented on 2011-05-22 19:54 (UTC)

@pnicolas : PKGBUILD updated But I didn't test mkcleanreg and mkWDclean. If they don't work, please let me know.