Skip to content

Commit

Permalink
Update various readme and setup files for the final release.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgtaylor committed May 30, 2010
1 parent 3a3fa5a commit adfcf60
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ Sometimes it may be useful to generate a test file:

Creating New Device Presets
---------------------------
New device presets can be created by specifying information about yourself and
New device presets can be created via the [create preset](http://www.transcoder.org/presets/creat/ "Create a new Arista Transcoder preset")
page on the website or by specifying information about yourself and
the device you wish to support along with presets that describe how to create a
proper gstreamer pipeline to encode for the device in an xml file. Please see
the xml files in the presets directory that ship with Arista for examples.
proper gstreamer pipeline to encode for the device in a JSON file.

Contributing
------------
Expand Down
6 changes: 3 additions & 3 deletions README.releases
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ This file describes what steps should be taken to make a new release of Arista.
Pre-Release
-----------

* Download new translation files from launchpad and commit to bzr
* Download new translation files from launchpad and commit to git
* Version bump in arista/__init__.py and ui/about.ui
* Updated README
* Update setup.py and debian/* to make sure they are up to date for the release
* Update setup.py to make sure it is up to date for the release

Release
-------

* Tag bzr revision with version, e.g. 'arista-0.9.1'
* Tag git revision with version, e.g. '0.9.1', and push with --tags
* Create the source distribution: setup.py sdist
* Upload the resulting dist/arista-*.tar.gz to Programmer-art.org
* Turn the next milestone into a release on launchpad and upload tarball
Expand Down
10 changes: 7 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,10 @@
* Presets for iPod, computer, DVD player, PSP, and more
* Live preview to see encoded quality
* Automatically discover available DVD drives and media
* Rip straight from DVD media easily (requires libdvdcss)
* Automatically discover and record from V4L devices
* Rip straight from DVD media easily
* Automatically discover and record from Video4Linux devices
* Support for H.264, WebM, FLV, Ogg, DivX and more
* Batch processing of entire directories easily
* Simple terminal client for scripting
Requirements
Expand All @@ -61,11 +63,13 @@
required depend on the presets available, but at this time you should have
gst-plugins-good, gst-plugins-bad, gst-plugins-ugly, and gst-ffmpeg. If you are
on Ubuntu don't forget to install the multiverse packages.
Note: WebM support requires at least GStreamer's gst-plugins-bad-0.10.19.
""",
author = "Daniel G. Taylor",
author_email = "[email protected]",
url = "http://programmer-art.org/projects/arista-transcoder",
download_url = "http://programmer-art.org/media/releases/arista-transcoder/arista-0.9.3.tar.gz",
download_url = "http://programmer-art.org/media/releases/arista-transcoder/arista-0.9.4.tar.gz",
packages = [
"arista",
],
Expand Down

0 comments on commit adfcf60

Please sign in to comment.