Package Details: projectx 0.91.0.08-5

Git Clone URL: https://aur.archlinux.org/projectx.git (read-only, click to copy)
Package Base: projectx
Description: DVB demux tool for repairing and analyzing different stream types
Upstream URL: http://sourceforge.net/projects/project-x
Licenses: GPL
Submitter: None
Maintainer: windy
Last Packager: windy
Votes: 57
Popularity: 0.000000
First Submitted: 2006-02-02 11:58 (UTC)
Last Updated: 2026-01-09 17:33 (UTC)

Dependencies (4)

Required by (1)

Sources (4)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

moore_cr commented on 2013-11-22 04:26 (UTC)

I was able to manually build and install this (i.e. no yaourt) using the following steps: 1) Download PKGBUILD file wget https://aur.archlinux.org/packages/pr/projectx/PKGBUILD 2) Download the project-x archive directly from sourceforge: wget http://project-x.cvs.sourceforge.net/viewvc/project-x/?view=tar 3) Determine checksum of downloaded file: md5sum project-x.tar.gz 4) Edit the PKGBUILD file to use the locally downloaded project-x.tar.gz file and not redownload it: Replace line 21 "source=(http://project-x.cvs.sourceforge.net/viewvc/project-x/?view=tar" with "source=(project-x.tar.gz" This uses the local file you just downloaded. Replace line 26 "md5sums=('caee95e2533701e679b5a52236441b0c'" with whatever md5sum was calculated in step 3. Save PKGBUILD 5) Build the package: makepkg PKGBUILD 6) Install the package: pacman -U projectx-0.91.0.08-1-x86_64.pkg.tar.xz This worked for me, including the patches, and project-x runs fine. I hope this helps someone.

Booloki commented on 2013-11-04 18:18 (UTC)

KamiKasi: I've got the same issue: ask about which files to patch

KamiKasi commented on 2013-11-01 05:18 (UTC)

@FredBezies: Thanks, but now he asked me about which file to patch - and he still does not build.

FredBezies commented on 2013-10-31 18:32 (UTC)

http://project-x.cvs.sourceforge.net/viewvc/project-x/?view=tar -> empty file. Could be replaced by : http://sourceforge.net/projects/project-x/files/project-x/ProjectX_0.91.0.00/ProjectX_0.91.0.zip md5sums : md5sums=('5cf7bb227abe2c16d34e8e9c84915291' '0f09819b08e6105ed6c1e4705794e9c1' 'a91d03e2935bd303e6771fc767f496cd' '0bb5dfb7683babb91f7fc996f5de7f2d')

KamiKasi commented on 2013-10-28 05:27 (UTC)

@erm67 are there any news cause projectx still does not build... :(

erm67 commented on 2013-08-31 20:12 (UTC)

Yes the md5 changes, I think it is because it is compressed on the fly and maybe different sourceforge frontends compress differently. I think I can only download the diff from the release and the latest cvs. I will see tomorrow.

Babets commented on 2013-08-30 09:10 (UTC)

I don't think you should download the last cvs revision that way, imho the last revision can change, you maybe could download (using cvs in the pkgbuild) that specific revision (or "date") of that repository so the checksum does not change. http://nst.sourceforge.net/nst/docs/faq/ch04s04.html

chepaz commented on 2013-08-29 18:48 (UTC)

Is it possible that the downloadlink provided in the PKGBUILD doesn't download a static .tar.gz? Seems md5sum has changed.

erm67 commented on 2013-08-21 08:26 (UTC)

ok, after a long time, updated to the latest cvs version since there have been no updates and all patches are only available in cvs. now uses idctfast from sbriesen.de (gentoo) fixed the build.sh thingy fixed $startdir added a package() function unzip is no longer needed I hope it works better now :-)