[arch-commits] Commit in faac/repos (extra-i686 extra-i686/pipe-output.patch)

Hugo Doria hugo at archlinux.org
Thu Feb 19 20:48:29 UTC 2009


    Date: Thursday, February 19, 2009 @ 15:48:29
  Author: hugo
Revision: 27354

Merged revisions 356,22907,27349-27351,27353 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/faac/trunk

........
  r356 | aaron | 2008-04-18 19:56:27 -0300 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r22907 | hugo | 2008-12-29 19:19:22 -0300 (Mon, 29 Dec 2008) | 2 lines
  
  upgpkg: faac 1.26-2
      fixing FS#9656
........
  r27349 | hugo | 2009-02-19 17:38:24 -0300 (Thu, 19 Feb 2009) | 2 lines
  
  upgpkg: faac 1.28-1
      Fixing FS#9656
........
  r27350 | hugo | 2009-02-19 17:43:15 -0300 (Thu, 19 Feb 2009) | 1 line
  
  resolving conflicts
........
  r27351 | hugo | 2009-02-19 17:44:07 -0300 (Thu, 19 Feb 2009) | 2 lines
  
  upgpkg: faac 1.28-1
      Fixing FS#9656
........
  r27353 | hugo | 2009-02-19 17:47:53 -0300 (Thu, 19 Feb 2009) | 1 line
  
  upgpkg: faac 1.28-1
........

Modified:
  faac/repos/extra-i686/	(properties)
Deleted:
  faac/repos/extra-i686/pipe-output.patch

-------------------+
 pipe-output.patch |   18 ------------------
 1 file changed, 18 deletions(-)


Property changes on: faac/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /faac/trunk:1
   + /faac/trunk:1-27353

Deleted: extra-i686/pipe-output.patch
===================================================================
--- extra-i686/pipe-output.patch	2009-02-19 20:47:53 UTC (rev 27353)
+++ extra-i686/pipe-output.patch	2009-02-19 20:48:29 UTC (rev 27354)
@@ -1,18 +0,0 @@
---- faac/frontend/main.c	2004-12-08 11:07:17.000000000 +0000
-+++ faac-patched/frontend/main.c	2007-01-29 19:17:26.000000000 +0000
-@@ -918,7 +918,14 @@
-     {
- #endif
-         /* open the aac output file */
--        outfile = fopen(aacFileName, "wb");
-+	if (aacFileName[0] == '-')
-+	{
-+		outfile = stdout;
-+	}
-+	else
-+	{
-+		outfile = fopen(aacFileName, "wb");
-+	}
-         if (!outfile)
-         {
-             fprintf(stderr, "Couldn't create output file %s\n", aacFileName);




More information about the arch-commits mailing list