mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-02 04:58:52 +02:00
youtube_dl: delete old, unused recipes.
This commit is contained in:
@@ -1,53 +0,0 @@
|
|||||||
SUMMARY="A command-line program to download videos from various sites"
|
|
||||||
DESCRIPTION="
|
|
||||||
The program is usually invoked as youtube-dl followed by options and the video \
|
|
||||||
URL. Run 'youtube-dl --help' and get a summary of all options.
|
|
||||||
Some YouTube videos are served using Adobe's proprietary RTMP protocol, which \
|
|
||||||
imposes DRM restrictions and encrypts the connection. youtube-dl is not able \
|
|
||||||
to download these videos by itself.
|
|
||||||
"
|
|
||||||
HOMEPAGE="http://rg3.github.io/youtube-dl/index.html"
|
|
||||||
SRC_URI="https://yt-dl.org/downloads/2013.12.20/youtube-dl-2013.12.20.tar.gz"
|
|
||||||
CHECKSUM_SHA256="eb83b2112c7098c32ab66f9051900e2a35d24992ba98e7ca74ef10a16e061933"
|
|
||||||
REVISION="1"
|
|
||||||
LICENSE="Public Domain"
|
|
||||||
COPYRIGHT="2006-2013 Ricardo Garcia Gonzalez"
|
|
||||||
|
|
||||||
ARCHITECTURES="any"
|
|
||||||
|
|
||||||
PROVIDES="
|
|
||||||
youtube_dl = $portVersion
|
|
||||||
cmd:youtube_dl = $portVersion
|
|
||||||
"
|
|
||||||
REQUIRES="
|
|
||||||
haiku
|
|
||||||
cmd:python
|
|
||||||
"
|
|
||||||
BUILD_REQUIRES="
|
|
||||||
haiku_devel
|
|
||||||
"
|
|
||||||
BUILD_PREREQUIRES="
|
|
||||||
cmd:make
|
|
||||||
cmd:zip
|
|
||||||
"
|
|
||||||
|
|
||||||
SOURCE_DIR="youtube-dl"
|
|
||||||
|
|
||||||
BUILD()
|
|
||||||
{
|
|
||||||
true
|
|
||||||
}
|
|
||||||
|
|
||||||
INSTALL()
|
|
||||||
{
|
|
||||||
zip -q youtube-dl youtube_dl/*.py youtube_dl/*/*.py
|
|
||||||
zip -q -j youtube-dl youtube_dl/__main__.py
|
|
||||||
echo '#!/bin/python' > youtube-dl
|
|
||||||
cat youtube-dl.zip >> youtube-dl
|
|
||||||
rm youtube-dl.zip
|
|
||||||
chmod a+x youtube-dl
|
|
||||||
|
|
||||||
mkdir -p $binDir $manDir/man1
|
|
||||||
cp -a youtube-dl $binDir
|
|
||||||
cp -a youtube-dl.1 $manDir/man1
|
|
||||||
}
|
|
||||||
@@ -1,50 +0,0 @@
|
|||||||
SUMMARY="A command-line program to download videos from various sites"
|
|
||||||
DESCRIPTION="
|
|
||||||
The program is usually invoked as youtube-dl followed by options and the video \
|
|
||||||
URL. Run 'youtube-dl --help' and get a summary of all options.
|
|
||||||
Some YouTube videos are served using Adobe's proprietary RTMP protocol, which \
|
|
||||||
imposes DRM restrictions and encrypts the connection. youtube-dl is not able \
|
|
||||||
to download these videos by itself.
|
|
||||||
"
|
|
||||||
HOMEPAGE="http://rg3.github.io/youtube-dl/index.html"
|
|
||||||
SRC_URI="https://yt-dl.org/downloads/2014.01.08/youtube-dl-2014.01.08.tar.gz"
|
|
||||||
CHECKSUM_SHA256="9b33c9d034d1fb50234719e5ffff948707944dfe406f376e6fae4cc185910329"
|
|
||||||
REVISION="1"
|
|
||||||
LICENSE="Public Domain"
|
|
||||||
COPYRIGHT="2006-2014 Ricardo Garcia Gonzalez"
|
|
||||||
|
|
||||||
ARCHITECTURES="any"
|
|
||||||
|
|
||||||
PROVIDES="
|
|
||||||
youtube_dl = $portVersion
|
|
||||||
cmd:youtube_dl = $portVersion
|
|
||||||
"
|
|
||||||
REQUIRES="
|
|
||||||
haiku
|
|
||||||
cmd:python
|
|
||||||
"
|
|
||||||
BUILD_REQUIRES="
|
|
||||||
haiku_devel
|
|
||||||
"
|
|
||||||
BUILD_PREREQUIRES="
|
|
||||||
cmd:zip
|
|
||||||
"
|
|
||||||
|
|
||||||
SOURCE_DIR="youtube-dl"
|
|
||||||
|
|
||||||
BUILD()
|
|
||||||
{
|
|
||||||
zip -q youtube-dl youtube_dl/*.py youtube_dl/*/*.py
|
|
||||||
zip -q -j youtube-dl youtube_dl/__main__.py
|
|
||||||
echo '#!/bin/python' > youtube-dl
|
|
||||||
cat youtube-dl.zip >> youtube-dl
|
|
||||||
rm youtube-dl.zip
|
|
||||||
chmod a+x youtube-dl
|
|
||||||
}
|
|
||||||
|
|
||||||
INSTALL()
|
|
||||||
{
|
|
||||||
mkdir -p $binDir $manDir/man1
|
|
||||||
cp -a youtube-dl $binDir
|
|
||||||
cp -a youtube-dl.1 $manDir/man1
|
|
||||||
}
|
|
||||||
@@ -1,50 +0,0 @@
|
|||||||
SUMMARY="A command-line program to download videos from various sites"
|
|
||||||
DESCRIPTION="
|
|
||||||
The program is usually invoked as youtube-dl followed by options and the video \
|
|
||||||
URL. Run 'youtube-dl --help' and get a summary of all options.
|
|
||||||
Some YouTube videos are served using Adobe's proprietary RTMP protocol, which \
|
|
||||||
imposes DRM restrictions and encrypts the connection. youtube-dl is not able \
|
|
||||||
to download these videos by itself.
|
|
||||||
"
|
|
||||||
HOMEPAGE="http://rg3.github.io/youtube-dl/index.html"
|
|
||||||
SRC_URI="https://yt-dl.org/downloads/2014.01.23.4/youtube-dl-2014.01.23.4.tar.gz"
|
|
||||||
CHECKSUM_SHA256="a96d562be51aeb817b9952bff8c65ecab737575b7104381ce62185397408dc72"
|
|
||||||
REVISION="1"
|
|
||||||
LICENSE="Public Domain"
|
|
||||||
COPYRIGHT="2006-2014 Ricardo Garcia Gonzalez"
|
|
||||||
|
|
||||||
ARCHITECTURES="any"
|
|
||||||
|
|
||||||
PROVIDES="
|
|
||||||
youtube_dl = $portVersion
|
|
||||||
cmd:youtube_dl = $portVersion
|
|
||||||
"
|
|
||||||
REQUIRES="
|
|
||||||
haiku
|
|
||||||
cmd:python
|
|
||||||
"
|
|
||||||
BUILD_REQUIRES="
|
|
||||||
haiku_devel
|
|
||||||
"
|
|
||||||
BUILD_PREREQUIRES="
|
|
||||||
cmd:zip
|
|
||||||
"
|
|
||||||
|
|
||||||
SOURCE_DIR="youtube-dl"
|
|
||||||
|
|
||||||
BUILD()
|
|
||||||
{
|
|
||||||
zip -q youtube-dl youtube_dl/*.py youtube_dl/*/*.py
|
|
||||||
zip -q -j youtube-dl youtube_dl/__main__.py
|
|
||||||
echo '#!/bin/python' > youtube-dl
|
|
||||||
cat youtube-dl.zip >> youtube-dl
|
|
||||||
rm youtube-dl.zip
|
|
||||||
chmod a+x youtube-dl
|
|
||||||
}
|
|
||||||
|
|
||||||
INSTALL()
|
|
||||||
{
|
|
||||||
mkdir -p $binDir $manDir/man1
|
|
||||||
cp -a youtube-dl $binDir
|
|
||||||
cp -a youtube-dl.1 $manDir/man1
|
|
||||||
}
|
|
||||||
@@ -1,50 +0,0 @@
|
|||||||
SUMMARY="A command-line program to download videos from various sites"
|
|
||||||
DESCRIPTION="
|
|
||||||
The program is usually invoked as youtube-dl followed by options and the video \
|
|
||||||
URL. Run 'youtube-dl --help' and get a summary of all options.
|
|
||||||
Some YouTube videos are served using Adobe's proprietary RTMP protocol, which \
|
|
||||||
imposes DRM restrictions and encrypts the connection. youtube-dl is not able \
|
|
||||||
to download these videos by itself.
|
|
||||||
"
|
|
||||||
HOMEPAGE="http://rg3.github.io/youtube-dl/index.html"
|
|
||||||
SRC_URI="https://yt-dl.org/downloads/2014.02.08.2/youtube-dl-2014.02.08.2.tar.gz"
|
|
||||||
CHECKSUM_SHA256="068e598f32b817d9218bc6998a13112eb9d068942b82f8cda442458e398f4780"
|
|
||||||
REVISION="1"
|
|
||||||
LICENSE="Public Domain"
|
|
||||||
COPYRIGHT="2006-2014 Ricardo Garcia Gonzalez"
|
|
||||||
|
|
||||||
ARCHITECTURES="any"
|
|
||||||
|
|
||||||
PROVIDES="
|
|
||||||
youtube_dl = $portVersion
|
|
||||||
cmd:youtube_dl = $portVersion
|
|
||||||
"
|
|
||||||
REQUIRES="
|
|
||||||
haiku
|
|
||||||
cmd:python
|
|
||||||
"
|
|
||||||
BUILD_REQUIRES="
|
|
||||||
haiku_devel
|
|
||||||
"
|
|
||||||
BUILD_PREREQUIRES="
|
|
||||||
cmd:zip
|
|
||||||
"
|
|
||||||
|
|
||||||
SOURCE_DIR="youtube-dl"
|
|
||||||
|
|
||||||
BUILD()
|
|
||||||
{
|
|
||||||
zip -q youtube-dl youtube_dl/*.py youtube_dl/*/*.py
|
|
||||||
zip -q -j youtube-dl youtube_dl/__main__.py
|
|
||||||
echo '#!/bin/python' > youtube-dl
|
|
||||||
cat youtube-dl.zip >> youtube-dl
|
|
||||||
rm youtube-dl.zip
|
|
||||||
chmod a+x youtube-dl
|
|
||||||
}
|
|
||||||
|
|
||||||
INSTALL()
|
|
||||||
{
|
|
||||||
mkdir -p $binDir $manDir/man1
|
|
||||||
cp -a youtube-dl $binDir
|
|
||||||
cp -a youtube-dl.1 $manDir/man1
|
|
||||||
}
|
|
||||||
@@ -1,50 +0,0 @@
|
|||||||
SUMMARY="A command-line program to download videos from various sites"
|
|
||||||
DESCRIPTION="
|
|
||||||
The program is usually invoked as youtube-dl followed by options and the video \
|
|
||||||
URL. Run 'youtube-dl --help' and get a summary of all options.
|
|
||||||
Some YouTube videos are served using Adobe's proprietary RTMP protocol, which \
|
|
||||||
imposes DRM restrictions and encrypts the connection. youtube-dl is not able \
|
|
||||||
to download these videos by itself.
|
|
||||||
"
|
|
||||||
HOMEPAGE="http://rg3.github.io/youtube-dl/index.html"
|
|
||||||
SRC_URI="http://youtube-dl.org/downloads/2014.06.19/youtube-dl-2014.06.19.tar.gz"
|
|
||||||
CHECKSUM_SHA256="877f5a1652693e80d905831bbc10055bd101d6620176b6cb08dd983e465eba94"
|
|
||||||
REVISION="1"
|
|
||||||
LICENSE="Public Domain"
|
|
||||||
COPYRIGHT="2006-2014 Ricardo Garcia Gonzalez"
|
|
||||||
|
|
||||||
ARCHITECTURES="any"
|
|
||||||
|
|
||||||
PROVIDES="
|
|
||||||
youtube_dl = $portVersion
|
|
||||||
cmd:youtube_dl = $portVersion
|
|
||||||
"
|
|
||||||
REQUIRES="
|
|
||||||
haiku
|
|
||||||
cmd:python
|
|
||||||
"
|
|
||||||
BUILD_REQUIRES="
|
|
||||||
haiku_devel
|
|
||||||
"
|
|
||||||
BUILD_PREREQUIRES="
|
|
||||||
cmd:zip
|
|
||||||
"
|
|
||||||
|
|
||||||
SOURCE_DIR="youtube-dl"
|
|
||||||
|
|
||||||
BUILD()
|
|
||||||
{
|
|
||||||
zip -q youtube-dl youtube_dl/*.py youtube_dl/*/*.py
|
|
||||||
zip -q -j youtube-dl youtube_dl/__main__.py
|
|
||||||
echo '#!/bin/python' > youtube-dl
|
|
||||||
cat youtube-dl.zip >> youtube-dl
|
|
||||||
rm youtube-dl.zip
|
|
||||||
chmod a+x youtube-dl
|
|
||||||
}
|
|
||||||
|
|
||||||
INSTALL()
|
|
||||||
{
|
|
||||||
mkdir -p $binDir $manDir/man1
|
|
||||||
cp -a youtube-dl $binDir
|
|
||||||
cp -a youtube-dl.1 $manDir/man1
|
|
||||||
}
|
|
||||||
@@ -1,56 +0,0 @@
|
|||||||
SUMMARY="A command-line program to download videos from various sites"
|
|
||||||
DESCRIPTION="
|
|
||||||
The program is usually invoked as youtube-dl followed by options and the video \
|
|
||||||
URL. Run 'youtube-dl --help' and get a summary of all options.
|
|
||||||
Some YouTube videos are served using Adobe's proprietary RTMP protocol, which \
|
|
||||||
imposes DRM restrictions and encrypts the connection. youtube-dl is not able \
|
|
||||||
to download these videos by itself.
|
|
||||||
"
|
|
||||||
HOMEPAGE="http://rg3.github.io/youtube-dl/index.html"
|
|
||||||
SRC_URI="http://youtube-dl.org/downloads/2014.10.15/youtube-dl-2014.10.15.tar.gz"
|
|
||||||
CHECKSUM_SHA256="f17e0a0ebae95120906c0c866caabb76ba5bf2abc8ae5cb939f8d584b1a511a8"
|
|
||||||
REVISION="1"
|
|
||||||
LICENSE="Public Domain"
|
|
||||||
COPYRIGHT="2006-2014 Ricardo Garcia Gonzalez"
|
|
||||||
|
|
||||||
ARCHITECTURES="any"
|
|
||||||
|
|
||||||
PROVIDES="
|
|
||||||
youtube_dl = $portVersion
|
|
||||||
cmd:youtube_dl = $portVersion
|
|
||||||
"
|
|
||||||
REQUIRES="
|
|
||||||
haiku
|
|
||||||
cmd:python
|
|
||||||
"
|
|
||||||
BUILD_REQUIRES="
|
|
||||||
haiku_devel
|
|
||||||
cmd:python
|
|
||||||
"
|
|
||||||
BUILD_PREREQUIRES="
|
|
||||||
cmd:zip
|
|
||||||
"
|
|
||||||
|
|
||||||
SOURCE_DIR="youtube-dl"
|
|
||||||
|
|
||||||
BUILD()
|
|
||||||
{
|
|
||||||
zip -q youtube-dl youtube_dl/*.py youtube_dl/*/*.py
|
|
||||||
zip -q -j youtube-dl youtube_dl/__main__.py
|
|
||||||
echo '#!/bin/python' > youtube-dl
|
|
||||||
cat youtube-dl.zip >> youtube-dl
|
|
||||||
rm youtube-dl.zip
|
|
||||||
chmod a+x youtube-dl
|
|
||||||
}
|
|
||||||
|
|
||||||
INSTALL()
|
|
||||||
{
|
|
||||||
mkdir -p $binDir $manDir/man1
|
|
||||||
cp -a youtube-dl $binDir
|
|
||||||
cp -a youtube-dl.1 $manDir/man1
|
|
||||||
}
|
|
||||||
|
|
||||||
TEST()
|
|
||||||
{
|
|
||||||
youtube-dl --version
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user