Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 387167 - www-apps/concerto - Concerto Digital Signage
Summary: www-apps/concerto - Concerto Digital Signage
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://www.concerto-signage.com/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-14 21:00 UTC by Scott Alfter
Modified: 2016-05-12 16:25 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
new ebuild (concerto-1.9.3-r1.ebuild,1.81 KB, text/plain)
2011-10-14 21:00 UTC, Scott Alfter
Details
multipage upload patch (concerto-1.9.3-multipage-upload.patch,7.98 KB, patch)
2011-10-14 21:01 UTC, Scott Alfter
Details | Diff
patch to allow users to change their passwords (concerto-1.9.3-password-change-fix.patch,936 bytes, text/plain)
2011-10-14 21:01 UTC, Scott Alfter
Details
patch to remove Subversion dependency (concerto-1.9.3-no-subversion.patch,782 bytes, patch)
2011-10-14 21:01 UTC, Scott Alfter
Details | Diff
patch to allow users to change their passwords (concerto-1.9.3-password-change-fix.patch,936 bytes, patch)
2011-10-14 21:02 UTC, Scott Alfter
Details | Diff
patch to fix image display on lame widescreen monitors that insist on running at 1280x1024 (concerto-1.9.3-image-squish.patch,7.64 KB, patch)
2011-10-14 21:04 UTC, Scott Alfter
Details | Diff
patch to use binaries provided by app-office/openoffice-bin to convert PowerPoint files (concerto-1.9.3-use-openoffice-bin.patch,877 bytes, patch)
2011-10-14 21:08 UTC, Scott Alfter
Details | Diff
patch to use binaries provided by app-office/libreoffice-bin to convert PowerPoint files (concerto-1.9.3-use-libreoffice-bin.patch,878 bytes, patch)
2011-10-14 21:09 UTC, Scott Alfter
Details | Diff
/etc/local.d/ script to start [Open|Libre]Office (soffice.start,101 bytes, text/plain)
2011-10-14 21:25 UTC, Scott Alfter
Details
/etc/local.d/ script to stop [Open|Libre]Office (soffice.stop,68 bytes, text/plain)
2011-10-14 21:25 UTC, Scott Alfter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Scott Alfter 2011-10-14 21:00:26 UTC
Created attachment 289813 [details]
new ebuild

Concerto is a networked digital-signage system developed at RPI.  This ebuild includes some patches I've implemented on my installation for import of multi-page PDF and PowerPoint files, handling widescreen monitors that only report 4:3 and 5:4 resolutions in their EDID info, and the odd bugfix or two.
Comment 1 Scott Alfter 2011-10-14 21:01:02 UTC
Created attachment 289815 [details, diff]
multipage upload patch
Comment 2 Scott Alfter 2011-10-14 21:01:34 UTC
Created attachment 289817 [details]
patch to allow users to change their passwords
Comment 3 Scott Alfter 2011-10-14 21:01:57 UTC
Created attachment 289819 [details, diff]
patch to remove Subversion dependency
Comment 4 Scott Alfter 2011-10-14 21:02:39 UTC
Created attachment 289821 [details, diff]
patch to allow users to change their passwords
Comment 5 Scott Alfter 2011-10-14 21:04:42 UTC
Created attachment 289823 [details, diff]
patch to fix image display on lame widescreen monitors that insist on running at 1280x1024

Build Concerto with the "squish" USE flag if you want to include this patch.  If your monitors are well-behaved, you shouldn't need this.
Comment 6 Scott Alfter 2011-10-14 21:08:23 UTC
Created attachment 289825 [details, diff]
patch to use binaries provided by app-office/openoffice-bin to convert PowerPoint files

This will be selected if you're using openoffice-bin.  Either openoffice-bin or libreoffice-bin is required; the respective source ebuilds aren't supported.
Comment 7 Scott Alfter 2011-10-14 21:09:07 UTC
Created attachment 289827 [details, diff]
patch to use binaries provided by app-office/libreoffice-bin to convert PowerPoint files

This will be selected if you're using libreoffice-bin.  Either openoffice-bin or libreoffice-bin is required; the respective source ebuilds aren't supported.
Comment 8 Scott Alfter 2011-10-14 21:13:10 UTC
Comment on attachment 289819 [details, diff]
patch to remove Subversion dependency

All this does is remove a system call to svnversion, which perhaps was put in by RPI's Concerto admins to see what version of Concerto had been checked out on a particular server.  Since we're building from a tarball, this doesn't really apply.
Comment 9 Scott Alfter 2011-10-14 21:25:36 UTC
Created attachment 289833 [details]
/etc/local.d/ script to start [Open|Libre]Office

This is needed to enable import of PowerPoint files into Concerto...it runs a headless copy of LibreOffice (or OpenOffice) which is used to convert PowerPoint files to PDFs.
Comment 10 Scott Alfter 2011-10-14 21:25:59 UTC
Created attachment 289835 [details]
/etc/local.d/ script to stop [Open|Libre]Office

This is needed to enable import of PowerPoint files into Concerto...it runs a headless copy of LibreOffice (or OpenOffice) which is used to convert PowerPoint files to PDFs.
Comment 11 Scott Alfter 2013-03-13 15:00:58 UTC
I've put my ebuilds (including this one, which has been updated a bit since my last post) up on GitHub:

https://github.com/salfter/portage
Comment 12 Scott Alfter 2016-05-12 16:25:05 UTC
The ebuild is still in my overlay (which has since moved to GitLab), but it's several revisions behind current upstream.  The ebuild's not been updated to keep up, so it's probably best to close this out as obsolete.