I'm dropping all the dependencies from the package, as far I understand they are not required anymore as the QT libraries are shipped from the software itself
Search Criteria
Package Details: 4kvideotomp3 3.0.1.936-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/4kvideotomp3.git (read-only, click to copy) |
---|---|
Package Base: | 4kvideotomp3 |
Description: | Extract audio in high-quality MP3 from any video |
Upstream URL: | https://www.4kdownload.com/products/product-videotomp3 |
Licenses: | custom:eula |
Submitter: | Muflone |
Maintainer: | Muflone |
Last Packager: | Muflone |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2013-06-30 02:08 (UTC) |
Last Updated: | 2021-11-29 23:37 (UTC) |
Dependencies (2)
- openssl (openssl-gitAUR, openssl-staticAUR)
- chrpath (chrpath-gitAUR) (make)
Required by (0)
Sources (4)
Latest Comments
Muflone commented on 2021-09-25 17:07 (UTC)
Muflone commented on 2020-06-28 07:50 (UTC)
Updated package 4kvideotomp3 2.6.2.915-1
dante-evil commented on 2019-04-06 22:51 (UTC)
aqui dejo el PKGUILD mas actualizado:
Maintainer: Muflone http://www.muflone.com/contacts/english/
pkgname=4kvideotomp3 pkgver=2.6.1.913 pkgrel=1 pkgdesc="Extract audio in high-quality MP3 from any video." arch=('x86_64') url="http://www.4kdownload.com/products/product-videotomp3" license=('custom:eula') depends=('qt5-script' 'qt5-quickcontrols' 'portaudio' 'ffmpeg2.8') source=("${pkgname}${pkgver}_amd64.tar.bz2"::"https://dl.4kdownload.com/app/${pkgname}${pkgver%.*}_amd64.tar.bz2" "${pkgname}.desktop" "${pkgname}.png") sha256sums=('8ad5ebe96913dba30fa7662a8e156f0fb8e5d9ff3d4f8b2024aea63e611bf926' 'a53e776426f30fd1d35b5d78df95f3608f25a8637a7c5f0c731ff538226c2185' '3aa5efcf8111c63fde7397f491d2b85ff47d50fd531f7792842d94016b814a4c')
package() { # Install desktop file install -m 755 -d "${pkgdir}/usr/share/applications" install -m 755 -t "${pkgdir}/usr/share/applications" "${pkgname}.desktop" # Install icon file install -m 755 -d "${pkgdir}/usr/share/pixmaps" install -m 644 -t "${pkgdir}/usr/share/pixmaps" "${pkgname}.png" # Install files cd "${pkgname}" install -m 755 -d "${pkgdir}/usr/lib/${pkgname}" install -m 755 -t "${pkgdir}/usr/lib/${pkgname}" "${pkgname}-bin" install -m 755 -d "${pkgdir}/usr/lib/${pkgname}/audio" install -m 755 -t "${pkgdir}/usr/lib/${pkgname}/audio" audio/ install -m 755 -d "${pkgdir}/usr/lib/${pkgname}/translation" install -m 755 -t "${pkgdir}/usr/lib/${pkgname}/translation" translation/ # Install launcher file install -m 755 -d "${pkgdir}/usr/bin" ln -s "/usr/lib/${pkgname}/${pkgname}-bin" "${pkgdir}/usr/bin/${pkgname}" # Install license file install -m 755 -d "${pkgdir}/usr/share/licenses/${pkgname}" install -m 644 -t "${pkgdir}/usr/share/licenses/${pkgname}" "doc/eula" }
Santi-Burgos commented on 2018-12-02 16:37 (UTC)
Greetings, is it possible that you can add "qt5-3d" as dependency on this package? When I first try to open the program, it fails with "error while loading shared libraries: libQt5Qml.so.5: cannot open shared object file: No such file or directory" and installing qt5-3d (at least that is how it appears after searching on Antergos and Manjaro) solves the problem
Pinned Comments
Muflone commented on 2021-09-25 17:07 (UTC)
I'm dropping all the dependencies from the package, as far I understand they are not required anymore as the QT libraries are shipped from the software itself