feed/packages.git
10 years agolang/perl: Include overloading.pm in perlbase-essential 123/head
Marcel Denia [Wed, 23 Jul 2014 09:45:10 +0000 (11:45 +0200)]
lang/perl: Include overloading.pm in perlbase-essential

Needed by perl-dbi.

Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years agolang/perl: Strip encoding pragma
Marcel Denia [Wed, 23 Jul 2014 09:46:17 +0000 (11:46 +0200)]
lang/perl: Strip encoding pragma

The "encoding" pragma is officially deprecated.
Makes HTML::Parser/HTML::Entities work.

Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years agolang/perl: Bump PKG_RELEASE
Marcel Denia [Wed, 23 Jul 2014 07:18:40 +0000 (09:18 +0200)]
lang/perl: Bump PKG_RELEASE

Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years agolang/perl: Cleanup
Marcel Denia [Wed, 23 Jul 2014 07:14:56 +0000 (09:14 +0200)]
lang/perl: Cleanup

Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years agolang/perl: Update license information
Marcel Denia [Wed, 23 Jul 2014 07:14:18 +0000 (09:14 +0200)]
lang/perl: Update license information

Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years agolang/perl: Use target headers for external modules
Marcel Denia [Tue, 22 Jul 2014 14:15:52 +0000 (16:15 +0200)]
lang/perl: Use target headers for external modules

Before, external modules actually used host-perl headers.
Aside from obviously being the wrong thing to do, it made them misbehave if
host and target architectures differ too much.

Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years agolang/perl: Install target headers to staging directory
Marcel Denia [Tue, 22 Jul 2014 14:14:57 +0000 (16:14 +0200)]
lang/perl: Install target headers to staging directory

Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years agolang/perl: Adjust some leftover x86_64 configuration symbols
Marcel Denia [Tue, 22 Jul 2014 14:14:20 +0000 (16:14 +0200)]
lang/perl: Adjust some leftover x86_64 configuration symbols

Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years agolang/perl: Make I8/I16/I32 types explicitly signed for ARM
Marcel Denia [Tue, 22 Jul 2014 00:32:42 +0000 (02:32 +0200)]
lang/perl: Make I8/I16/I32 types explicitly signed for ARM

Type signedness is undefined for char. char may actually be unsigned for
some CPUs.
This fixes various bugs on ARM, for example negative array indices.

Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years agolang/perl: Override CCFLAGS configuration symbol in perlmod
Marcel Denia [Mon, 21 Jul 2014 01:25:55 +0000 (03:25 +0200)]
lang/perl: Override CCFLAGS configuration symbol in perlmod

This makes external perl modules compile their native code with the
correct CFLAGS, not with the one host-perl is using.

Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years agolang/perl: Filter -g3 in TARGET_CFLAGS
Marcel Denia [Mon, 21 Jul 2014 01:16:27 +0000 (03:16 +0200)]
lang/perl: Filter -g3 in TARGET_CFLAGS

-g3 will make the build fail in Compress-Raw-Zlib with
  ld: final link failed: Memory exhausted
This bug is actually documented[1] and fixed by filtering that flag. Since
we're passing CFLAGS manually, we need to do the same to make things work.
I suspect that this is actually a linker or library bug, but for now let's
just replicate the official fix.

[1] https://rt.cpan.org/Public/Bug/Display.html?id=88936

Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years agoMerge pull request #107 from Naoir/perl-x86_64
sbyx [Sun, 20 Jul 2014 06:57:35 +0000 (08:57 +0200)]
Merge pull request #107 from Naoir/perl-x86_64

perl: Add x86_64 support

