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

1 2 3 4 5 Next › Last »

windy commented on 2026-01-09 17:34 (UTC)

@tmn505: Thanks for letting me know. I fixed the link (had the same MD5SUM) and updated all checksums to SHA256.

tmn505 commented on 2026-01-09 17:14 (UTC)

projectx-idctfast.tar.xz is not reachable with current URL.

haawda commented on 2018-03-06 19:03 (UTC)

I could run it using java-8-openjdk, without much further testing, though.

quellen commented on 2018-03-06 12:51 (UTC)

it needs "java-7-openjdk". with "java-9-openjdk" it says error on build.

windy commented on 2015-01-02 09:02 (UTC)

Thanks for the notice, haawda, I changed the PKGBUILD file.

haawda commented on 2015-01-02 06:34 (UTC)

Please remove if [ -f /etc/profile.d/openjdk6.sh ]; then source /etc/profile.d/openjdk6.sh elif [ -f /etc/profile.d/jdk.sh ]; then source /etc/profile.d/jdk.sh fi from the build function. Arch does not ship these scripts anymore. Instead, for building the c-written stuff, you need to export JAVA_HOME, which is not set by default: if [ ${_idct} != "none" ]; then cd lib/PORTABLE/ export JAVA_HOME="/usr/lib/jvm/`archlinux-java get`/" make clean make PROJECTX_HOME=${srcdir}/Project-X_0.91.0 IDCT=${_idct} CPLAT="$CFLAGS -fPIC" cd ${srcdir}/Project-X_0.91.0 fi

windy commented on 2014-08-07 20:03 (UTC)

@connaisseur: Thanks for your input, I updated the package and additionally made it more compliant to the packaging standards of Java applications.

connaisseur commented on 2014-08-07 16:48 (UTC)

Please remove "apache-ant" as build depend; it's useless -- not needed. Better would be add "make" as a build depend. Thanks for picking out that orphan!

windy commented on 2014-06-26 22:09 (UTC)

I just adopted the package and fixed the build errors. Please tell me if it works for all of you.