diff options
-rwxr-xr-x | abs/core-testing/etcnet/PKGBUILD | 6 | ||||
-rw-r--r-- | abs/core-testing/local-website/PKGBUILD | 2 | ||||
-rw-r--r-- | abs/core-testing/local-website/htdocs/index.html | 4 | ||||
-rwxr-xr-x | abs/extra-testing/myt2xvid3/PKGBUILD | 2 | ||||
-rwxr-xr-x | abs/extra-testing/myt2xvid3/myt2xvid3.install | 1 | ||||
-rwxr-xr-x | abs/extra-testing/myth2ipod/PKGBUILD | 2 | ||||
-rwxr-xr-x | abs/extra-testing/myth2ipod/myth2ipod.install | 1 |
7 files changed, 10 insertions, 8 deletions
diff --git a/abs/core-testing/etcnet/PKGBUILD b/abs/core-testing/etcnet/PKGBUILD index 5b9ba2f..f8214a8 100755 --- a/abs/core-testing/etcnet/PKGBUILD +++ b/abs/core-testing/etcnet/PKGBUILD @@ -1,6 +1,6 @@ pkgname=etcnet pkgver=0.9.8 -pkgrel=5 +pkgrel=6 pkgdesc="/etc/net network configuration subsystem" url="http://etcnet.org/" depends=('bash' 'grep' 'sed' 'iproute' 'wireless_tools' 'iptables' 'dhcpcd') @@ -24,8 +24,8 @@ build() { #setup default for eth0 mkdir -p $startdir/pkg/etc/net/ifaces/eth0 cp $startdir/src/options $startdir/pkg/etc/net/ifaces/eth0/options - cp $startdir/src/ipv4route $startdir/pkg/etc/net/ifaces/eth0/ipv4route - cp $startdir/src/ipv4address $startdir/pkg/etc/net/ifaces/eth0/ipv4address +# cp $startdir/src/ipv4route $startdir/pkg/etc/net/ifaces/eth0/ipv4route +# cp $startdir/src/ipv4address $startdir/pkg/etc/net/ifaces/eth0/ipv4address cd $startdir/src/$pkgname-$pkgver rm -Rf etc/sysconfig etc/net/{README.ALT,TODO,ChangeLog,ifaces/unknown} diff --git a/abs/core-testing/local-website/PKGBUILD b/abs/core-testing/local-website/PKGBUILD index 7cc0e0e..a0f666c 100644 --- a/abs/core-testing/local-website/PKGBUILD +++ b/abs/core-testing/local-website/PKGBUILD @@ -1,6 +1,6 @@ pkgname=local-website pkgver=2 -pkgrel=11 +pkgrel=13 pkgdesc="Contents of http://localhost" arch=(i686 x86_64) license=('GPL') diff --git a/abs/core-testing/local-website/htdocs/index.html b/abs/core-testing/local-website/htdocs/index.html index 5a7f6b5..1c5c05b 100644 --- a/abs/core-testing/local-website/htdocs/index.html +++ b/abs/core-testing/local-website/htdocs/index.html @@ -80,10 +80,10 @@ </p> - <p><a href="ipodfeed/"><b>iPod Feeds</b></a> <br> + <p><a href="ipodfeed/feed.php"><b>iPod Feeds</b></a> <br> Transcodes ready for the ipod (if any). Additionally, you can delete unwanted files using this <a href="/ipodfeed/m2iweb.php">link</a>. Note: If you have no recordings, you will see a warning issued from PHP.</p> -<a href="archive"><b>XviD Feed dir</b></a> <br> +<a href="archive/feed.php"><b>XviD Feed dir</b></a> <br> Any programs you have transcoded to XviD. Additionally, you can delete unwanted files using this <a href="/archive/archive.php">link</a>. Note: If you have no recordings, you will see a warning issued from PHP. <p><a style="font-weight: bold;" href="fuppes.php"><span style="text-decoration: underline;">FUPPES</span></a><br> diff --git a/abs/extra-testing/myt2xvid3/PKGBUILD b/abs/extra-testing/myt2xvid3/PKGBUILD index e5b3af9..f7d6db3 100755 --- a/abs/extra-testing/myt2xvid3/PKGBUILD +++ b/abs/extra-testing/myt2xvid3/PKGBUILD @@ -1,6 +1,6 @@ pkgname=myt2xvid3 pkgver=0.1 -pkgrel=5 +pkgrel=6 arch=("i686") pkgdesc="A multimedia framework based on the MPEG-4 Systems standard" url="http://www.knoppmythwiki.org/index.php?page=XvidEncoding" diff --git a/abs/extra-testing/myt2xvid3/myt2xvid3.install b/abs/extra-testing/myt2xvid3/myt2xvid3.install index 8afb390..a27a885 100755 --- a/abs/extra-testing/myt2xvid3/myt2xvid3.install +++ b/abs/extra-testing/myt2xvid3/myt2xvid3.install @@ -19,6 +19,7 @@ post_install() { mv /usr/bin/myt2xvid3 /tmp sed -e "s/REPLACEME/$HOSTNAME/g" /tmp/myt2xvid3 > /usr/bin/myt2xvid3 chown -R mythtv:http /myth/video/archive + /usr/bin/myt2xvid3 -rebuild } post_upgrade() { diff --git a/abs/extra-testing/myth2ipod/PKGBUILD b/abs/extra-testing/myth2ipod/PKGBUILD index 9c62b22..71f6033 100755 --- a/abs/extra-testing/myth2ipod/PKGBUILD +++ b/abs/extra-testing/myth2ipod/PKGBUILD @@ -1,6 +1,6 @@ pkgname=myth2ipod pkgver=0.2 -pkgrel=25 +pkgrel=26 arch=("i686") pkgdesc="A multimedia framework based on the MPEG-4 Systems standard" url="myth2ipod.com" diff --git a/abs/extra-testing/myth2ipod/myth2ipod.install b/abs/extra-testing/myth2ipod/myth2ipod.install index 9b9239a..74f1eec 100755 --- a/abs/extra-testing/myth2ipod/myth2ipod.install +++ b/abs/extra-testing/myth2ipod/myth2ipod.install @@ -19,6 +19,7 @@ post_install() { cp /usr/bin/myth2ipod /tmp sed -e "s/REPLACEME/$hostname/g" /tmp/myth2ipod > /usr/bin/myth2ipod chown -R mythtv:http /myth/ipodfeed + /usr/bin/myth2ipod -rebuild } post_upgrade() { |