aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2007-09-16 18:51:36 +0000
committerMichael Johnson <ahze@FreeBSD.org>2007-09-16 18:51:36 +0000
commitcd575571b406bd6ebb3d9fc4a1025acba6873b75 (patch)
tree46bc16a4956bc07363a8a4c7a6e3b35822d3fcca
parent1956d9c560d6f658e161fcfef6065037b2c6f83b (diff)
downloadports-cd575571b406bd6ebb3d9fc4a1025acba6873b75.tar.gz
ports-cd575571b406bd6ebb3d9fc4a1025acba6873b75.zip
Notes
-rw-r--r--multimedia/transcode/Makefile3
-rw-r--r--multimedia/transcode/distinfo6
-rw-r--r--multimedia/transcode/files/patch-export_aud_aux.c12
3 files changed, 4 insertions, 17 deletions
diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile
index 6a68425cadd9..060fceeb0054 100644
--- a/multimedia/transcode/Makefile
+++ b/multimedia/transcode/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= transcode
-PORTVERSION= 1.0.3
-PORTREVISION= 4
+PORTVERSION= 1.0.4
CATEGORIES= multimedia
MASTER_SITES= http://fromani.exit1.org/
diff --git a/multimedia/transcode/distinfo b/multimedia/transcode/distinfo
index 50b29e32aa1d..a374c2e4ae68 100644
--- a/multimedia/transcode/distinfo
+++ b/multimedia/transcode/distinfo
@@ -1,3 +1,3 @@
-MD5 (transcode-1.0.3.tar.bz2) = 4f6eb832123ea28c54f0d4952733bcb6
-SHA256 (transcode-1.0.3.tar.bz2) = 9a98e307f78fde36bb55b891dcbf8d2be3d2def9ae016255959e0664be9785f9
-SIZE (transcode-1.0.3.tar.bz2) = 1987499
+MD5 (transcode-1.0.4.tar.bz2) = 6f05b9efb8d67540dd6dbb7b8db47504
+SHA256 (transcode-1.0.4.tar.bz2) = 61f5fde9b4fcdb61092e438ef20a595a1c7fe668c361fc09dea42016c4fcec73
+SIZE (transcode-1.0.4.tar.bz2) = 1989649
diff --git a/multimedia/transcode/files/patch-export_aud_aux.c b/multimedia/transcode/files/patch-export_aud_aux.c
deleted file mode 100644
index 3056c88414d5..000000000000
--- a/multimedia/transcode/files/patch-export_aud_aux.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- export/aud_aux.c.orig 2007-07-31 10:11:13.000000000 -0400
-+++ export/aud_aux.c 2007-07-31 10:10:10.000000000 -0400
-@@ -361,8 +361,7 @@
-
- pthread_mutex_lock(&init_avcodec_lock);
- avcodec_init();
-- register_avcodec(&ac3_encoder);
-- register_avcodec(&mp2_encoder);
-+ avcodec_register_all();
- pthread_mutex_unlock(&init_avcodec_lock);
-
- switch (o_codec) {