Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 121358

Summary: opendb-0.81_p13.ebuild (new package)
Product: Gentoo Linux Reporter: Henry Ristau <Henry.Ristau>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: CONFIRMED ---    
Severity: enhancement CC: mario.fetka, phaidros
Priority: High Keywords: EBUILD
Version: 2005.1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: opendb-0.81_p13.ebuild (new ebuild)
files/postinstall-en.txt (post-installation-message for opendb ebuild)
opendb-0.81_p13-r1.ebuild
www-apps/opendb-1.5.0.4.ebuild

Description Henry Ristau 2006-02-02 14:18:48 UTC
Hi!

Please find attached the opendb-0.81_p13.ebuild. It will install es webapp-managed internet application.

"The Open Media Lending Database (OpenDb) is an extremely flexible application to catalogue all sorts of things including DVD, VCD, CD, VHS, GAMES, BOOKS & Laser Discs. Anything that you can collect and lend, you can catalogue with this system. The OpenDb allows you to add new types, by describing them in system database tables designed for the purpose." [http://opendb.iamvegan.net/]

I suggest www-apps/opendb. The package introduces 6 local USE-flags for configurable plugins:
amazonde - queries german amazon.de for media information
amazonfr - queries french amazon.fr for media information
amazonuk - queries british amazon.co.uk and imdb.com for media information
hminfo - queries a database from HometheaterInfo.com for region 1 media information based on the dvds UPC-Code
dvdempire - queries DVDEmpire.com for media information
iblist - queries Internet Book List (iblist.com) fro media information

This package is asked for as enhancement in bug #93200 by the way.

Henry
Comment 1 Henry Ristau 2006-02-02 14:20:43 UTC
Created attachment 78755 [details]
opendb-0.81_p13.ebuild (new ebuild)
Comment 2 Henry Ristau 2006-02-02 14:21:37 UTC
Created attachment 78757 [details]
files/postinstall-en.txt (post-installation-message for opendb ebuild)
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-02-02 14:47:37 UTC
*** Bug 93200 has been marked as a duplicate of this bug. ***
Comment 4 Henry Ristau 2006-02-09 06:59:23 UTC
I corrected the header ;o) and I added installation of themes and item-packs by choice. choice is done with 2 more local use-flags:
themes - install all currently available themes
itemtypes - install all currently available item-types

will attach -r1 ebuild
Comment 5 Henry Ristau 2006-02-09 07:01:55 UTC
Created attachment 79319 [details]
opendb-0.81_p13-r1.ebuild
Comment 6 Carsten Lohrke (RETIRED) gentoo-dev 2006-02-12 12:09:57 UTC
- preferably you'd use LINGUAS 

amazon? ( linguas_de? ( url ) 
          liguas_fr? ...      )

and themes? ( url1 ulf2 ... )

Likely that sensible defaults would make more sense, though.
Comment 7 Mario Fetka (geos_one) 2010-05-09 10:19:43 UTC
Created attachment 230849 [details]
www-apps/opendb-1.5.0.4.ebuild

new ebuild for the 1.5 version of this package
Comment 8 Mario Fetka (geos_one) 2010-05-09 10:43:09 UTC
small bug found

        # Joomlike Theme
        use themes && mv -f Joomlike_v01-00 theme/Joomlike
schould be

        # Joomlike Theme
        use themes && mv -f Joomlike_v01-00/Joomlike theme/Joomlike

happy using