X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-ie0-f182.google.com (mail-ie0-f182.google.com [209.85.223.182]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 2BF0DDC5EF1 for ; Fri, 24 Oct 2014 16:29:05 +0000 (UTC) Received: by mail-ie0-f182.google.com with SMTP id rd18so2137355iec.27 for ; Fri, 24 Oct 2014 09:29:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:in-reply-to:references; bh=FeR63reBy87TRexJExD5TrdE/Si9N1hbzqCkz7RXRSA=; b=OBUQo4qOOg6l9I4zND3Kb1bGFJ5oXcGwW0d9u4Hyz/a/9kckQQyarOOP5Y5KppVdMT 9gFAwo2p7LL+mqOnuPhnBS1S/uLTqnJ5XYFdV29/x7CITCPWJXG0FKp004OnF0plgJHb 38c15FxjJHvmKnFce3o6aVP+JX559k1Bt/teaqUdFB9VNrai+2n7hUcldfeO9A+AHipa Kz9l+BC+NwfLNL+bRCjp6gLw2T/nqYx50Vdk4G3AkFCn9E68i7LQgxHAm1K8ZekuF5IL DfFdOkHBk0R24OI1sRYZXgzRtt9id90DKSigP/8534+qhhTaw8MuzAZ2Hh71fCtAT2jC SfHA== X-Received: by 10.42.49.8 with SMTP id u8mr4405560icf.39.1414168145612; Fri, 24 Oct 2014 09:29:05 -0700 (PDT) Received: from localhost.localdomain (97-90-234-80.dhcp.eucl.wi.charter.com. [97.90.234.80]) by mx.google.com with ESMTPSA id w6sm1081103igp.15.2014.10.24.09.29.04 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 24 Oct 2014 09:29:04 -0700 (PDT) From: Peter Bui To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] [PATCH 3/3] testing/abcde: new aport Date: Fri, 24 Oct 2014 11:28:54 -0500 Message-Id: <1414168134-14828-4-git-send-email-pnutzh4x0r@gmail.com> X-Mailer: git-send-email 2.1.2 In-Reply-To: <1414168134-14828-1-git-send-email-pnutzh4x0r@gmail.com> References: <1414168134-14828-1-git-send-email-pnutzh4x0r@gmail.com> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: http://code.google.com/p/abcde/ A command line CD encoder that reads your CD, downloads the track information from a CDDB provider, and rips your CD --- testing/abcde/APKBUILD | 58 +++++++++++++++++++++++++++++++++ testing/abcde/busybox-wget.patch | 11 +++++++ testing/abcde/fix-mp3-tagging.patch | 20 ++++++++++++ testing/abcde/less.patch | 11 +++++++ testing/abcde/python2-eyed3-0.7.0.patch | 21 ++++++++++++ 5 files changed, 121 insertions(+) create mode 100644 testing/abcde/APKBUILD create mode 100644 testing/abcde/busybox-wget.patch create mode 100644 testing/abcde/fix-mp3-tagging.patch create mode 100644 testing/abcde/less.patch create mode 100644 testing/abcde/python2-eyed3-0.7.0.patch diff --git a/testing/abcde/APKBUILD b/testing/abcde/APKBUILD new file mode 100644 index 0000000..56bba92 --- /dev/null +++ b/testing/abcde/APKBUILD @@ -0,0 +1,58 @@ +# Contributor: Peter Bui +# Maintainer: +pkgname=abcde +pkgver=2.5.4 +pkgrel=0 +pkgdesc="A command line CD encoder that reads your CD, downloads the track information from a CDDB provider, and rips your CD" +url="http://code.google.com/p/abcde/" +arch="noarch" +license="GPL2" +depends="bash cd-discid py-eyed3" +depends_dev="" +makedepends="$depends_dev" +install="" +subpackages="$pkgname-doc" +source="http://abcde.googlecode.com/files/abcde-${pkgver}.tar.gz + busybox-wget.patch + fix-mp3-tagging.patch + python2-eyed3-0.7.0.patch + less.patch +" + +_builddir="$srcdir"/$pkgname-$pkgver +prepare() { + local i + cd "$_builddir" + for i in $source; do + case $i in + *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; + esac + done + sed -e "s:normalize-audio:normalize:g" -i ${pkgname} +} + +build() { + cd "$_builddir" + make || return 1 +} + +package() { + cd "$_builddir" + make DESTDIR="${pkgdir}" PREFIX=/usr install || return 1 +} + +md5sums="d761c5a07854ce24748be9aa10100e74 abcde-2.5.4.tar.gz +44ceee10cdb97ef840e335bfd8004b6c busybox-wget.patch +ad7864e932a297fa30f33707ed26f7fc fix-mp3-tagging.patch +2b11319047aa5a77df417c50b1acc639 python2-eyed3-0.7.0.patch +fe74a159830f7166222e772bd0677dd8 less.patch" +sha256sums="85b679b970e728a986487adcbff7c51eb0e72f9fa10c4450521f8e029fa6e591 abcde-2.5.4.tar.gz +fb23ed7c4ae3f9ecdd4e6cdb06f4ac9788e35091b3cbc1b5999e40915f6a6ae2 busybox-wget.patch +846268428d761e7faa6a4e0fb9587f2f94d3d5a266a6053fa8ce332cfc7d3cc0 fix-mp3-tagging.patch +214d3349237ec00810183ffa74c9bf0225356050e6ca3d761a24a6cfbcd069ea python2-eyed3-0.7.0.patch +2ca978abccef9dacdb62466d9a25bcbc85deff332d0b5edfddfec7b131c63052 less.patch" +sha512sums="be3c8f697873b65888a37ea6209e161a6fc7bbe26c6e139b211b1fbcb233d3e250b21f6fad2114962ca4dcce79240e2cec51f69ce47549c737071a6122694791 abcde-2.5.4.tar.gz +a7f5170a343f57699b3b22b5f5769bfeb356bd8f1bcaa7277e7c611dba3dd3dbf2e76f30c3b8cc8449601e87dd3f2da6c7e470a7cdb84feb50ac120a51fe90be busybox-wget.patch +7e7b3658cf0934b973cd019701ec732003e0c8d3c75b9d40e7ee01f31d3e2fe9368bad06a00ec9cc5faec0a9202e2b7275eb0314d6fc6b6c24d2054fcfb9e699 fix-mp3-tagging.patch +f8be34ae7fc91f7a0c594270eff40deb58fca7b18339e06bffb465c3e9309827dc063b7e03e00581a51837c30b2fc6a87bfa2108534d5b5777171c31d09aa907 python2-eyed3-0.7.0.patch +fe89db2ac5eadd44e608a65c843bc35345d02cfc1b54fd10bf068c9a3b9ebf56b941051a008ae859f3979cd56f9eae904bb83ac73357d6dc89b8dcf2205c1c28 less.patch" diff --git a/testing/abcde/busybox-wget.patch b/testing/abcde/busybox-wget.patch new file mode 100644 index 0000000..9733fbc --- /dev/null +++ b/testing/abcde/busybox-wget.patch @@ -0,0 +1,11 @@ +--- a/abcde 2014-09-28 19:01:23.465895247 +0500 ++++ b/abcde 2014-09-28 19:02:01.292355035 +0500 +@@ -3359,7 +3359,7 @@ + + if [ "$HTTPGETOPTS" = "" ] ; then + case $HTTPGET in +- wget) HTTPGETOPTS="-q -nv -e timestamping=off -O -";; ++ wget) HTTPGETOPTS="-q -O -";; + curl) HTTPGETOPTS="-f -s";; + fetch)HTTPGETOPTS="-q -o -";; + ftp) HTTPGETOPTS="-a -V -o - ";; diff --git a/testing/abcde/fix-mp3-tagging.patch b/testing/abcde/fix-mp3-tagging.patch new file mode 100644 index 0000000..8d43e52 --- /dev/null +++ b/testing/abcde/fix-mp3-tagging.patch @@ -0,0 +1,20 @@ +*** ./abcde 2010-02-15 16:04:40.000000000 -0600 +--- ./abcde 2010-02-15 14:41:25.000000000 -0600 +*************** +*** 835,841 **** + -A "$DALBUM" -a "$TRACKARTIST" -t "$TRACKNAME" \ + -y "$CDYEAR" -g "$GENREID" \ + -T "${TRACKNUM:-$1}/$TRACKS" \ +! ${TPE2:+--TPE2 "$TPE2"} \ + "$ABCDETEMPDIR/track$1.$OUTPUT" + ;; + esac +--- 835,841 ---- + -A "$DALBUM" -a "$TRACKARTIST" -t "$TRACKNAME" \ + -y "$CDYEAR" -g "$GENREID" \ + -T "${TRACKNUM:-$1}/$TRACKS" \ +! ${TPE2:+--TPE2 \"$TPE2\"} \ + "$ABCDETEMPDIR/track$1.$OUTPUT" + ;; + esac + diff --git a/testing/abcde/less.patch b/testing/abcde/less.patch new file mode 100644 index 0000000..9c516dd --- /dev/null +++ b/testing/abcde/less.patch @@ -0,0 +1,11 @@ +--- a/abcde 2014-09-28 10:08:15.073608206 +0500 ++++ b/abcde 2014-09-28 10:07:50.817072949 +0500 +@@ -233,7 +233,7 @@ + $PAGER "$PAGEFILE" + # If that fails, check for less + elif [ -x /usr/bin/less ]; then +- /usr/bin/less -f "$PAGEFILE" ++ /usr/bin/less "$PAGEFILE" + # more should be on all UNIX systems + elif [ -x /bin/more ]; then + /bin/more "$PAGEFILE" diff --git a/testing/abcde/python2-eyed3-0.7.0.patch b/testing/abcde/python2-eyed3-0.7.0.patch new file mode 100644 index 0000000..ef0aa29 --- /dev/null +++ b/testing/abcde/python2-eyed3-0.7.0.patch @@ -0,0 +1,21 @@ +--- abcde-2.5.4/abcde 2012-09-18 15:09:31.000000000 +0200 ++++ abcde-2.5.4/abcde 2013-01-28 21:44:55.479715536 +0100 +@@ -829,7 +829,7 @@ + -a "$TRACKARTIST" -t "$TRACKNAME" -Y "$CDYEAR" \ + -G "$GENREID" -n "${TRACKNUM:-$1}" \ + ${TRACKNUM:+-N "$TRACKS"} \ +- ${ENCODING:+--set-encoding="$ENCODING"} \ +- ${TPE2:+--set-text-frame=TPE2:"$TPE2"} \ ++ ${ENCODING:+--encoding "$ENCODING"} \ ++ ${TPE2:+--text-frame=TPE2:"$TPE2"} \ + "$ABCDETEMPDIR/track$1.$OUTPUT" + ;; +@@ -3879,7 +3879,7 @@ + TAGGER="$EYED3" + TAGGEROPTS="$ID3V2OPTS" + ID3SYNTAX=eyed3 +- TAGGEROPTS="--set-encoding=utf16-LE $ID3V2OPTS" ++ TAGGEROPTS="--encoding utf16 $ID3V2OPTS" + fi + + # NOGAP is specific to lame. Other encoders fail ... -- 2.1.2 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---