Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 305301 - New ebuild for gstreamer-java
Summary: New ebuild for gstreamer-java
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-15 18:48 UTC by Marek Sapota
Modified: 2012-06-23 23:26 UTC (History)
2 users (show)

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


Attachments
initial gstreamer-java ebuild (gstreamer-java-1.3.ebuild,1.06 KB, text/plain)
2010-05-16 14:49 UTC, PhobosK
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Sapota 2010-02-15 18:48:31 UTC
gstreamer-java is set of Java bindings for GStreamer.
http://code.google.com/p/gstreamer-java/

Reproducible: Always
Comment 1 PhobosK 2010-05-16 14:45:33 UTC
This is my ebuild proposition that works on amd64 and x86.
I use it as a dependence of webcamstudio ebuild.
Please test and any feedback is welcome.
Thanks. 
Comment 2 PhobosK 2010-05-16 14:49:12 UTC
Created attachment 231679 [details]
initial gstreamer-java ebuild

Should go to dev-java/gstreamer-java
Comment 3 Naohiro Aota gentoo-dev 2011-07-28 11:38:10 UTC
I'd like to have this package in portage fro webcamstudio (bug #319995)

I've read the attached ebuild. There are some errors with the ebuild.

dev-java/gstreamer-java/gstreamer-java-1.4.ebuild: Ebuild contains leading spaces on line: 33
dev-java/gstreamer-java/gstreamer-java-1.4.ebuild: Ebuild contains leading spaces on line: 34
dev-java/gstreamer-java/gstreamer-java-1.4.ebuild: Ebuild contains leading spaces on line: 36
dev-java/gstreamer-java/gstreamer-java-1.4.ebuild: Ebuild contains leading spaces on line: 44
dev-java/gstreamer-java/gstreamer-java-1.4.ebuild: Ebuild contains leading spaces on line: 45
dev-java/gstreamer-java/gstreamer-java-1.4.ebuild: Useless blank line on last line
dev-java/gstreamer-java/gstreamer-java-1.4.ebuild: RDEPEND is not explicitly assigned

and ... LICENSE="GPL-v3" is enoudh? It seems the web cite saying "Code license is GNU Lesser GPL" Maybe you can use LICENSE="|| ( GPL-3 LGPL-3 )" or something.
Comment 4 PhobosK 2012-05-06 12:19:14 UTC
This package is not needed anymore in order webcamstudio to work. The new versions of webcamstudio depend on ffmpeg.. So i do not think anyone else uses gstreamer-java... but if you insist, i will have a look at the ebuild, fix it to latest version etc, so you can add it to tree?
Comment 5 Naohiro Aota gentoo-dev 2012-05-06 20:59:52 UTC
(In reply to comment #4)
> This package is not needed anymore in order webcamstudio to work. The new
> versions of webcamstudio depend on ffmpeg.. So i do not think anyone else
> uses gstreamer-java... but if you insist, i will have a look at the ebuild,
> fix it to latest version etc, so you can add it to tree?

I don't mind the package, if it's not required by webcamstudio. I leave it to you.