This commit is contained in:
Carlos Fernandez 2019-05-21 11:35:19 -07:00
commit 403d2fd8a4
4 changed files with 3 additions and 17 deletions

View File

@ -25,20 +25,6 @@ The official repository is ([CCExtractor/ccextractor](https://github.com/CCExtra
The core functionality is written in C. Other languages used include C++ and Python.
---
[![Google Code-In 2018](https://raw.githubusercontent.com/CCExtractor/ccextractor-org-media/master/ext/google-code-In-2018.gif)](https://codein.withgoogle.com/)
<p align="center">
CCExtractor is participating in Google Code-in 2018!
</p>
Google Code-In is a global, online open source development & outreach contest for pre-university students aged between 13-17. Participants complete “tasks” ranging from coding, documentation, quality assurance, design, outreach and research to earn t-shirts, digital certificates, and hooded sweatshirts for their work. Grand prize winners receive a four day trip to Google in Mountain View, CA, USA the following summer!
We have a long and proud history of taking part in the Google Summer of Code with university students, and are excited to participate in GCI again for 3rd year with pre-university students!
Sounds interesting? Read more about it on our website [here](https://ccextractor.org/public:codein:google_code-in_2018) and on the official website [here](https://codein.withgoogle.com/).
---
## Installation and Usage
Downloads for precompiled binaries and source code can be found [on our website](https://www.ccextractor.org?id=public:general:downloads).

View File

@ -1,5 +1,5 @@
pkgname=ccextractor
pkgver=0.85
pkgver=0.88
pkgrel=1
pkgdesc="A closed captions and teletext subtitles extractor for video streams."
arch=('i686' 'x86_64')

View File

@ -1,5 +1,5 @@
Name: ccextractor
Version: 0.85
Version: 0.88
Release: 1
Summary: A closed captions and teletext subtitles extractor for video streams.
Group: Applications/Internet

View File

@ -1,7 +1,7 @@
#!/bin/bash
TYPE="debian" # can be one of 'slackware', 'debian', 'rpm'
PROGRAM_NAME="ccextractor"
VERSION="0.85"
VERSION="0.88"
RELEASE="1"
LICENSE="GPL-2.0"
MAINTAINER="carlos@ccextractor.org"