Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 344457 - media-video/lives-1.3.10 version bump
Summary: media-video/lives-1.3.10 version bump
Status: RESOLVED DUPLICATE of bug 304597
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Luca Barbato
URL: http://www.xs4all.nl/~salsaman/lives/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-06 23:44 UTC by David Abbott
Modified: 2011-07-25 18:11 UTC (History)
2 users (show)

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


Attachments
lives-1.3.10.ebuild (lives-1.3.10.ebuild,1.42 KB, text/plain)
2010-11-06 23:44 UTC, David Abbott (RETIRED)
Details
patch to fix callbacks.c (callbacks.diff,697 bytes, text/plain)
2011-02-11 11:37 UTC, Harrie Hoogeveen
Details
new ebuild with callbacks.c patch and hardcoded -O3 removed (lives-1.3.10.ebuild,1.63 KB, text/plain)
2011-02-11 11:39 UTC, Harrie Hoogeveen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Abbott (RETIRED) gentoo-dev 2010-11-06 23:44:24 UTC
Included ebuild with option to disable jack and use pulseaudio.
Installs and runs fine, not tested fully.
Latest development version

Reproducible: Always
Comment 1 David Abbott (RETIRED) gentoo-dev 2010-11-06 23:44:57 UTC
Created attachment 253455 [details]
lives-1.3.10.ebuild
Comment 2 David Abbott (RETIRED) gentoo-dev 2010-11-07 00:41:42 UTC
I just ran it with
lives --debug -aplayer pulse
And it seems to work ok, it does crash when I select preferences, I submitted an upstream bug https://sourceforge.net/tracker/?func=detail&aid=3104425&group_id=64341&atid=507139
Comment 3 Harrie Hoogeveen 2011-02-11 11:37:50 UTC
Created attachment 262117 [details]
patch to fix callbacks.c

Fails to compile:
callbacks.c: In function ‘show_sync_callback’:
callbacks.c:8263: warning: dereferencing ‘void *’ pointer
callbacks.c:8263: error: request for member ‘seek_pos’ in something not a structure or union

Needs patch, see http://aur.archlinux.org/packages.php?ID=1642&comments=all&detail=1

Needed to add following for succesfull compile, from 1.3.3 ebuild + callbacks.diff:
epatch "${FILESDIR}"/callbacks.diff || die "patch failed"
# hardcoding -03 is wrong!
sed -i -e "s:-O3::g" \
"${S}"/{,src,lives-plugins,lives-plugins/plugins/playback/video,lives-plugins/weed-plugins}/Makefile*
Comment 4 Harrie Hoogeveen 2011-02-11 11:39:11 UTC
Created attachment 262119 [details]
new ebuild with callbacks.c patch and hardcoded -O3 removed

new ebuild with callbacks.c patch and hardcoded -O3 removed
Comment 5 Pacho Ramos gentoo-dev 2011-07-25 18:11:48 UTC

*** This bug has been marked as a duplicate of bug 304597 ***