10 years agolang/perl: Bump PKG_RELEASE 107/head
Marcel Denia [Sun, 20 Jul 2014 03:16:59 +0000 (05:16 +0200)]
lang/perl: Bump PKG_RELEASE

Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years agolang/perl: Upgrade x86_64 cppsymbols configuration symbol
Marcel Denia [Sun, 20 Jul 2014 01:35:07 +0000 (03:35 +0200)]
lang/perl: Upgrade x86_64 cppsymbols configuration symbol

Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years agolang/perl: Upgrade most x86_64 configuration symbols to match a 64-bit environment
Marcel Denia [Sun, 20 Jul 2014 01:15:17 +0000 (03:15 +0200)]
lang/perl: Upgrade most x86_64 configuration symbols to match a 64-bit environment

Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years agolang/perl: Add x86_64 config based on i486 config
Marcel Denia [Sat, 19 Jul 2014 23:44:45 +0000 (01:44 +0200)]
lang/perl: Add x86_64 config based on i486 config

Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years agoznc: update to 1.4
Jonas Gorski [Sat, 19 Jul 2014 15:05:54 +0000 (17:05 +0200)]
znc: update to 1.4

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
10 years agoznc: copy from old packages and add PKG_LICENSE
Jonas Gorski [Sat, 19 Jul 2014 15:12:17 +0000 (17:12 +0200)]
znc: copy from old packages and add PKG_LICENSE

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
10 years agolibxslt: import from oldpackages
Jiri Slachta [Sat, 19 Jul 2014 14:20:05 +0000 (16:20 +0200)]
libxslt: import from oldpackages

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
10 years agomtr: import from old packages
Jonathan McCrohan [Sat, 19 Jul 2014 13:18:37 +0000 (14:18 +0100)]
mtr: import from old packages

update from v0.82 to v0.85

set myself as maintainer

drop out of date patches:
patches/520-libresolv_fix.patch
patches/521-gtk_fix.patch

backport 25a2456 from upstream to fix glib dependency issue:
patches/521-glib-dependency-fixes.patch

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
10 years agoCopy luasocket package from old repository
W. Michael Petullo [Thu, 17 Jul 2014 22:41:01 +0000 (18:41 -0400)]
Copy luasocket package from old repository

Signed-off-by: W. Michael Petullo <mike@flyn.org>
10 years agoCopy luafilesystem package from old repository
W. Michael Petullo [Thu, 17 Jul 2014 22:37:44 +0000 (18:37 -0400)]
Copy luafilesystem package from old repository

Signed-off-by: W. Michael Petullo <mike@flyn.org>
10 years agoCopy libtheora package from old repository
W. Michael Petullo [Thu, 17 Jul 2014 21:09:57 +0000 (17:09 -0400)]
Copy libtheora package from old repository

Signed-off-by: W. Michael Petullo <mike@flyn.org>
10 years agolibgpg-error: update to 1.12
W. Michael Petullo [Fri, 18 Jul 2014 05:15:05 +0000 (01:15 -0400)]
libgpg-error: update to 1.12

Signed-off-by: W. Michael Petullo <mike@flyn.org>
10 years agoCopy libgpg-error package from old repository
W. Michael Petullo [Thu, 17 Jul 2014 02:15:30 +0000 (22:15 -0400)]
Copy libgpg-error package from old repository

Signed-off-by: W. Michael Petullo <mike@flyn.org>
10 years agoCopy libmpeg2 package from old repository
W. Michael Petullo [Thu, 17 Jul 2014 02:12:38 +0000 (22:12 -0400)]
Copy libmpeg2 package from old repository

Signed-off-by: W. Michael Petullo <mike@flyn.org>
10 years agoCopy liboil package from old repository
W. Michael Petullo [Wed, 16 Jul 2014 23:21:11 +0000 (19:21 -0400)]
Copy liboil package from old repository

Signed-off-by: W. Michael Petullo <mike@flyn.org>
10 years agoluaexpat: update to 1.2.0
W. Michael Petullo [Fri, 18 Jul 2014 02:37:22 +0000 (22:37 -0400)]
luaexpat: update to 1.2.0

Signed-off-by: W. Michael Petullo <mike@flyn.org>
10 years agoCopy luaexpat package from old repository
W. Michael Petullo [Wed, 16 Jul 2014 22:36:05 +0000 (18:36 -0400)]
Copy luaexpat package from old repository

Signed-off-by: W. Michael Petullo <mike@flyn.org>
10 years agolighttpd: update to 1.4.35
W. Michael Petullo [Thu, 17 Jul 2014 22:08:05 +0000 (18:08 -0400)]
lighttpd: update to 1.4.35

Signed-off-by: W. Michael Petullo <mike@flyn.org>
10 years agoCopy lighttpd package from old repository
W. Michael Petullo [Wed, 16 Jul 2014 22:12:07 +0000 (18:12 -0400)]
Copy lighttpd package from old repository

Signed-off-by: W. Michael Petullo <mike@flyn.org>
10 years agolibexif: add patch to avoid building docs
W. Michael Petullo [Fri, 18 Jul 2014 05:09:27 +0000 (01:09 -0400)]
libexif: add patch to avoid building docs

