From 829c7b17cd63b91928119960e7d34f1f7b41a6d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Silva?= Date: Mon, 21 May 2012 17:12:22 -0300 Subject: mednafen-wip: updating version --- social/mednafen-wip/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'social') diff --git a/social/mednafen-wip/PKGBUILD b/social/mednafen-wip/PKGBUILD index a405d2ceb..e7330795b 100755 --- a/social/mednafen-wip/PKGBUILD +++ b/social/mednafen-wip/PKGBUILD @@ -4,7 +4,7 @@ # Contributor (Parabola): André Silva pkgname=mednafen-wip -pkgver=0.9.21 +pkgver=0.9.22 pkgrel=1 pkgdesc="A command-line multi-system gaming emulator, WIP version" url="http://mednafen.sourceforge.net/" @@ -14,8 +14,8 @@ depends=('libcdio>=0.82' 'libsamplerate' 'libogg' 'libvorbis' 'sdl' 'sdl_net' 'l makedepends=('pkgconfig' 'mesa') conflicts=('mednafen') provides=('mednafen') -source=('http://forum.fobby.net/index.php?t=getfile&id=358&') -sha1sums=('983c349ca991190363b713ac8abf7ae78b081a21') +source=('http://forum.fobby.net/index.php?t=getfile&id=362&') +sha1sums=('609d3915f4b65f6a7e77441d26efd744f3149981') build() { -- cgit v1.2.3-2-g168b From bb04677c148d44698b5dbc0a0492542dd81e4b25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Wed, 23 May 2012 22:08:22 -0300 Subject: sipwitch-1.2.4-1: updating version --- social/sipwitch/PKGBUILD | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'social') diff --git a/social/sipwitch/PKGBUILD b/social/sipwitch/PKGBUILD index 98191c8d5..8cb84fad5 100644 --- a/social/sipwitch/PKGBUILD +++ b/social/sipwitch/PKGBUILD @@ -1,18 +1,19 @@ # Maintainer: Dan Serban -# Contributor: Andrea Scarpino -# Contributor: David Zaragoza +# Contributors: David Zaragoza, Andrea Scarpino +# Maintainer (Parabola): André Silva pkgname=sipwitch -pkgver=1.1.2 +pkgver=1.2.4 pkgrel=1 pkgdesc="A call and registration server for the SIP protocol" -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url=http://www.gnutelephony.org/index.php/GNU_SIP_Witch license=(GPL) depends=(libexosip2 ucommon) -makedepends=(pkg-config) +makedepends=(lynx) options=('!libtool') -source=("ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz") +source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz") +md5sums=('6119cecb062ba4d0af18b427b01c41e2') build() { @@ -28,4 +29,4 @@ package() mkdir -p "${pkgdir}"/etc/rc.d touch "${pkgdir}"/etc/rc.d/"${pkgname}" } -md5sums=('08a235ddc0f75238c3670e857a30ae0b') + -- cgit v1.2.3-2-g168b From a3b6393639417af522f0971f2da3908317e0adc0 Mon Sep 17 00:00:00 2001 From: Jorginho Date: Thu, 24 May 2012 14:53:23 +0200 Subject: upload bsnes --- social/bsnes/PKGBUILD | 63 ++++ social/bsnes/add-usr-share-fallback.patch | 24 ++ social/bsnes/bsnes.changelog | 474 ++++++++++++++++++++++++++++++ social/bsnes/bsnes.install | 12 + 4 files changed, 573 insertions(+) create mode 100644 social/bsnes/PKGBUILD create mode 100644 social/bsnes/add-usr-share-fallback.patch create mode 100644 social/bsnes/bsnes.changelog create mode 100644 social/bsnes/bsnes.install (limited to 'social') diff --git a/social/bsnes/PKGBUILD b/social/bsnes/PKGBUILD new file mode 100644 index 000000000..34a8031e9 --- /dev/null +++ b/social/bsnes/PKGBUILD @@ -0,0 +1,63 @@ +# Contributor: [vEX] +pkgname='bsnes' +pkgver=088 +pkgrel=1 +pkgdesc="Super Nintendo Entertainment System (SNES) emulator focused on accuracy." +arch=('i686' 'x86_64') +url="http://byuu.org/bsnes/" +license=('GPL3') +depends=('libao' 'libgl' 'libxv' 'openal' 'sdl' 'qt>=4.7.0') +makedepends=('pkgconfig' 'mesa') +install='bsnes.install' +changelog='bsnes.changelog' +source=('http://bsnes.googlecode.com/files/bsnes_v088-source.tar.xz' 'add-usr-share-fallback.patch') +md5sums=('a3b2e9ba28b752768bb9f777049b1239' '8fde2bb14f8dafbd5276f9a6092b7ffb') + + +# Build the accuracy profile (you can also choose 'performance' or 'compatibility') +__profile='accuracy' + +build() { + cd "${srcdir}/${pkgname}_v${pkgver}-source/${pkgname}" + + # Makefile hacks: + # Disable pulseaudio. + sed -e 's|audio.pulseaudio ||' \ + -e 's|audio.pulseaudiosimple ||' \ + -i 'target-ui/Makefile' + # Don't copy the cheat file. + sed -e '/mkdir -p ~\/.config\/$(name)/{N;d}' \ + -e '/cp data\/cheats.xml/{N;d}' \ + -i 'target-ui/Makefile' + # Don't use sudo + sed -e 's/sudo install/install/' \ + -i 'target-ui/Makefile' + + # Apply patch to make bsnes look in /usr/share/bsnes for filters/shaders. + patch -p0 < "${srcdir}/add-usr-share-fallback.patch" + + # Fix building with QT >= 4.8.0. + moc -i -Iphoenix/qt/ -o phoenix/qt/platform.moc phoenix/qt/platform.moc.hpp + + # Compile bsnes. + make flags="$CXXFLAGS -I. -DPROFILE_${__profile^^}" compiler=gcc platform=x profile=${__profile} phoenix=qt + + # Compile the filters. + cd "${srcdir}/${pkgname}_v${pkgver}-source/snesfilter" + make compiler=gcc platform=x +} + +package() { + cd "${srcdir}/${pkgname}_v${pkgver}-source/${pkgname}" + make install profile=${__profile} DESTDIR="${pkgdir}" prefix=/usr + + # Install the filters/shaders + install --directory "${pkgdir}/usr/share/${pkgname}/filters" + install -D --mode=644 "${srcdir}/${pkgname}_v${pkgver}-source"/snesfilter/out/*.filter "${pkgdir}/usr/share/${pkgname}/filters" + install --directory "${pkgdir}/usr/share/${pkgname}/shaders" + install -D --mode=644 "${srcdir}/${pkgname}_v${pkgver}-source"/snesshader/*.shader "${pkgdir}/usr/share/${pkgname}/shaders" + + # Install the user-profile into /usr/share/bsnes/profile. + install --directory "${pkgdir}/usr/share/${pkgname}/profile" + cp -R "${srcdir}/${pkgname}_v${pkgver}-source/${pkgname}"/profile/* "${pkgdir}/usr/share/${pkgname}/profile" +} diff --git a/social/bsnes/add-usr-share-fallback.patch b/social/bsnes/add-usr-share-fallback.patch new file mode 100644 index 000000000..4d2b5cf3c --- /dev/null +++ b/social/bsnes/add-usr-share-fallback.patch @@ -0,0 +1,24 @@ +--- target-ui/general/main-window.cpp 2012-02-03 23:33:00.000000000 +0100 ++++ target-ui/general/main-window.cpp 2012-02-13 18:02:04.988109569 +0100 +@@ -331,6 +331,10 @@ + path = { application->userpath, "filters/" }; + files = directory::files(path, "*.filter"); + } ++ if(files.size() == 0) { ++ path = { "/usr/share/bsnes/", "filters/" }; ++ files = directory::files(path, "*.filter"); ++ } + array group; + + settingsVideoFilterList = new RadioItem[files.size()]; +@@ -362,6 +366,10 @@ + path = { application->userpath, "shaders/" }; + files = directory::files(path, { "*.", config->video.driver, ".shader" }); + } ++ if(files.size() == 0) { ++ path = { "/usr/share/bsnes/", "shaders/" }; ++ files = directory::files(path, { "*.", config->video.driver, ".shader" }); ++ } + array group; + + settingsVideoShaderList = new RadioItem[files.size()]; diff --git a/social/bsnes/bsnes.changelog b/social/bsnes/bsnes.changelog new file mode 100644 index 000000000..589a929d2 --- /dev/null +++ b/social/bsnes/bsnes.changelog @@ -0,0 +1,474 @@ +2012-04-24 [vEX] + + * 088-1 : + New upstream release. + +2012-03-07 [vEX] + + * 087-1 : + New upstream release. + + * add-usr-share-fallback.patch : + Update patch against the new source. + +2012-02-13 [vEX] + + * 086-1 : + New upstream release. + + * add-usr-share-fallback.patch : + Update patch against the new source. + +2012-01-02 [vEX] + + * 085-1 : + New upstream release. + +2011-12-28 [vEX] + + * 084-3 : + Enable custom CXXFLAGS by default. + Fix build with QT 4.8.0. + +2011-11-08 [vEX] + + * 084-2 : + Update to reflect the silently updated source tarball. + +2011-11-07 [vEX] + + * 084-1 : + New upstream release. + Fixed PKGBUILD changelog line to work with pacman 4.0 (thanks jpike). + +2011-10-14 [vEX] + + * 083-1 : + New upstream release. + Dropped the leading '0.' from the version number. + Compile and package filters/shaders. + Added commented block for compiling bsnes with the makepkg specified + flags (thanks MaMuS). + + * add-usr-share-fallback.patch : + Add fallback path to /usr/share/bsnes/ for finding filters/shaders + unless found in the bsnes basepath/userpath. + +2011-08-21 [vEX] + + * 0.082-1 : + New upstream release. + +2011-08-12 [vEX] + + * 0.081-1 : + New upstream release. + +2011-06-26 [vEX] + + * 0.080-1 : + New upstream release. + + * gcc_4.6.0_build_fix.patch : + Removed as it's no longer needed. + +2011-06-18 [vEX] + + * 0.079-2 : + Update sed command for preventing installation of cheats.xml to user + home directory + + * gcc_4.6.0_build_fix.patch : + Fix build errors with newest gcc 4.6.0 prerelease. + +2011-06-04 [vEX] + + * 0.079-1 : + New upstream release. + +2011-04-30 [vEX] + + * 0.078-1 : + New upstream release. + +2011-03-17 [vEX] + + * 0.077-1 : + New upstream release. + +2011-02-27 [vEX] + + * 0.076-2 : + Correct the sed expression that removes the lines that copies the + cheats.xml file. + +2011-02-25 [vEX] + + * 0.076-1 : + New upstream release. + +2011-02-13 [vEX] + + * 0.075-1 : + Build and package snespurify. + +2011-01-26 [vEX] + + * 0.075-1 : + New upstream release. + As the launcher for selecting profile is removed the PKGBUILD will now + build just the accuracy profile. Edit the PKGBUILD if you want to build + another profile. + +2011-01-11 [vEX] + + * 0.074-1 : + New upstream release. + Switched to the phoenix ui as the qt port is now dead. + +2010-12-25 [vEX] + + * 0.073-1 : + New upstream release. + snesreader/snesfilter removed. + +2010-10-23 [vEX] + + * 0.072-1 : + New upstream release. + +2010-10-22 [vEX] + + * 0.071-1 : + New upstream release. + +2010-09-26 [vEX] + + * 0.070-1 : + New upstream release. + +2010-09-25 [vEX] + + * 0.069-1 : + New upstream release. + +2010-09-05 [vEX] + + * 0.068-3 : + Added 'mesa' to makedepends to satisfy "GL/gl.h" dependency. + +2010-08-22 [vEX] + + * 0.068-2 : + Forgot to build the launcher. + +2010-08-21 [vEX] + + * 0.068-1 : + New upstream release. + + * gcc45_build_fix.patch: + Removed as it's not needed anymore. + +2010-08-02 [vEX] + + * 0.067-1 : + New upstream release. + + * gcc45_build_fix.patch : + Workaround a bug in GCC 4.5.x. + +2010-06-27 [vEX] + + * 0.065-1 : + New upstream release. + +2010-04-14 [vEX] + + * 0.064-1 : + New upstream release. + +2010-03-29 [vEX] + + * 0.063-2 : + New snesreader (snesreader_20100329.tar.bz2) that fixes libjma on 64-bit + systems. + +2010-03-28 [vEX] + + * 0.063-1 : + New upstream release. + +2010-02-08 [vEX] + + * 0.060-1 : + New upstream release. + Removed the optdepends list as they are now part of the same source + tarball and have been integrated into the PKGBUILD. You may remove those + plugins you don't want. + +2010-01-07 [vEX] + + * 0.059-1 : + New upstream release. + +2009-12-09 [vEX] + + * 0.058-1 : + New upstream release. + +2009-11-23 [vEX] + + * 0.057-1 : + New upstream release. + +2009-11-22 [vEX] + + * 0.056-1 : + New upstream release. + +2009-11-01 [vEX] + + * 0.055-1 : + New upstream release. + +2009-10-19 [vEX] + + * 0.054-1 : + New upstream release. + +2009-09-29 [vEX] + + * 0.052-1 : + New upstream release. + +2009-09-27 [vEX] + + * 0.051-1 : + New upstream release. + +2009-08-25 [vEX] + + * 0.050-1 : + New upstream release. + +2009-08-22 [vEX] + + * 0.049-1 : + New upstream release. + + * fix_black_lines.patch : + Removed as it's not needed anymore. + +2009-07-14 [vEX] + + * 0.048-2 : + Apply patch to fix "black lines" issue. + + * fix_black_lines.patch : + Fixes "Linux X-video driver shows a lot of black lines" as per the + bsnes v0.048 errata. + +2009-07-12 [vEX] + + * 0.048-1 : + New upstream release. + +2009-06-08 [vEX] + + * 0.047-2 : + Added 'pkgconfig' to makedepends. + +2009-06-07 [vEX] + + * 0.047-1 : + New upstream release. + +2009-05-10 [vEX] + + * 0.046-1 : + New upstream release. + Moved 'libxtst' to optdepends. + Updated the name of the license to be correct. + +2009-04-19 [vEX] + + * 0.045-1 : + New upstream release. + Added 'libxtst' to the dependency list. + +2009-03-31 [vEX] + + * 0.042-1 : + New upstream release. + +2009-03-15 [vEX] + + * 0.041-1 : + New upstream release. + +2009-03-09 [vEX] + + * 0.040-1 : + New upstream release. + Replaced 'gtk2' dependency with 'qt' as the GUI has been rewritten. + Replaced 'freealut' dependency with 'openal' which is more correct. + Removed 'inputproto' from dependency list as namcap says it's not needed + anymore. + + * bsnes.desktop: + Removed in favor of the one shipped with bsnes. + +2009-01-18 [vEX] + + * 0.039-1 : + New upstream release. + +2008-12-17 [vEX] + + * 0.038-1 : + New upstream release. + New audio driver for PulseAudio is disabled. + +2008-10-27 [vEX] + + * 0.037a-1 : + New upstream release. + +2008-09-18 [vEX] + + * 0.036-2 : + Adapted to the ChangeLog.proto provided by Pacman. + Added missing dependency 'inputproto' (thanks cr7). + +2008-09-16 [vEX] + + * 0.036-1 : + New upstream release. + +2008-08-24 [vEX] + + * 0.035-1 : + New upstream release. + Made PKGBUILD autodetect GCC version and if greater than 4.2.0 enable + the -mtune=native optimizations + +2008-08-13 [vEX] + + * 0.034-1 : + New upstream release. + +2008-07-29 [vEX] + + * 0.033-1 : + New upstream release. + +2008-06-01 [vEX] + + * 0.032a-1 : + New upstream release. + +2008-04-17 [vEX] + + * 0.031-1 : + New upstream release. + +2008-03-24 [vEX] + + * 0.030-1 : + New upstream release. + +2008-03-17 [vEX] + + * 0.029-1 : + New upstream release. + + * bsnes-icon.patch : + Removed as it's not needed anymore. + +2008-02-06 [vEX] + + * 0.028.01-1 : + New upstream release. + +2008-02-04 [vEX] + + * 0.028-1 : + New upstream release. + Frmo now on JMA support will be compiled in. + + * bsnes-icon.patch : + Added a patch to make bsnes window use the bsnes icon. + +2007-12-22 [vEX] + + * 0.027-1 : + New upstream release. + From now on GZIP/ZIP support will be compiled in. + JMA support is broken with the latest GCC. + + * bsnes-makefile.patch : + Removed patch since it has been merged upstream. + +2007-11-24 [vEX] + + * 0.026-1 : + New upstream release. + + * bsnes-makefile.patch : + Enables the use of custom install path instead of a fixed one, taken + from http://board.zsnes.com/phpBB2/viewtopic.php?p=155591#155591 (lots + of kudos to belegdol). + + * bsnes_.png : + Removed the extracted icons introduced in 0.023-3 as bsnes now ships + with an icon. + +2007-10-15 [vEX] + + * 0.025-1 : + New upstream release. + Correct the license array, the quotation marks shouldn't be where they + were. + + * bsnes_.png : + Decreased filesizes using OptiPNG/advpng (~25% total reduction). + +2007-10-01 [vEX] + + * 0.024-1 : + New upstream release. + +2007-09-29 [vEX] + + * 0.023-3 : + New upstream release. + Added an optional possibly speed increase option to the Makefile, as it + requires GCC >= 4.2.0 it's not enabled by default. + + * bsnes_.png : + Added icons for the .desktop-file (extracted from bsnes resources). + +2007-09-25 [vEX] + + * 0.023-2 : + Added a .desktop file + Small (PKGBUILD inline) patch to prevent the emulator idle stage consume + 100% CPU usage. + +2007-09-17 [vEX] + + * 0.023-1 : + New upstream release. + +2007-08-15 [vEX] + + * 0.022-2 : + Added 'nasm' to makedepens for 'i686' and moved 'yasm' to makedepends + for 'x86_64' only. + +2007-08-04 [vEX] + + * 0.022-1 : + New upstream release. + Added ChangeLog diff --git a/social/bsnes/bsnes.install b/social/bsnes/bsnes.install new file mode 100644 index 000000000..f18765649 --- /dev/null +++ b/social/bsnes/bsnes.install @@ -0,0 +1,12 @@ +## arg 1: the new package version +post_install() { + post_upgrade +} + +## arg 1: the new package version +## arg 2: the old package version +post_upgrade() { + echo 'You should copy the /usr/share/bsnes/profile/ data into your' + echo '~/.config/bsnes/ folder unless you have already done so. It contains' + echo 'files that the emulator needs to function properly.' +} -- cgit v1.2.3-2-g168b From 1a4b2ba65d415277474f91444c1f1ad554bb4bb6 Mon Sep 17 00:00:00 2001 From: Jorginho Date: Fri, 25 May 2012 20:15:27 +0200 Subject: deleting bsnes folder from social repo --- social/bsnes/PKGBUILD | 63 ---- social/bsnes/add-usr-share-fallback.patch | 24 -- social/bsnes/bsnes.changelog | 474 ------------------------------ social/bsnes/bsnes.install | 12 - 4 files changed, 573 deletions(-) delete mode 100644 social/bsnes/PKGBUILD delete mode 100644 social/bsnes/add-usr-share-fallback.patch delete mode 100644 social/bsnes/bsnes.changelog delete mode 100644 social/bsnes/bsnes.install (limited to 'social') diff --git a/social/bsnes/PKGBUILD b/social/bsnes/PKGBUILD deleted file mode 100644 index 34a8031e9..000000000 --- a/social/bsnes/PKGBUILD +++ /dev/null @@ -1,63 +0,0 @@ -# Contributor: [vEX] -pkgname='bsnes' -pkgver=088 -pkgrel=1 -pkgdesc="Super Nintendo Entertainment System (SNES) emulator focused on accuracy." -arch=('i686' 'x86_64') -url="http://byuu.org/bsnes/" -license=('GPL3') -depends=('libao' 'libgl' 'libxv' 'openal' 'sdl' 'qt>=4.7.0') -makedepends=('pkgconfig' 'mesa') -install='bsnes.install' -changelog='bsnes.changelog' -source=('http://bsnes.googlecode.com/files/bsnes_v088-source.tar.xz' 'add-usr-share-fallback.patch') -md5sums=('a3b2e9ba28b752768bb9f777049b1239' '8fde2bb14f8dafbd5276f9a6092b7ffb') - - -# Build the accuracy profile (you can also choose 'performance' or 'compatibility') -__profile='accuracy' - -build() { - cd "${srcdir}/${pkgname}_v${pkgver}-source/${pkgname}" - - # Makefile hacks: - # Disable pulseaudio. - sed -e 's|audio.pulseaudio ||' \ - -e 's|audio.pulseaudiosimple ||' \ - -i 'target-ui/Makefile' - # Don't copy the cheat file. - sed -e '/mkdir -p ~\/.config\/$(name)/{N;d}' \ - -e '/cp data\/cheats.xml/{N;d}' \ - -i 'target-ui/Makefile' - # Don't use sudo - sed -e 's/sudo install/install/' \ - -i 'target-ui/Makefile' - - # Apply patch to make bsnes look in /usr/share/bsnes for filters/shaders. - patch -p0 < "${srcdir}/add-usr-share-fallback.patch" - - # Fix building with QT >= 4.8.0. - moc -i -Iphoenix/qt/ -o phoenix/qt/platform.moc phoenix/qt/platform.moc.hpp - - # Compile bsnes. - make flags="$CXXFLAGS -I. -DPROFILE_${__profile^^}" compiler=gcc platform=x profile=${__profile} phoenix=qt - - # Compile the filters. - cd "${srcdir}/${pkgname}_v${pkgver}-source/snesfilter" - make compiler=gcc platform=x -} - -package() { - cd "${srcdir}/${pkgname}_v${pkgver}-source/${pkgname}" - make install profile=${__profile} DESTDIR="${pkgdir}" prefix=/usr - - # Install the filters/shaders - install --directory "${pkgdir}/usr/share/${pkgname}/filters" - install -D --mode=644 "${srcdir}/${pkgname}_v${pkgver}-source"/snesfilter/out/*.filter "${pkgdir}/usr/share/${pkgname}/filters" - install --directory "${pkgdir}/usr/share/${pkgname}/shaders" - install -D --mode=644 "${srcdir}/${pkgname}_v${pkgver}-source"/snesshader/*.shader "${pkgdir}/usr/share/${pkgname}/shaders" - - # Install the user-profile into /usr/share/bsnes/profile. - install --directory "${pkgdir}/usr/share/${pkgname}/profile" - cp -R "${srcdir}/${pkgname}_v${pkgver}-source/${pkgname}"/profile/* "${pkgdir}/usr/share/${pkgname}/profile" -} diff --git a/social/bsnes/add-usr-share-fallback.patch b/social/bsnes/add-usr-share-fallback.patch deleted file mode 100644 index 4d2b5cf3c..000000000 --- a/social/bsnes/add-usr-share-fallback.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- target-ui/general/main-window.cpp 2012-02-03 23:33:00.000000000 +0100 -+++ target-ui/general/main-window.cpp 2012-02-13 18:02:04.988109569 +0100 -@@ -331,6 +331,10 @@ - path = { application->userpath, "filters/" }; - files = directory::files(path, "*.filter"); - } -+ if(files.size() == 0) { -+ path = { "/usr/share/bsnes/", "filters/" }; -+ files = directory::files(path, "*.filter"); -+ } - array group; - - settingsVideoFilterList = new RadioItem[files.size()]; -@@ -362,6 +366,10 @@ - path = { application->userpath, "shaders/" }; - files = directory::files(path, { "*.", config->video.driver, ".shader" }); - } -+ if(files.size() == 0) { -+ path = { "/usr/share/bsnes/", "shaders/" }; -+ files = directory::files(path, { "*.", config->video.driver, ".shader" }); -+ } - array group; - - settingsVideoShaderList = new RadioItem[files.size()]; diff --git a/social/bsnes/bsnes.changelog b/social/bsnes/bsnes.changelog deleted file mode 100644 index 589a929d2..000000000 --- a/social/bsnes/bsnes.changelog +++ /dev/null @@ -1,474 +0,0 @@ -2012-04-24 [vEX] - - * 088-1 : - New upstream release. - -2012-03-07 [vEX] - - * 087-1 : - New upstream release. - - * add-usr-share-fallback.patch : - Update patch against the new source. - -2012-02-13 [vEX] - - * 086-1 : - New upstream release. - - * add-usr-share-fallback.patch : - Update patch against the new source. - -2012-01-02 [vEX] - - * 085-1 : - New upstream release. - -2011-12-28 [vEX] - - * 084-3 : - Enable custom CXXFLAGS by default. - Fix build with QT 4.8.0. - -2011-11-08 [vEX] - - * 084-2 : - Update to reflect the silently updated source tarball. - -2011-11-07 [vEX] - - * 084-1 : - New upstream release. - Fixed PKGBUILD changelog line to work with pacman 4.0 (thanks jpike). - -2011-10-14 [vEX] - - * 083-1 : - New upstream release. - Dropped the leading '0.' from the version number. - Compile and package filters/shaders. - Added commented block for compiling bsnes with the makepkg specified - flags (thanks MaMuS). - - * add-usr-share-fallback.patch : - Add fallback path to /usr/share/bsnes/ for finding filters/shaders - unless found in the bsnes basepath/userpath. - -2011-08-21 [vEX] - - * 0.082-1 : - New upstream release. - -2011-08-12 [vEX] - - * 0.081-1 : - New upstream release. - -2011-06-26 [vEX] - - * 0.080-1 : - New upstream release. - - * gcc_4.6.0_build_fix.patch : - Removed as it's no longer needed. - -2011-06-18 [vEX] - - * 0.079-2 : - Update sed command for preventing installation of cheats.xml to user - home directory - - * gcc_4.6.0_build_fix.patch : - Fix build errors with newest gcc 4.6.0 prerelease. - -2011-06-04 [vEX] - - * 0.079-1 : - New upstream release. - -2011-04-30 [vEX] - - * 0.078-1 : - New upstream release. - -2011-03-17 [vEX] - - * 0.077-1 : - New upstream release. - -2011-02-27 [vEX] - - * 0.076-2 : - Correct the sed expression that removes the lines that copies the - cheats.xml file. - -2011-02-25 [vEX] - - * 0.076-1 : - New upstream release. - -2011-02-13 [vEX] - - * 0.075-1 : - Build and package snespurify. - -2011-01-26 [vEX] - - * 0.075-1 : - New upstream release. - As the launcher for selecting profile is removed the PKGBUILD will now - build just the accuracy profile. Edit the PKGBUILD if you want to build - another profile. - -2011-01-11 [vEX] - - * 0.074-1 : - New upstream release. - Switched to the phoenix ui as the qt port is now dead. - -2010-12-25 [vEX] - - * 0.073-1 : - New upstream release. - snesreader/snesfilter removed. - -2010-10-23 [vEX] - - * 0.072-1 : - New upstream release. - -2010-10-22 [vEX] - - * 0.071-1 : - New upstream release. - -2010-09-26 [vEX] - - * 0.070-1 : - New upstream release. - -2010-09-25 [vEX] - - * 0.069-1 : - New upstream release. - -2010-09-05 [vEX] - - * 0.068-3 : - Added 'mesa' to makedepends to satisfy "GL/gl.h" dependency. - -2010-08-22 [vEX] - - * 0.068-2 : - Forgot to build the launcher. - -2010-08-21 [vEX] - - * 0.068-1 : - New upstream release. - - * gcc45_build_fix.patch: - Removed as it's not needed anymore. - -2010-08-02 [vEX] - - * 0.067-1 : - New upstream release. - - * gcc45_build_fix.patch : - Workaround a bug in GCC 4.5.x. - -2010-06-27 [vEX] - - * 0.065-1 : - New upstream release. - -2010-04-14 [vEX] - - * 0.064-1 : - New upstream release. - -2010-03-29 [vEX] - - * 0.063-2 : - New snesreader (snesreader_20100329.tar.bz2) that fixes libjma on 64-bit - systems. - -2010-03-28 [vEX] - - * 0.063-1 : - New upstream release. - -2010-02-08 [vEX] - - * 0.060-1 : - New upstream release. - Removed the optdepends list as they are now part of the same source - tarball and have been integrated into the PKGBUILD. You may remove those - plugins you don't want. - -2010-01-07 [vEX] - - * 0.059-1 : - New upstream release. - -2009-12-09 [vEX] - - * 0.058-1 : - New upstream release. - -2009-11-23 [vEX] - - * 0.057-1 : - New upstream release. - -2009-11-22 [vEX] - - * 0.056-1 : - New upstream release. - -2009-11-01 [vEX] - - * 0.055-1 : - New upstream release. - -2009-10-19 [vEX] - - * 0.054-1 : - New upstream release. - -2009-09-29 [vEX] - - * 0.052-1 : - New upstream release. - -2009-09-27 [vEX] - - * 0.051-1 : - New upstream release. - -2009-08-25 [vEX] - - * 0.050-1 : - New upstream release. - -2009-08-22 [vEX] - - * 0.049-1 : - New upstream release. - - * fix_black_lines.patch : - Removed as it's not needed anymore. - -2009-07-14 [vEX] - - * 0.048-2 : - Apply patch to fix "black lines" issue. - - * fix_black_lines.patch : - Fixes "Linux X-video driver shows a lot of black lines" as per the - bsnes v0.048 errata. - -2009-07-12 [vEX] - - * 0.048-1 : - New upstream release. - -2009-06-08 [vEX] - - * 0.047-2 : - Added 'pkgconfig' to makedepends. - -2009-06-07 [vEX] - - * 0.047-1 : - New upstream release. - -2009-05-10 [vEX] - - * 0.046-1 : - New upstream release. - Moved 'libxtst' to optdepends. - Updated the name of the license to be correct. - -2009-04-19 [vEX] - - * 0.045-1 : - New upstream release. - Added 'libxtst' to the dependency list. - -2009-03-31 [vEX] - - * 0.042-1 : - New upstream release. - -2009-03-15 [vEX] - - * 0.041-1 : - New upstream release. - -2009-03-09 [vEX] - - * 0.040-1 : - New upstream release. - Replaced 'gtk2' dependency with 'qt' as the GUI has been rewritten. - Replaced 'freealut' dependency with 'openal' which is more correct. - Removed 'inputproto' from dependency list as namcap says it's not needed - anymore. - - * bsnes.desktop: - Removed in favor of the one shipped with bsnes. - -2009-01-18 [vEX] - - * 0.039-1 : - New upstream release. - -2008-12-17 [vEX] - - * 0.038-1 : - New upstream release. - New audio driver for PulseAudio is disabled. - -2008-10-27 [vEX] - - * 0.037a-1 : - New upstream release. - -2008-09-18 [vEX] - - * 0.036-2 : - Adapted to the ChangeLog.proto provided by Pacman. - Added missing dependency 'inputproto' (thanks cr7). - -2008-09-16 [vEX] - - * 0.036-1 : - New upstream release. - -2008-08-24 [vEX] - - * 0.035-1 : - New upstream release. - Made PKGBUILD autodetect GCC version and if greater than 4.2.0 enable - the -mtune=native optimizations - -2008-08-13 [vEX] - - * 0.034-1 : - New upstream release. - -2008-07-29 [vEX] - - * 0.033-1 : - New upstream release. - -2008-06-01 [vEX] - - * 0.032a-1 : - New upstream release. - -2008-04-17 [vEX] - - * 0.031-1 : - New upstream release. - -2008-03-24 [vEX] - - * 0.030-1 : - New upstream release. - -2008-03-17 [vEX] - - * 0.029-1 : - New upstream release. - - * bsnes-icon.patch : - Removed as it's not needed anymore. - -2008-02-06 [vEX] - - * 0.028.01-1 : - New upstream release. - -2008-02-04 [vEX] - - * 0.028-1 : - New upstream release. - Frmo now on JMA support will be compiled in. - - * bsnes-icon.patch : - Added a patch to make bsnes window use the bsnes icon. - -2007-12-22 [vEX] - - * 0.027-1 : - New upstream release. - From now on GZIP/ZIP support will be compiled in. - JMA support is broken with the latest GCC. - - * bsnes-makefile.patch : - Removed patch since it has been merged upstream. - -2007-11-24 [vEX] - - * 0.026-1 : - New upstream release. - - * bsnes-makefile.patch : - Enables the use of custom install path instead of a fixed one, taken - from http://board.zsnes.com/phpBB2/viewtopic.php?p=155591#155591 (lots - of kudos to belegdol). - - * bsnes_.png : - Removed the extracted icons introduced in 0.023-3 as bsnes now ships - with an icon. - -2007-10-15 [vEX] - - * 0.025-1 : - New upstream release. - Correct the license array, the quotation marks shouldn't be where they - were. - - * bsnes_.png : - Decreased filesizes using OptiPNG/advpng (~25% total reduction). - -2007-10-01 [vEX] - - * 0.024-1 : - New upstream release. - -2007-09-29 [vEX] - - * 0.023-3 : - New upstream release. - Added an optional possibly speed increase option to the Makefile, as it - requires GCC >= 4.2.0 it's not enabled by default. - - * bsnes_.png : - Added icons for the .desktop-file (extracted from bsnes resources). - -2007-09-25 [vEX] - - * 0.023-2 : - Added a .desktop file - Small (PKGBUILD inline) patch to prevent the emulator idle stage consume - 100% CPU usage. - -2007-09-17 [vEX] - - * 0.023-1 : - New upstream release. - -2007-08-15 [vEX] - - * 0.022-2 : - Added 'nasm' to makedepens for 'i686' and moved 'yasm' to makedepends - for 'x86_64' only. - -2007-08-04 [vEX] - - * 0.022-1 : - New upstream release. - Added ChangeLog diff --git a/social/bsnes/bsnes.install b/social/bsnes/bsnes.install deleted file mode 100644 index f18765649..000000000 --- a/social/bsnes/bsnes.install +++ /dev/null @@ -1,12 +0,0 @@ -## arg 1: the new package version -post_install() { - post_upgrade -} - -## arg 1: the new package version -## arg 2: the old package version -post_upgrade() { - echo 'You should copy the /usr/share/bsnes/profile/ data into your' - echo '~/.config/bsnes/ folder unless you have already done so. It contains' - echo 'files that the emulator needs to function properly.' -} -- cgit v1.2.3-2-g168b