+telemeta (0.3.1) unstable; urgency=low
+
+ * Clear some install features
+ * Change waveform color
+ * Change menu order
+ * Change link order at home
+ * Fix spectrogram
+ * Fix tuple bug for version
+ * Modify setup method (distutils)
+ * 2nd layout v0.4 item/view + item/edit
+ * Item instruments prototype display
+ * Hide empty fields on collection and item detail display
+ * Layout breaks under 1024x768 : fixbug
+ * image search, css pagination
+ * search results: display collection tab by default if there's no item
+ * fix search combining country/continent and ethnic group
+ * layout v0.4 item/view + item/edit
+ * advanced search form/results + fix wrong revert
+ * advanced seach css formulaire
+ * fix urls
+ * affichage mediafile, overflow pour spectrogram
+ * hide 4D internal field compil_face_plage
+ * do not print duplicate countries and ethnic groups on collection detail
+ * item/collection dublincore + fixbug css
+ * write item and not items with a single result
+ * enable searching items by publish date and collections by ethnic group
+ * fix advanced search by title; fix empty search
+ * affichage item v1 + bug largeur liste definition list
+ * (re) fix build_query_string filter
+ * collection dublin core
+ * collections avec tous les champs
+ * fix build_query_string filter
+ * item quick search now also searches the creator (auteur) field
+ * improved search; search results are now paginated, displaying either
+ * items or collections, with a tab view
+ * affichage collections + modifs css
+ * sort related items by id on collection detail
+ * advanced search: add missing templates
+ * model modularization ; add is_published() method for collections
+ * model modularization
+ * add advanced search
+ * models: code cleanup and new docstrings
+ * Rewrite README and INSTALL
+ * Show a table for 'normal' data view
+ * Logo Telemeta FINAL v2
+
+ -- Guillaume Pellerin <yomguy@altern.org> Thu, 22 May 2008 14:42:35 +0200
+
telemeta (0.3.0-1) unstable; urgency=low
* Changed README and INSTALL
Priority: optional
Maintainer: Guillaume Pellerin <yomguy@altern.org>
Uploaders: Paul Brossier <piem@debian.org>
-Build-Depends: debhelper (>= 5.0.0), docbook-to-man, python (>= 2.3.5-7),
-python-dev (>= 2.3.5-7), python-central (>= 0.5)
+Build-Depends: debhelper (>= 5.0.0), docbook-to-man, python (>= 2.3.5-7), cdbs (>= 0.4.42), python-setuptools (>= 0.6b3), python-support (>= 0.3), python-dev (>= 2.3.5-7)
Standards-Version: 3.7.2
XS-Python-Version: >= 2.3
Package: telemeta
Architecture: any
-Depends: python (>= 2.3.5-7), python-xml, python-central (>= 0.5),
-python-mutagen, python-django, sox, vorbis-tools, flac, normalize-audio,
-ecasound, festival, par2, python-mysqldb, sqlite3 | mysql-server, octave2.9,
-octave2.9-forge, python-tk
-Suggests: lame
+Depends: ${python:Depends}, python-xml, python-mutagen, python-django (>= 0.96.2), sox, vorbis-tools, flac, normalize-audio, python-mysqldb, sqlite3 | mysql-server, octave2.9, octave2.9-forge, python-tk, libgd2-xpm, libsndfile1
+Recommends: lame
+Suggests: ecasound, festival, par2
XB-Python-Version: ${python:Versions}
Description: web frontend to backup, transcode and tag any audio content with metadata
-Telemeta is a global audio archiving program which introduces useful and secure
-indexing methods to backup digitalized audio files and metadata dictionnaries.
-It is dedicated to backup any digitized and documented sound from collections of
-vinyls, magnetic tapes or audio CD over a strong database in accordance with
-many standards. Export functions also encapsulate edited metadata into
-compressed file. The object style architecture will soon provide user-friendly
-interfaces and plugin' style audio processing.
-
-Here are the main features of Telemeta:
-
+ Telemeta is a global audio archiving program which introduces useful and secure
+ indexing methods to backup digitalized audio files and metadata dictionnaries.
+ It is dedicated to backup any digitized and documented sound from collections of
+ vinyls, magnetic tapes or audio CD over a strong database in accordance with
+ many standards. Export functions also encapsulate edited metadata into
+ compressed file. The object style architecture will soon provide user-friendly
+ interfaces and plugin' style audio processing.
+ Here are the main features of Telemeta:
* Secure media editing and archiving over networks
* Easy transcoding
* Full tagging and marking methods
* Data anti-corruption security with par2 recovery keys
* Data synchronizing over remote servers (rsync)
* Auto AudioMarking from metadata (thanks to Festival and Ecasound)
-
-The Telemeta concept is based on collections. A collection includes original
-sounds - or albums containing sounds - which will be backuped in a secure way
-with a view of transcoded 'public' formats (WAV, FLAC, MP3, OGG and many more
-soon...) including metadata editing and publishing tools.
-
-See http://svn.parisson.org/telemeta/ for more informations.
+ The Telemeta concept is based on collections. A collection includes original
+ sounds - or albums containing sounds - which will be backuped in a secure way
+ with a view of transcoded 'public' formats (WAV, FLAC, MP3, OGG and many more
+ soon...) including metadata editing and publishing tools.
+ See http://svn.parisson.org/telemeta/ for more informations.
Copyright:
- Copyright (C) 2006-2007 Guillaume Pellerin <yomguy@altern.org>
+ Copyright (C) 2006-2007 Guillaume Pellerin <pellerin@parisson.com>
License:
#!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+DEB_PYTHON_SYSTEM := pysupport
-# This has to be exported to make some magic below work.
-export DH_OPTIONS
-
-# These are used for cross-compiling and for saving the configure script
-# from having to guess our platform (since we know it already)
-DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
-build-stamp:
- dh_testdir
- touch build-stamp
-
-build: build-stamp
- docbook-to-man debian/telemeta.sgml > debian/telemeta.1
- db2html -o doc/html debian/telemeta.sgml
- rm -rf debian/telemeta
- cp debian/changelog ChangeLog
-
-clean:
- dh_testdir
- dh_testroot
- rm -f build-stamp
- $(MAKE) clean
- dh_clean
-
-install: build
- dh_testdir
- dh_testroot
- dh_clean -k
- dh_installdirs
- $(MAKE) DESTDIR=$(CURDIR)/debian/telemeta prefix=/usr install
-
-binary-indep: build install
- dh_testdir
- dh_testroot
- dh_installchangelogs
- dh_installdocs
- #dh_installexamples
- dh_installman
- #dh_installmenu -i
- dh_compress
- dh_fixperms
- dh_pycentral
- #dh_python usr/share/telemeta
- dh_installdeb
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-binary-arch: build install
-
-binary: binary-indep binary-arch
-
-.PHONY: build clean binary-indep binary-arch binary install configure
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/buildcore.mk
+include /usr/share/cdbs/1/class/python-distutils.mk