Signed-off-by: W. Michael Petullo <mike@flyn.org>
10 years agolibexif: update to 0.6.21
W. Michael Petullo [Thu, 17 Jul 2014 22:06:16 +0000 (18:06 -0400)]
libexif: update to 0.6.21

Signed-off-by: W. Michael Petullo <mike@flyn.org>
10 years agoCopy libexif package from old repository
W. Michael Petullo [Wed, 16 Jul 2014 22:11:12 +0000 (18:11 -0400)]
Copy libexif package from old repository

Signed-off-by: W. Michael Petullo <mike@flyn.org>
10 years agokrb5: update source URL and add build fix patch
W. Michael Petullo [Fri, 18 Jul 2014 05:14:24 +0000 (01:14 -0400)]
krb5: update source URL and add build fix patch

Signed-off-by: W. Michael Petullo <mike@flyn.org>
10 years agokrb5: remove some obsolete patches
W. Michael Petullo [Fri, 18 Jul 2014 05:08:37 +0000 (01:08 -0400)]
krb5: remove some obsolete patches

Signed-off-by: W. Michael Petullo <mike@flyn.org>
10 years agokrb5: update to 1.12.1
W. Michael Petullo [Thu, 17 Jul 2014 22:07:44 +0000 (18:07 -0400)]
krb5: update to 1.12.1

Signed-off-by: W. Michael Petullo <mike@flyn.org>
10 years agoCopy krb5 package from old repository
W. Michael Petullo [Wed, 16 Jul 2014 22:09:51 +0000 (18:09 -0400)]
Copy krb5 package from old repository

Signed-off-by: W. Michael Petullo <mike@flyn.org>
10 years agolibgcrypt: enable all ciphers; one of the programs built requires ECC code
W. Michael Petullo [Sat, 19 Jul 2014 00:19:11 +0000 (20:19 -0400)]
libgcrypt: enable all ciphers; one of the programs built requires ECC code

Signed-off-by: W. Michael Petullo <mike@flyn.org>
10 years agolibgcrypt: update tarball MD5 and avoid building docs and tests
W. Michael Petullo [Fri, 18 Jul 2014 05:12:05 +0000 (01:12 -0400)]
libgcrypt: update tarball MD5 and avoid building docs and tests

Signed-off-by: W. Michael Petullo <mike@flyn.org>
10 years agolibgcrypt: update to 1.6.1
W. Michael Petullo [Thu, 17 Jul 2014 22:06:41 +0000 (18:06 -0400)]
libgcrypt: update to 1.6.1

Signed-off-by: W. Michael Petullo <mike@flyn.org>
10 years agoCopy libgcrypt package from old repository
W. Michael Petullo [Thu, 17 Jul 2014 02:13:02 +0000 (22:13 -0400)]
Copy libgcrypt package from old repository

Signed-off-by: W. Michael Petullo <mike@flyn.org>
10 years agoMerge pull request #104 from stblassitude/master
sbyx [Sat, 19 Jul 2014 10:55:42 +0000 (12:55 +0200)]
Merge pull request #104 from stblassitude/master

Add Serial Console, a compact serial access program.

10 years agoMerge pull request #105 from thess/utils-pull
sbyx [Sat, 19 Jul 2014 10:53:36 +0000 (12:53 +0200)]
Merge pull request #105 from thess/utils-pull

zile, cmdpad & triggerhappy from oldpackages

10 years agoMerge pull request #106 from Naoir/perl
sbyx [Sat, 19 Jul 2014 10:47:41 +0000 (12:47 +0200)]
Merge pull request #106 from Naoir/perl

perl: Modernize build, re-enable building external perl modules, remove microperl

10 years agol2tpv3tun: import from oldpackages
Steven Barth [Sat, 19 Jul 2014 10:19:41 +0000 (12:19 +0200)]
l2tpv3tun: import from oldpackages

Signed-off-by: Steven Barth <steven@midlink.org>
10 years agoxl2tpd: rename netifd protocol handler to l2tpv2 to avoid clashes with l2tpv3
Steven Barth [Sat, 19 Jul 2014 10:13:40 +0000 (12:13 +0200)]
xl2tpd: rename netifd protocol handler to l2tpv2 to avoid clashes with l2tpv3

