diff --git a/README.md b/README.md index 097d519..7209d92 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,9 @@ ## OpenGL video playback for Processing -This library makes use of GStreamer and OpenGL hardware (or software) acceleration to display video in Processing's P2D or P3D renderers. It should run on macOS, Linux and Raspbian. +This library makes use of GStreamer and OpenGL hardware (or software) acceleration to display video in Processing's P2D or P3D renderers. It should run on Linux and Raspbian. ## Installing -### macOS - -Install the library through the Processing's _Contribution Manager_. Try out the example sketches that it comes with. On macOS, a local copy of GStreamer 1.12 is bundled together with the library. - ### Linux Install the GStreamer 1.x software from your distribution's repositories. The actual packages might be named differently between distributions, but you want the the equivalents of: diff --git a/library.properties b/library.properties index 700f426..ad8ff29 100644 --- a/library.properties +++ b/library.properties @@ -24,7 +24,7 @@ categories = Video & Vision # repeating the name of your library here. Also, avoid saying anything redundant # like mentioning that it's a library. This should start with a capitalized # letter, and end with a period. -sentence = Hardware accelerated video on the Raspberry Pi, Linux and Mac (experimental) +sentence = Hardware accelerated video on the Raspberry Pi & Linux # Additional information suitable for the Processing website. The value of # 'sentence' always will be prepended, so you should start by writing the @@ -40,11 +40,11 @@ paragraph = This uses GL textures and accelerated video decoding. Recommended fo # compare different versions of the same library, and check if an update is # available. You should think of it as a counter, counting the total number of # releases you've had. -version = 8 +version = 9 # The version as the user will see it. If blank, the version attribute will be # used here. This should be a single word, with no spaces. -prettyVersion = 1.2.3 +prettyVersion = 1.3 # The min and max revision of Processing compatible with your library. # Note that these fields use the revision and not the version of Processing,