Not really, polib is installed in a virtualenv during the build process. makepkg fails for you?
Search Criteria
Package Details: dupeguru 4.3.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/dupeguru.git (read-only, click to copy) |
---|---|
Package Base: | dupeguru |
Description: | Find duplicate files with various contents, using perceptual diff for pictures |
Upstream URL: | https://dupeguru.voltaicideas.net/ |
Licenses: | GPL3 |
Conflicts: | dupeguru-git, dupeguru-me, dupeguru-pe, dupeguru-se |
Provides: | dupeguru |
Submitter: | dangoldbj |
Maintainer: | fuan_k |
Last Packager: | fuan_k |
Votes: | 99 |
Popularity: | 0.117258 |
First Submitted: | 2016-10-25 11:55 (UTC) |
Last Updated: | 2024-05-06 00:29 (UTC) |
Dependencies (12)
- libxkbcommon-x11 (libxkbcommon-x11-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-mutagen (python-mutagen-gitAUR)
- python-pip
- python-polib
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-webkitAUR)
- python-semantic-version
- python-send2trash
- python-xxhash (python-xxhash-gitAUR)
- python-distro (make)
- python-setuptools (make)
- python-sphinx (python-sphinx-gitAUR) (make)
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 6 7 8 9 10 11 12 Next › Last »
hsoft commented on 2013-11-15 12:17 (UTC)
JKAbrams commented on 2013-11-15 11:28 (UTC)
Needs python-polib to build.
https://aur.archlinux.org/packages/python-polib/
hsoft commented on 2013-10-15 22:21 (UTC)
@slot: What do you mean? The current build script works correctly and builds straight from the source instead of going through Ubuntu's DEB. Why would one want to do that?
slot commented on 2013-10-15 21:33 (UTC)
Now there are three versions to chose from, here is one working package-build:
# Maintainer: Virgil Dupras <hsoft@hardcoded.net>
pkgname=dupeguru-me
pkgver=6.6.0
pkgrel=1
pkgdesc="Find duplicate songs in your music collection"
arch=(any)
url=http://www.hardcoded.net/dupeguru_me/
license=(custom:Fairware)
depends=(python pyqt sip)
source=(https://launchpad.net/~hsoft/+archive/ppa/+files/dupeguru-me_${pkgver}%7Eraring_all.deb)
md5sums=('4bf31e4c7266e952ebf45c1320dce33e')
build() {
return 0
}
package() {
cd "${srcdir}"
bsdtar -xf dupeguru-me_${pkgver}%7Eraring_all.deb data.tar.gz
bsdtar -xf data.tar.gz
mkdir -p "${pkgdir}"/usr/bin
mv usr/bin/dupeguru_me "${pkgdir}"/usr/bin
mv usr/share "${pkgdir}"/usr/
}
rtfreedman commented on 2013-06-19 22:02 (UTC)
It's nice to see a native ARCH build of dupeguru-me :)
I'll request a merge/deletion of https://aur.archlinux.org/packages/dupeguru-me-bin/
hsoft commented on 2013-06-19 21:52 (UTC)
2.7.1-2: I replaced pyqt's dependency with python-pyqt4
hsoft commented on 2013-06-19 21:47 (UTC)
6.5.1-2: I replaced pyqt's dependency with python-pyqt4
rtfreedman commented on 2012-08-18 12:51 (UTC)
With the newly released 6.5.0 the license has been changed to: bsd
Unfortunately, the download location has been changed (again) :(
source=(https://launchpadlibrarian.net/112416309/dupeguru-me_${pkgver}_all.deb)
rtfreedman commented on 2012-07-31 17:37 (UTC)
Maybe I'm going to maintenance it... until than, here is a ( revised & streamlined ) PKGBUILD
--x--x--x--x--
pkgname=dupeguru-me-bin
pkgver=6.4.2
pkgrel=1
pkgdesc="Find duplicate songs in your music collection"
arch=(any)
url=http://www.hardcoded.net/dupeguru_me/
license=(custom:Fairware)
depends=(python pyqt sip)
source=(http://download.hardcoded.net/dupeguru-me_${pkgver}_all.deb)
md5sums=('d1e9cba2993b31769cbfb03c9290ba47')
build() {
return 0
}
package() {
cd "${srcdir}"
bsdtar -xf dupeguru-me_${pkgver}_all.deb data.tar.gz
bsdtar -xf data.tar.gz
mkdir -p "${pkgdir}"/usr/bin
mv usr/bin/dupeguru_me "${pkgdir}"/usr/bin
mv usr/share "${pkgdir}"/usr/
}
--x--x--x--x--
Harvey commented on 2012-07-22 10:20 (UTC)
Maintainer: None ... Maybe you would do it yourself?
Pinned Comments
itsnotme commented on 2019-07-21 13:08 (UTC)
If anyone is wondering why the source has changed, Dupeguru's website says the maintainer has changed. And so the link https://www.hardcoded.net/dupeguru/ leads us to https://dupeguru.voltaicideas.net/ which in turn has a link to https://github.com/arsenetar/dupeguru/ which is the GitHub repo the sources are downloaded from. So the source change is legitimate.