Skip to content

Commit

Permalink
update repo URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Jan 10, 2018
1 parent 82f1cac commit 96e1092
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 32 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Bug Reports and Issue Tracking
------------------------------

We use GitHub's issue tracking system for bugs and enhancements:
https://github.com/MrKepzie/Natron/issues
https://github.com/NatronGitHub/Natron/issues

**If you are merely asking a question ("how do I...")**, please do not file an
issue, but instead ask the question on the [forum](http://forum.natron.fr).
Expand Down Expand Up @@ -47,7 +47,7 @@ The best way to submit changes is via GitHub Pull Request.

All code must be formally reviewed before being merged into the official repository. The protocol is like this:

1. Get a GitHub account, fork MrKepzie/Natron to create your own repository on GitHub, and then clone it to get a repository on your local machine.
1. Get a GitHub account, fork NatronGitHub/Natron to create your own repository on GitHub, and then clone it to get a repository on your local machine.

2. Edit, compile, and test your changes.

Expand Down
6 changes: 3 additions & 3 deletions INSTALL_FREEBSD.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ shiboken {
###Download OpenColorIO-Configs

In the past, OCIO configs were a submodule, though due to the size of the repository, we have chosen instead
to make a tarball release and let you download it [here](https://github.com/MrKepzie/OpenColorIO-Configs/archive/Natron-v2.1.tar.gz).
to make a tarball release and let you download it [here](https://github.com/NatronGitHub/OpenColorIO-Configs/archive/Natron-v2.1.tar.gz).
Place it at the root of Natron repository.

### Build
Expand All @@ -86,8 +86,8 @@ global.pri file. To enable an option just add CONFIG+=<option> in the qmake call

Natron's nodes are contained in separate repositories. To use the default nodes, you must also build the following repositories:

https://github.com/devernay/openfx-misc
https://github.com/MrKepzie/openfx-io
https://github.com/NatronGitHub/openfx-misc
https://github.com/NatronGitHub/openfx-io

You'll find installation instructions in the README of both these repositories. Both openfx-misc and openfx-io have submodules as well.

Expand Down
6 changes: 3 additions & 3 deletions INSTALL_LINUX.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ git submodule update -i --recursive
### Download OpenColorIO-Configs

In the past, OCIO configs were a submodule, though due to the size of the repository, we have chosen instead
to make a tarball release and let you download it [here](https://github.com/MrKepzie/OpenColorIO-Configs/archive/Natron-v2.1.tar.gz).
to make a tarball release and let you download it [here](https://github.com/NatronGitHub/OpenColorIO-Configs/archive/Natron-v2.1.tar.gz).
Place it at the root of Natron repository.

***note:*** *If it is name something like: `OpenColorIO-Configs-Natron-v2.0` rename it to `OpenColorIO-Configs`*
Expand Down Expand Up @@ -133,8 +133,8 @@ is lower than version 1.12 (as it is on Ubuntu 12.04 LTS for example).*

Natron's nodes are contained in separate repositories. To use the default nodes, you must also build the following repositories:

https://github.com/devernay/openfx-misc
https://github.com/MrKepzie/openfx-io
https://github.com/NatronGitHub/openfx-misc
https://github.com/NatronGitHub/openfx-io


You'll find installation instructions in the README of both these repositories. Both openfx-misc and openfx-io have submodules as well.
Expand Down
14 changes: 7 additions & 7 deletions INSTALL_OSX.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ OS X 10.6 (a.k.a. Snow Leopard) and newer are supported when building with MacPo

## Checkout sources

git clone https://github.com/MrKepzie/Natron.git
git clone https://github.com/NatronGitHub/Natron.git
cd Natron

If you want to compile the bleeding edge version, use the master
Expand Down Expand Up @@ -80,7 +80,7 @@ Name: glu
EOF
```

If you intend to build the [openfx-io](https://github.com/MrKepzie/openfx-io) plugins too, you will need these additional packages:
If you intend to build the [openfx-io](https://github.com/NatronGitHub/openfx-io) plugins too, you will need these additional packages:

yes | sudo port -v install x264 libvpx +highbitdepth libraw +gpl2 openexr ffmpeg +gpl2 +highbitdepth opencolorio openimageio +natron seexpr

Expand Down Expand Up @@ -130,7 +130,7 @@ Then install pyside (the boneyard tap is for pyside, which does not yet build wi

The last command above will take a while, since it builds from sources, and should finally tell you do do the following if the `homebrew.pth` file does not exist:

mkdir -p /Users/devernay/Library/Python/2.7/lib/python/site-packages
mkdir -p ~/Library/Python/2.7/lib/python/site-packages
echo 'import site; site.addsitedir("/usr/local/lib/python2.7/site-packages")' >> ~/Library/Python/2.7/lib/python/site-packages/homebrew.pth
sudo ln -s ~/Library/Python/2.7/lib/python/site-packages/homebrew.pth /Library/Python/2.7/lib/python/site-packages/homebrew.pth

Expand Down Expand Up @@ -185,10 +185,10 @@ And install (after making sure `/opt/qt4` is user-writable) using:
### Download OpenColorIO-Configs

In the past, OCIO configs were a submodule, though due to the size of the repository, we have chosen instead
to make a tarball release and let you download it [here](https://github.com/MrKepzie/OpenColorIO-Configs/archive/Natron-v2.1.tar.gz).
to make a tarball release and let you download it [here](https://github.com/NatronGitHub/OpenColorIO-Configs/archive/Natron-v2.1.tar.gz).
Place it at the root of Natron source tree:

curl -k -L https://github.com/MrKepzie/OpenColorIO-Configs/archive/Natron-v2.1.tar.gz | tar zxf -
curl -k -L https://github.com/NatronGitHub/OpenColorIO-Configs/archive/Natron-v2.1.tar.gz | tar zxf -
mv OpenColorIO-Configs-Natron-v2.1 OpenColorIO-Configs


Expand Down Expand Up @@ -298,7 +298,7 @@ version 4.0 is recommended) with OpenMP support on
MacPorts (or homebrew for OS X 10.9 or later). OpenMP brings speed improvements in the
tracker and in CImg-based plugins.

However, the unit tests don't pass yet with clang/libomp 4.0 on OS X 10.6, so be sure tu run the unit tests from https://github.com/MrKepzie/Natron-Tests to validate any clang/macOS combination.
However, the unit tests don't pass yet with clang/libomp 4.0 on OS X 10.6, so be sure tu run the unit tests from https://github.com/NatronGitHub/Natron-Tests to validate any clang/macOS combination.

First, install clang 5.0. On OS X 10.9 and later, simply execute:

Expand Down Expand Up @@ -437,7 +437,7 @@ Shiboken has a few glitches which needs fixing with some sed commands, run tools

## OpenFX plugins

Instructions to build the [openfx-io](https://github.com/MrKepzie/openfx-io) and [openfx-misc](https://github.com/devernay/openfx-misc) sets of plugins can also be found in the [tools/packageOSX.sh](https://github.com/MrKepzie/Natron/blob/master/tools/packageOSX.sh) script if you are using MacPorts, or in the .travis.yml file in their respective github repositories if you are using homebrew ([openfx-misc/.travis.yml](https://github.com/devernay/openfx-misc/blob/master/.travis.yml), [openfx-io/.travis.yml](https://github.com/MrKepzie/openfx-io/blob/master/.travis.yml).
Instructions to build the [openfx-io](https://github.com/NatronGitHub/openfx-io) and [openfx-misc](https://github.com/NatronGitHub/openfx-misc) sets of plugins can also be found in the [tools/packageOSX.sh](https://github.com/NatronGitHub/Natron/blob/master/tools/packageOSX.sh) script if you are using MacPorts, or in the .travis.yml file in their respective github repositories if you are using homebrew ([openfx-misc/.travis.yml](https://github.com/NatronGitHub/openfx-misc/blob/master/.travis.yml), [openfx-io/.travis.yml](https://github.com/NatronGitHub/openfx-io/blob/master/.travis.yml).


You can install [TuttleOFX](http://www.tuttleofx.org/) using homebrew:
Expand Down
4 changes: 2 additions & 2 deletions Natron.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ License: GPLv2
Group: System Environment/Base
URL: http://natron.fr

# https://github.com/MrKepzie/Natron/releases/download/%{version}/Natron-%{version}.tar.xz
# https://github.com/NatronGitHub/Natron/releases/download/%{version}/Natron-%{version}.tar.xz
Source0: %{name}-%{version}.tar.xz
# https://github.com/MrKepzie/Natron/releases/download/2.1.0/Natron-OpenColorIO-Configs-2.1.0.tar.xz
# https://github.com/NatronGitHub/Natron/releases/download/2.1.0/Natron-OpenColorIO-Configs-2.1.0.tar.xz
Source1: %{name}-OpenColorIO-Configs-2.1.0.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

Expand Down
2 changes: 1 addition & 1 deletion OpenColorIO-Configs-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ As mentionned in the INSTALL files, the default OpenColorIO
configuration files must be downloaded and unpacked at the root of the
Natron source tree, using something like:

curl -k -L https://github.com/MrKepzie/OpenColorIO-Configs/archive/Natron-v2.1.tar.gz | tar zxf -
curl -k -L https://github.com/NatronGitHub/OpenColorIO-Configs/archive/Natron-v2.1.tar.gz | tar zxf -
mv OpenColorIO-Configs-Natron-v2.1 OpenColorIO-Configs
27 changes: 13 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Natron [![GPL2 License](http://img.shields.io/:license-gpl2-blue.svg?style=flat-square)](https://github.com/MrKepzie/Natron/blob/master/LICENSE) [![Build Status](https://api.travis-ci.org/MrKepzie/Natron.png?branch=master)](https://travis-ci.org/MrKepzie/Natron) [![Coverage Status](https://coveralls.io/repos/MrKepzie/Natron/badge.png?branch=master)](https://coveralls.io/r/MrKepzie/Natron?branch=master) [![Coverity Scan Build Status](https://scan.coverity.com/projects/2940/badge.svg)](https://scan.coverity.com/projects/2940 "Coverity Badge") [![Documentation Status](https://readthedocs.org/projects/natron/badge/?version=master)](https://readthedocs.org/projects/natron/?badge=master)
Natron [![GPL2 License](http://img.shields.io/:license-gpl2-blue.svg?style=flat-square)](https://github.com/NatronGitHub/Natron/blob/master/LICENSE) [![Build Status](https://api.travis-ci.org/NatronGitHub/Natron.png?branch=master)](https://travis-ci.org/NatronGitHub/Natron) [![Coverage Status](https://coveralls.io/repos/NatronGitHub/Natron/badge.png?branch=master)](https://coveralls.io/r/NatronGitHub/Natron?branch=master) [![Coverity Scan Build Status](https://scan.coverity.com/projects/2940/badge.svg)](https://scan.coverity.com/projects/2940 "Coverity Badge") [![Documentation Status](https://readthedocs.org/projects/natron/badge/?version=master)](https://readthedocs.org/projects/natron/?badge=master)
======


Expand All @@ -10,7 +10,7 @@ It is portable and cross-platform (GNU/Linux, OS X, Microsoft Windows).

The project home page is http://natron.fr

The project source code repository is https://github.com/MrKepzie/Natron
The project source code repository is https://github.com/NatronGitHub/Natron

Features
--------
Expand All @@ -20,12 +20,11 @@ Features
- Dozens of file formats supported: EXR, DPX,TIFF, JPG, PNG…thanks to OpenImageIO and FFmpeg.
- Support for many free and open-source OpenFX plugins:
* [TuttleOFX](https://sites.google.com/site/tuttleofx/)
* [OpenFX-IO](https://github.com/MrKepzie/openfx-io) to read anything else
* [OpenFX-IO](https://github.com/NatronGitHub/openfx-io) to read anything else
than standard 8-bits images
* [OpenFX-Misc](https://github.com/devernay/openfx-misc)
* [OpenFX-Yadif deinterlacer](https://github.com/devernay/openfx-yadif)
* [OpenFX-Vegas SDK samples](https://github.com/devernay/openfx-vegas)
* [OpenFX samples](https://github.com/devernay/openfx) (in the Support and Examples directories)
* [OpenFX-Misc](https://github.com/NatronGitHub/openfx-misc)
* [OpenFX-Vegas SDK samples](https://github.com/NatronGitHub/openfx-vegas)
* [OpenFX samples](https://github.com/NatronGitHub/openfx) (in the Support and Examples directories)

- Support for commercial OpenFX plugins:
* [All OFX products from RevisionFX](http://www.revisionfx.com)
Expand Down Expand Up @@ -120,9 +119,9 @@ Installing

Standalone binary distributions of Natron are available for [GNU/Linux](http://downloads.natron.fr/Linux/),
[Windows](http://downloads.natron.fr/Windows/) and [OS X](http://downloads.natron.fr/Mac/). These distributions contain Natron and three basic sets of OpenFX plugins:
* [openfx-io](https://github.com/MrKepzie/openfx-io/),
* [openfx-misc](https://github.com/devernay/openfx-misc),
* [openfx-arena](https://github.com/olear/openfx-arena).
* [openfx-io](https://github.com/NatronGitHub/openfx-io/),
* [openfx-misc](https://github.com/NatronGitHub/openfx-misc),
* [openfx-arena](https://github.com/NatronGitHub/openfx-arena).

For each architecture / operating system, you can either download a stable release, a release candidate (if available), or one of the latest snapshots. Note that snapshots contain the latest features and bug fixes, but may be unstable.

Expand Down Expand Up @@ -183,10 +182,10 @@ Contributing
------------

We coordinate development through the [GitHub issue
tracker](https://github.com/MrKepzie/Natron/issues).
tracker](https://github.com/NatronGitHub/Natron/issues).

The main development branch is called
["master"](https://github.com/MrKepzie/Natron/tree/master).
["master"](https://github.com/NatronGitHub/Natron/tree/master).
The stable version is on branch RB-2.0.

Additionally each stable release supported has a branch on its own.
Expand All @@ -199,8 +198,8 @@ You can check out the easy tasks left to do [here](https://natron.fr/easy-task-l

Feel free to report bugs, discuss tasks, or pick up work there. If you want to make
changes, please fork, edit, and [send us a pull
request](https://github.com/MrKepzie/Natron/pull/new/master),
preferably on the ["master"](https://github.com/MrKepzie/Natron/tree/master)
request](https://github.com/NatronGitHub/Natron/pull/new/master),
preferably on the ["master"](https://github.com/NatronGitHub/Natron/tree/master)
branch.

There's a `.git-hooks` directory in the root. This contains a `pre-commit`
Expand Down

0 comments on commit 96e1092

Please sign in to comment.