Skip to content

Commit

Permalink
SVN repository update, see: http://gpac.wp.mines-telecom.fr/2013/06/1…
Browse files Browse the repository at this point in the history
  • Loading branch information
djoos committed Jul 12, 2013
1 parent d469157 commit 1bdab48
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 20 deletions.
18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,24 +41,6 @@ References
* [GPAC home page] (http://gpac.wp.mines-telecom.fr/)
* [Compiling GPAC on Debian and Ubuntu] (http://gpac.wp.mines-telecom.fr/2011/04/20/compiling-gpac-on-ubuntu/)

Changelog
=========

### 0.0.4
* bugfix - delete creates immediately

### 0.0.3
* only run compilation when creates file is not present
* delete creates file when new source is available and/or compile flags have changed
* make use of subversion cookbook

### 0.0.2
* don't run compilation more than necessary
* upgrade subversion package

### 0.0.1
* initial version

License and Authors
===================

Expand Down
2 changes: 1 addition & 1 deletion attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

default[:gpac][:install_method] = :source
default[:gpac][:prefix] = "/usr/local"
default[:gpac][:svn_repository] = "https://gpac.svn.sourceforge.net/svnroot/gpac/trunk/gpac"
default[:gpac][:svn_repository] = "svn://svn.code.sf.net/p/gpac/code/trunk/gpac"
default[:gpac][:svn_revision] = "HEAD"
default[:gpac][:compile_flags] = []

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license "MIT"
description "Installs/Configures gpac"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "0.0.6"
version "0.1.0"

%w{ debian ubuntu }.each do |os|
supports os
Expand Down

0 comments on commit 1bdab48

Please sign in to comment.