Package Details: projectx 0.91.0.08-4

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: 2021-12-26 20:59 (UTC)

Dependencies (4)

Required by (1)

Sources (4)

Latest Comments

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

<deleted-account> commented on 2011-12-15 18:10 (UTC)

and indeed, Exec=/usr/bin/projectx solves all the issues I had.

<deleted-account> commented on 2011-12-15 16:54 (UTC)

I have no problem starting projectx on the command line. It runs fine. But this projectx.desktop file generated by makepkg will never start projectx: [Desktop Entry] X-SuSE-translate=true Categories=AudioVideo;AudioVideoEditing Comment=A video editing and demultiplexing tool Encoding=UTF-8 Exec=java -jar /usr/share/projectx/ProjectX.jar GenericName=ProjectX Icon=package_multimedia Name=ProjectX Name[de]=ProjectX Terminal=false Type=Application The file is included from $MY_AUR_BASE/projectx/src/Project-X_0.91.0

<deleted-account> commented on 2011-12-13 18:52 (UTC)

@moneo: Do you have set your $PATH correctly? That said, does your $PATH contain /usr/bin?

<deleted-account> commented on 2011-12-13 18:49 (UTC)

For me it's working. Exec points to the script /usr/bin/projectx which is installed by the PKGBUILD and /usr/bin/projectx starts projectx correctly for me. And the -gui parameter is not necessary.

<deleted-account> commented on 2011-12-13 18:28 (UTC)

There is an issue with the projectx.desktop file The Exec line is invalid, i.e. points to an invalid location. It should be: Exec=java -jar /opt/projectx/ProjectX.jar -gui

erm67 commented on 2011-04-14 09:41 (UTC)

Fixed as suggested by gborzi

gborzi commented on 2011-04-13 22:23 (UTC)

Hi saedelaere, to fix the problem change make PROJECTX_HOME=${srcdir}/Project-X_0.91.0 IDCT=${idct} to make PROJECTX_HOME=${srcdir}/Project-X_0.91.0 IDCT=${idct} CPLAT="$CFLAGS -fPIC" in PKGBUILD.

zerox2a commented on 2011-04-13 21:07 (UTC)

no longer building for me. Seems not to work on x86_64 gcc -Wall -O2 -D_REENTRANT -DGNU_SOURCE -march=x86_64 -mtune=x86_64 -ffast-math -I"/opt/java/include" -I"/opt/java/include/linux" -I./mmx -I./mmx -c net_sourceforge_dvb_projectx_video_IDCTFast.c net_sourceforge_dvb_projectx_video_IDCTFast.c:1:0: Fehler: bad value (x86_64) for -march= switch net_sourceforge_dvb_projectx_video_IDCTFast.c:1:0: Fehler: bad value (x86_64) for -mtune= switch make: *** [net_sourceforge_dvb_projectx_video_IDCTFast.o] Fehler 1 ==> FEHLER: Ein Unfall geschah in build(). Breche ab ... ==> ERROR: Makepkg was unable to build projectx. Only posibility is idct=none Please fix, thanks

erm67 commented on 2011-04-09 15:45 (UTC)

It is possible to choose the IDCT implementation editing the PKGBUILD as default idct-mjpeg-mmx is used.