You are not logged in.

#1 2008-11-25 19:19:07

Wintervenom
Member
Registered: 2008-08-20
Posts: 1,011

[REQUEST] ccPublisher

ccPublisher is a tool that does two things: it will help you tag your audio and video files with information about your license and it allows you to upload Creative Commons-licensed audio and video works to the Internet Archive for free hosting. You also have the option of publishing the licensed and tagged audio works on your own site.

Webpage:  http://wiki.creativecommons.org/CcPublisher

Offline

#2 2008-12-16 01:12:19

Wintervenom
Member
Registered: 2008-08-20
Posts: 1,011

Re: [REQUEST] ccPublisher

Post deleted.

Last edited by Wintervenom (2009-08-05 14:25:15)

Offline

#3 2008-12-16 02:38:02

nj
Member
Registered: 2007-04-06
Posts: 93

Re: [REQUEST] ccPublisher

I tried, but the zope module that comes with source code is giving me a bunch of problems. Here's the pkgbuild if you want to try to fix it:

pkgname=ccpublisher
pkgver=2.2.1
pkgrel=1
pkgdesc="Tags audio and video files with license info and uploads to the Internet Archive"
url="http://wiki.creativecommons.org/CcPublisher"
depends=('python' 'wxpython' 'python-elementtree')
source=("http://download.berlios.de/cctools/ccPublisher-$pkgver.tar.gz")
arch=('i686' 'x86_64')
license=('GPL')

build() {
        cd $startdir/src/ccPublisher-$pkgver
        python ./setup.py install --root=$startdir/pkg || return 1
}

Offline

#4 2008-12-16 02:54:04

Ghost1227
Forum Fellow
From: Omaha, NE, USA
Registered: 2008-04-21
Posts: 1,422
Website

Re: [REQUEST] ccPublisher

I took a look at ccPublisher, but I'm not terribly inclined to make a package for it for the following reasons:

* It requires Zope, the current PKGBUILD for Zope requires python24. If Zope is updated to work with the current version of Python that might make things different.
* According to one of the developers, ccPublisher is no longer being updated or supported (can't remember the reference, I'll try to find it if you want, but it was posted in August). I see little purpose to submitting a PKGBUILD for a program which is dying and seems to have little demand.

If you want to build one for yourself (for practice, practical use, whatever) I'll be happy to give you whatever help I can, but as of now, I'm not likely to build it myself.


.:[My Blog] || [My GitHub]:.

Offline

Board footer

Powered by FluxBB