Signed-off-by: Steven Barth <steven@midlink.org>
10 years agolang/perl: Bump PKG_RELEASE 106/head
Marcel Denia [Sat, 19 Jul 2014 06:27:42 +0000 (08:27 +0200)]
lang/perl: Bump PKG_RELEASE

Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years agolang/perl: Set archlib symbol in powerpc configuration
Marcel Denia [Sat, 19 Jul 2014 06:26:07 +0000 (08:26 +0200)]
lang/perl: Set archlib symbol in powerpc configuration

Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years agolang/perl: Set archlib symbol in mips configuration
Marcel Denia [Sat, 19 Jul 2014 06:26:07 +0000 (08:26 +0200)]
lang/perl: Set archlib symbol in mips configuration

Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years agolang/perl: Set archlib symbol in i486 configuration
Marcel Denia [Sat, 19 Jul 2014 06:26:07 +0000 (08:26 +0200)]
lang/perl: Set archlib symbol in i486 configuration

Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years agolang/perl: Set archlib symbol in avr32 configuration
Marcel Denia [Sat, 19 Jul 2014 06:26:07 +0000 (08:26 +0200)]
lang/perl: Set archlib symbol in avr32 configuration

Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years agolang/perl: Set archlib symbol in armeb configuration
Marcel Denia [Sat, 19 Jul 2014 06:26:06 +0000 (08:26 +0200)]
lang/perl: Set archlib symbol in armeb configuration

Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years agolang/perl: Set archlib symbol in arm configuration
Marcel Denia [Sat, 19 Jul 2014 06:26:06 +0000 (08:26 +0200)]
lang/perl: Set archlib symbol in arm configuration

Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years agolang/perl: Build relocatable host perl
Marcel Denia [Sat, 19 Jul 2014 06:17:52 +0000 (08:17 +0200)]
lang/perl: Build relocatable host perl

Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years agolang/perl: Clean up, add comments
Marcel Denia [Sat, 19 Jul 2014 04:00:58 +0000 (06:00 +0200)]
lang/perl: Clean up, add comments

Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years agolang/perl: Rename HOST_PERL_DIR to HOST_PERL_PREFIX
Marcel Denia [Sat, 19 Jul 2014 03:59:16 +0000 (05:59 +0200)]
lang/perl: Rename HOST_PERL_DIR to HOST_PERL_PREFIX

Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years agolang/perl: Override perl configuration symbols for cross-compile
Marcel Denia [Sat, 19 Jul 2014 03:57:42 +0000 (05:57 +0200)]
lang/perl: Override perl configuration symbols for cross-compile

Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years agolang/perl: Update paths in perlmod.mk
Marcel Denia [Sat, 19 Jul 2014 03:15:03 +0000 (05:15 +0200)]
lang/perl: Update paths in perlmod.mk

Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years agolang/perl: Remove PERL_LIB from perlmod.mk
Marcel Denia [Sat, 19 Jul 2014 03:13:56 +0000 (05:13 +0200)]
lang/perl: Remove PERL_LIB from perlmod.mk

Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years agolang/perl: Refactor Makefile
Marcel Denia [Sat, 19 Jul 2014 01:13:48 +0000 (03:13 +0200)]
lang/perl: Refactor Makefile

This is a kind of big commit. Summary:
- Integrate better into OpenWRT's infrastructure
- > Build host-perl using host-build.mk
- > Install host-perl to STAGING_DIR_HOST
- Remove microperl(for now)

Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years agolang/perl: Set archlib symbol in mipsel configuration
Marcel Denia [Sat, 19 Jul 2014 01:13:12 +0000 (03:13 +0200)]
lang/perl: Set archlib symbol in mipsel configuration

Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years agoImport triggerhappy from oldpackages, update copyright, license and pkg info 105/head
Ted Hess [Fri, 18 Jul 2014 20:37:27 +0000 (16:37 -0400)]
Import triggerhappy from oldpackages, update copyright, license and pkg info

Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years agoImport cmdpad from oldpackages, add copyright, pkg info
Ted Hess [Fri, 18 Jul 2014 20:36:16 +0000 (16:36 -0400)]
Import cmdpad from oldpackages, add copyright, pkg info

Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years agoImport zile from oldpackages, update copyright, pkg info
Ted Hess [Fri, 18 Jul 2014 20:03:56 +0000 (16:03 -0400)]
Import zile from oldpackages, update copyright, pkg info

Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years agoAdd Serial Console, a compact serial access program. 104/head
Stefan Bethke [Fri, 18 Jul 2014 16:09:19 +0000 (18:09 +0200)]
Add Serial Console, a compact serial access program.
http://serialconsole.sourceforge.net

