Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 62449 - Scizzor for bmp and xmms
Summary: Scizzor for bmp and xmms
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Tony Vroon (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-08-31 16:37 UTC by will
Modified: 2004-09-02 23:47 UTC (History)
0 users

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


Attachments
bmp only ebuild (bmp-scizzor-1.3.3.ebuild,579 bytes, text/plain)
2004-08-31 16:38 UTC, will
Details
The xmms only ebuild. (xmms-scizzor-1.3.3.ebuild,571 bytes, text/plain)
2004-08-31 16:39 UTC, will
Details
The use enabled ebuild (scizzor-1.3.3.ebuild,1.63 KB, text/plain)
2004-08-31 16:40 UTC, will
Details
bmp-scizzor-1.3.3.ebuild (bmp-scizzor-1.3.3.ebuild,575 bytes, text/plain)
2004-09-02 13:30 UTC, Tony Vroon (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description will 2004-08-31 16:37:24 UTC
Scizzor is an effects plugin for xmms or the beep media player that allows you to adjust the pitch and speed of a song. It comes in a single tarball for both and does not use the gnu autotools. You uncompress the tarmall and type make bmp for bmp, make xmms for xmms, or make both. I have created a seprate ebuild for both. It might be better to combine them into one using use flags to define which to compile. so I have 3 ebuilds, one for xmms, one for bmp, and one for both using use flags.
Comment 1 will 2004-08-31 16:38:11 UTC
Created attachment 38629 [details]
bmp only ebuild

This is the bmp only ebuild
Comment 2 will 2004-08-31 16:39:17 UTC
Created attachment 38630 [details]
The xmms only ebuild.

This is the xmms only ebuild, it has not been tested by me because I don't have
xmms. It should work.
Comment 3 will 2004-08-31 16:40:09 UTC
Created attachment 38631 [details]
The use enabled ebuild

This is the ebuild that uses the xmms and bmp use flags to set what to build.
Comment 4 Tony Vroon (RETIRED) gentoo-dev 2004-09-02 00:59:43 UTC
I prefer the separate ebuild approach.
The bmp-only/xmms-only ebuilds have two things I would like to comment about:
S="${WORKDIR}/scizzor"
This is not portable, please use S="${WORKDIR}/${PN}" instead (PN -> Program Name, like PV -> Program Version). You also might want to consider using doexe in the src_install, as this will create the directory for you and set the right permissions on the library.

I will test the ebuilds, and commit them to CVS (albeit slightly modified for the S= and src_install parts) if they work for me.
Comment 5 Tony Vroon (RETIRED) gentoo-dev 2004-09-02 13:30:28 UTC
Created attachment 38772 [details]
bmp-scizzor-1.3.3.ebuild

The ebuild I used. This builds the plugin succesfully, and installs it to
Effects plugin directory. The resulting plugin can be enabled, and claims to
work, however, even with "On" ticked, speed and pitch have no effect. A click
on the "Chop" button does rewind the stream by a second.
Testing required, it doesn't seem to do what it claims.
Comment 6 Tony Vroon (RETIRED) gentoo-dev 2004-09-02 23:47:17 UTC
I have spent some extra time with this plugin. I can get it to build, and I can get it to load. However, it claims to change the speed and pitch of my music and it just doesn't do that at all.
This plugin does not seem ready for inclusion.