Signed-off-by: Stefan Bethke <stb@lassitu.de>
10 years agonsd: fix build_varaint usage
John Crispin [Thu, 17 Jul 2014 17:01:08 +0000 (18:01 +0100)]
nsd: fix build_varaint usage

without this only 1 of n variants builds, all others fail

Signed-off-by: John Crispin <blogic@openwrt.org>
10 years agoshadow: adopt here
Steven Barth [Fri, 18 Jul 2014 14:27:12 +0000 (16:27 +0200)]
shadow: adopt here

Signed-off-by: Steven Barth <steven@midlink.org>
10 years agoctorrent-svn: update download url
John Crispin [Thu, 17 Jul 2014 16:52:25 +0000 (17:52 +0100)]
ctorrent-svn: update download url

old url is dead.

Signed-off-by: John Crispin <blogic@openwrt.org>
10 years agortorrent: missing LDFLAG
John Crispin [Thu, 17 Jul 2014 16:50:58 +0000 (17:50 +0100)]
rtorrent: missing LDFLAG

libtorrent requires zlib to be linked

Signed-off-by: John Crispin <blogic@openwrt.org>
10 years agompd: force zeroconf to no
John Crispin [Thu, 17 Jul 2014 16:49:53 +0000 (17:49 +0100)]
mpd: force zeroconf to no

without this we get missing dependecy errors if avahi is staged.

Signed-off-by: John Crispin <blogic@openwrt.org>
10 years agonsd: use builtin libevent
Steven Barth [Fri, 18 Jul 2014 14:03:14 +0000 (16:03 +0200)]
nsd: use builtin libevent

Signed-off-by: Steven Barth <steven@midlink.org>
10 years agohaproxy: fixes from upstream
Thomas Heil [Fri, 18 Jul 2014 12:58:29 +0000 (14:58 +0200)]
haproxy: fixes from upstream

[PATCH 4/5] BUG/MINOR: http: base32+src should use the big endian
[PATCH 5/5] BUG/MEDIUM: connection: fix memory corruption when

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
10 years agoDisable various plugins with mising dependencies
Steven Barth [Fri, 18 Jul 2014 10:01:33 +0000 (12:01 +0200)]
Disable various plugins with mising dependencies

Signed-off-by: Steven Barth <steven@midlink.org>
10 years agolibsigc++: adopt here
Steven Barth [Fri, 18 Jul 2014 09:51:04 +0000 (11:51 +0200)]
libsigc++: adopt here

Signed-off-by: Steven Barth <steven@midlink.org>
10 years agocoreutils: remove spurious libelf dependency
Steven Barth [Fri, 18 Jul 2014 09:45:40 +0000 (11:45 +0200)]
coreutils: remove spurious libelf dependency

Signed-off-by: Steven Barth <steven@midlink.org>
10 years agontpd: remove spurious libelf dependency
Steven Barth [Fri, 18 Jul 2014 09:41:11 +0000 (11:41 +0200)]
ntpd: remove spurious libelf dependency

Signed-off-by: Steven Barth <steven@midlink.org>
10 years agonet-snmp: remove spurious libelf dependency
Steven Barth [Fri, 18 Jul 2014 09:33:13 +0000 (11:33 +0200)]
net-snmp: remove spurious libelf dependency

Signed-off-by: Steven Barth <steven@midlink.org>
10 years agoFix dependencies of LuCI modules
Steven Barth [Fri, 18 Jul 2014 09:09:10 +0000 (11:09 +0200)]
Fix dependencies of LuCI modules

Signed-off-by: Steven Barth <steven@midlink.org>
10 years agodbus: adopt here
Steven Barth [Fri, 18 Jul 2014 09:03:55 +0000 (11:03 +0200)]
dbus: adopt here

Signed-off-by: Steven Barth <steven@midlink.org>
10 years agoRevert "avahi: remove dbus support for now"
Steven Barth [Fri, 18 Jul 2014 09:01:39 +0000 (11:01 +0200)]
Revert "avahi: remove dbus support for now"

This reverts commit c1675e2bc57a4e6da803bf85125477d4488efbc2.

10 years agoexpat: adopt here
Steven Barth [Fri, 18 Jul 2014 08:55:52 +0000 (10:55 +0200)]
expat: adopt here

Signed-off-by: Steven Barth <steven@midlink.org>
10 years agobzip2: adopt here
Steven Barth [Fri, 18 Jul 2014 08:54:11 +0000 (10:54 +0200)]
bzip2: adopt here

Signed-off-by: Steven Barth <steven@midlink.org>
10 years agoavahi: remove dbus support for now
Steven Barth [Fri, 18 Jul 2014 08:52:22 +0000 (10:52 +0200)]
avahi: remove dbus support for now

Signed-off-by: Steven Barth <steven@midlink.org>
10 years agoMerge pull request #103 from thess/mpd-pull
sbyx [Fri, 18 Jul 2014 08:28:53 +0000 (10:28 +0200)]
Merge pull request #103 from thess/mpd-pull

Add MPD and related dependencies and services (re-submit)

10 years agoalsa-utils: Upgrade to 1.0.28, add myself as package maintainer 103/head
Ted Hess [Thu, 17 Jul 2014 17:12:47 +0000 (13:12 -0400)]
alsa-utils: Upgrade to 1.0.28, add myself as package maintainer

Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years agolibogg: Upgrade to 1.3.2, add myself as pkg maintainer
Ted Hess [Thu, 17 Jul 2014 17:21:17 +0000 (13:21 -0400)]
libogg: Upgrade to 1.3.2, add myself as pkg maintainer

Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years agoflac: Update copyright, add myself as pkg maintainer
Ted Hess [Thu, 17 Jul 2014 18:19:52 +0000 (14:19 -0400)]
flac: Update copyright, add myself as pkg maintainer

Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years agointltool: Update copyright, add myself as pkg maintainer
Ted Hess [Thu, 17 Jul 2014 18:21:35 +0000 (14:21 -0400)]
intltool: Update copyright, add myself as pkg maintainer

Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years agolibaudiofile: Upgrade to 0.3.6, remove uneeded patch, fix build dependencies, add...
Ted Hess [Thu, 17 Jul 2014 21:36:32 +0000 (17:36 -0400)]
libaudiofile: Upgrade to 0.3.6, remove uneeded patch, fix build dependencies, add myself as pkg maintainer

Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years agolibmms: Upgrade to 0.6.4, remove uneeded patch, fix build dependencies, add myself...
Ted Hess [Thu, 17 Jul 2014 21:37:59 +0000 (17:37 -0400)]
libmms: Upgrade to 0.6.4, remove uneeded patch, fix build dependencies, add myself as pkg maintainer

Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years agolibdaemon: Add myself as pkg maintainer
Ted Hess [Thu, 17 Jul 2014 21:38:53 +0000 (17:38 -0400)]
libdaemon: Add myself as pkg maintainer

Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years agolibid3tag: Update copyright, Add myself as pkg maintainer
Ted Hess [Thu, 17 Jul 2014 21:39:37 +0000 (17:39 -0400)]
libid3tag: Update copyright, Add myself as pkg maintainer

Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years agolibmad: Update copyright, Add myself as pkg maintainer
Ted Hess [Thu, 17 Jul 2014 21:40:16 +0000 (17:40 -0400)]
libmad: Update copyright, Add myself as pkg maintainer

Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years agolibvorbisidec: Update copyright, Add myself as pkg maintainer
Ted Hess [Thu, 17 Jul 2014 21:40:44 +0000 (17:40 -0400)]
libvorbisidec: Update copyright, Add myself as pkg maintainer

Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years agoImport alsa-utils from oldpackages
Ted Hess [Thu, 17 Jul 2014 20:52:21 +0000 (16:52 -0400)]
Import alsa-utils from oldpackages

10 years agoImport flac from oldpackages
Ted Hess [Thu, 17 Jul 2014 20:52:21 +0000 (16:52 -0400)]
Import flac from oldpackages

10 years agoImport libaudiofile from oldpackages
Ted Hess [Thu, 17 Jul 2014 20:52:21 +0000 (16:52 -0400)]
Import libaudiofile from oldpackages

10 years agoImport libid3tag from oldpackages
Ted Hess [Thu, 17 Jul 2014 20:52:21 +0000 (16:52 -0400)]
Import libid3tag from oldpackages

10 years agoImport libmms from oldpackages
Ted Hess [Thu, 17 Jul 2014 20:52:21 +0000 (16:52 -0400)]
Import libmms from oldpackages